From 298c302617d02a352c3d50418dd1bb2e92e7cfc0 Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Fri, 12 Feb 2016 14:31:55 -0800 Subject: [PATCH] Switch from redcarpet to GH-flavored kramdown Note that this has a big effect on the CSS used to render the code blocks. --- docs/_config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 50ef1d93..067e33be 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,7 +1,8 @@ name: Capistrano +kramdown: + input: GFM + hard_wrap: false highlighter: rouge safe: true lsi: false -redcarpet: - extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"] exclude: ["Gemfile", "Gemfile.lock", "README.md", "vendor"]