From: Nicolas McCurdy Date: Thu, 2 Oct 2014 18:42:24 +0000 (-0400) Subject: Use Jekyll's default markdown parser and highligher X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=blog;a=commitdiff_plain;h=a1019ed0c4853b0c0b2cdea9c4db43001f54c724 Use Jekyll's default markdown parser and highligher With the current version of Jekyll (2.4.0), this changes the markdown parser to Kramdown. --- diff --git a/_config.yml b/_config.yml index 5febafb..276c57e 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,3 @@ -# Dependencies -markdown: redcarpet -highlighter: pygments - # Permalinks permalink: pretty relative_permalinks: true