1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

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

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