move input GFM option down to the bottom, not in the defaults
This commit is contained in:
parent
3fe261f91c
commit
caefd7b85f
|
@ -330,7 +330,6 @@ 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
|
||||||
|
@ -373,3 +372,12 @@ All other extensions retain their usual names from Redcarpet, and no renderer op
|
||||||
- `autolink`
|
- `autolink`
|
||||||
|
|
||||||
[redcarpet_extensions]: https://github.com/vmg/redcarpet/blob/v2.2.2/README.markdown#and-its-like-really-simple-to-use
|
[redcarpet_extensions]: https://github.com/vmg/redcarpet/blob/v2.2.2/README.markdown#and-its-like-really-simple-to-use
|
||||||
|
|
||||||
|
### Kramdown
|
||||||
|
|
||||||
|
In addition to the defaults mentioned above, you can also turn on recognition of Github Flavored Markdown by passing an `input` option with a value of "GFM".
|
||||||
|
|
||||||
|
For example, in your `_config.yml`:
|
||||||
|
|
||||||
|
kramdown:
|
||||||
|
input: GFM
|
Loading…
Reference in New Issue