From 78633e6ec857469216fa5b7119a8956995704cbc Mon Sep 17 00:00:00 2001 From: arcan1s Date: Fri, 22 Jan 2016 14:50:15 +0300 Subject: [PATCH] change md processor --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 6e5f906..c5eebae 100644 --- a/_config.yml +++ b/_config.yml @@ -17,7 +17,7 @@ relative_permalinks: true permalink: pretty paginate_path: 'blog/:num' -markdown: rdiscount +markdown: redcarpet markdown_ext: markdown,mkd,mkdn,md textile_ext: textile @@ -43,7 +43,7 @@ rdiscount: extensions: [] redcarpet: - extensions: [] + extensions: ["tables", "autolink", "no_intra_emphasis"] kramdown: auto_ids: true