Merge pull request #1791 from konklone/kramdown_gfm

Document Kramdown's GFM parser option
This commit is contained in:
Parker Moore 2013-12-09 09:33:00 -08:00
commit 3a3d6500bc
1 changed files with 9 additions and 0 deletions

View File

@ -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