Merge pull request #1791 from konklone/kramdown_gfm
Document Kramdown's GFM parser option
This commit is contained in:
commit
3a3d6500bc
|
@ -372,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