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:
parent
7eb733f5d2
commit
298c302617
1 changed files with 3 additions and 2 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue