Switch from redcarpet to GH-flavored kramdown

Note that this has a big effect on the CSS used to render the code blocks.
This commit is contained in:
Matt Brictson 2016-02-12 14:31:55 -08:00
parent 7eb733f5d2
commit 298c302617
No known key found for this signature in database
GPG Key ID: 2F279EAD1F2ACFAF
1 changed files with 3 additions and 2 deletions

View File

@ -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"]