summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_config.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
index 605c30ff4a..630689de75 100644
--- a/_config.yml
+++ b/_config.yml
@@ -5,5 +5,7 @@ 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)
baseurl: /scala-ref-markdown/
# permalink: /docs/:title.html \ No newline at end of file