Mention the 'input' option to use a GFM parser in the kramdown options documentation.
This commit is contained in:
parent
d2e948600f
commit
3fe261f91c
|
@ -330,6 +330,7 @@ kramdown:
|
||||||
toc_levels: 1..6
|
toc_levels: 1..6
|
||||||
smart_quotes: lsquo,rsquo,ldquo,rdquo
|
smart_quotes: lsquo,rsquo,ldquo,rdquo
|
||||||
use_coderay: false
|
use_coderay: false
|
||||||
|
input: GFM
|
||||||
|
|
||||||
coderay:
|
coderay:
|
||||||
coderay_wrap: div
|
coderay_wrap: div
|
||||||
|
|
Loading…
Reference in New Issue