summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2015-06-02 12:48:12 +0200
committerrautenberg <rautenberg@in-silico.ch>2015-06-02 12:48:12 +0200
commitaa0d344514975311e592312b5bb7dd2cde659173 (patch)
tree63f6909c15e46cb4617f19929ff347dea2cf990a /_config.yml
parent2b3d041a3436ab6add8d3d0380f300a0c1f45379 (diff)
introduce code highlightingh
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}}