From 2f3d0fddefdc0e11290805a0f16c68c52b1c6ffb Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Tue, 25 Mar 2014 14:32:36 -0700 Subject: Jekyll 2 config for redcarpet 3.1.1 To mimic github flavored markdown for local viewing. Note that this requires a development version of jekyll. --- _config.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 _config.yml (limited to '_config.yml') diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000000..300324a8fe --- /dev/null +++ b/_config.yml @@ -0,0 +1,10 @@ +safe: true +lsi: false +highlighter: pygments +markdown: redcarpet3 +encoding: utf-8 +redcarpet: + extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data", "strikethrough", "lax_spacing", "space_after_headers", "superscript"] + +# baseurl: /my-site-name +# permalink: /docs/:title.html \ No newline at end of file -- cgit v1.2.3