summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2015-07-15 09:58:07 -0400
committerSeth Tisue <seth@tisue.net>2015-07-15 09:58:07 -0400
commit5eb024570038c9b2e86dde5517d0108faf027f0b (patch)
tree95368bf6160f7223b80a87d96b9ea56776ea19e2 /spec
parent52fde52920d93325310e5544991feeea03e5c763 (diff)
downloadscala-5eb024570038c9b2e86dde5517d0108faf027f0b.tar.gz
scala-5eb024570038c9b2e86dde5517d0108faf027f0b.tar.bz2
scala-5eb024570038c9b2e86dde5517d0108faf027f0b.zip
use newer Redcarpet to build spec
now that https://github.com/vmg/redcarpet/issues/494 is fixed we don't need to stay pinned to an outdated version anymore
Diffstat (limited to 'spec')
-rw-r--r--spec/README.md2
-rw-r--r--spec/_config.yml2
2 files changed, 1 insertions, 3 deletions
diff --git a/spec/README.md b/spec/README.md
index 2f582dec5c..1a201fc97c 100644
--- a/spec/README.md
+++ b/spec/README.md
@@ -8,7 +8,7 @@ Third, we'd like to support different output formats. An html page per chapter w
## Editing
-We use redcarpet 3.1 and jekyll 2 to generate the html. Essentially, this is what github pages use.
+We use Jekyll 2 and [Redcarpet](https://github.com/vmg/redcarpet) to generate the html. Essentially, this is what github pages use.
## Building
diff --git a/spec/_config.yml b/spec/_config.yml
index 1052ddedb0..74ec602f8f 100644
--- a/spec/_config.yml
+++ b/spec/_config.yml
@@ -6,5 +6,3 @@ markdown: redcarpet
encoding: utf-8
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data", "strikethrough", "lax_spacing", "space_after_headers", "superscript", "footnotes"]
-# with_toc_data requires redcarpet 3.1 to get
-# pretty ID attributes for Hn headers (https://github.com/vmg/redcarpet/pull/186)