summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml
index 300324a8fe..61a8881789 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,10 +1,10 @@
safe: true
lsi: false
highlighter: pygments
-markdown: redcarpet3
+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"]
+ extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data", "strikethrough", "lax_spacing", "space_after_headers", "superscript", "footnotes"]
# baseurl: /my-site-name
# permalink: /docs/:title.html \ No newline at end of file