diff --git a/site/docs/configuration.md b/site/docs/configuration.md index c94656db..df93d9c6 100644 --- a/site/docs/configuration.md +++ b/site/docs/configuration.md @@ -372,3 +372,12 @@ All other extensions retain their usual names from Redcarpet, and no renderer op - `autolink` [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 \ No newline at end of file