From bc28c61573969221a9d36eafe904440e401c9149 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 6 Feb 2016 11:38:37 +0200 Subject: [PATCH] _config.yml: use kramdown because of GHP warning I hope nothing breaks, but this is so big change that something must break. --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 3088c69..5145606 100644 --- a/_config.yml +++ b/_config.yml @@ -13,7 +13,7 @@ github_username: Mikaela #facebook_username: mikaelahmsuomalainen # Build settings -markdown: redcarpet +markdown: kramdown redcarpet: extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data", "strikethrough", "lax_spacing", "space_after_headers", "superscript"]