From 07cd0ae7562e33cac606d2156376f19e5c60189f Mon Sep 17 00:00:00 2001 From: rautenberg Date: Wed, 23 Mar 2016 17:52:47 +0100 Subject: adjust _config.yml set markdown to kramdown / redcarpet will be unsupported after 1st May --- _config.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '_config.yml') diff --git a/_config.yml b/_config.yml index 71cf222..7fb7dfe 100644 --- a/_config.yml +++ b/_config.yml @@ -28,10 +28,11 @@ author : # production_url : http://opentox.github.com -#markdown: rdiscount -markdown: redcarpet -redcarpet: - extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "strikethrough", "superscript", "with_toc_data"] +markdown: kramdown + +#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 -- cgit v1.2.3