summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml
index 165fdb3..46013c2 100644
--- a/_config.yml
+++ b/_config.yml
@@ -28,12 +28,16 @@ author :
#
production_url : http://opentox.github.com
-markdown: rdiscount
+#markdown: rdiscount
+markdown: redcarpet
+redcarpet:
+ extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "strikethrough", "superscript", "with_toc_data"]
+
# All Jekyll-Bootstrap specific configurations are namespaced into this hash
#
JB :
- version : 0.2.13
+ version : 0.3.0
# All links will be namespaced by BASE_PATH if defined.
# Links in your website should always be prefixed with {{BASE_PATH}}