summaryrefslogtreecommitdiff
path: root/spec/_config.yml
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/_config.yml
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/_config.yml')
-rw-r--r--spec/_config.yml2
1 files changed, 0 insertions, 2 deletions
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)