diff --git a/docs/_docs/configuration/markdown.md b/docs/_docs/configuration/markdown.md index 2b48a94e..e36e95e8 100644 --- a/docs/_docs/configuration/markdown.md +++ b/docs/_docs/configuration/markdown.md @@ -42,6 +42,12 @@ currently supported options: * **transliterated_header_ids** - Transliterate the header text before generating the ID * **typographic_symbols** - Defines a mapping from typographical symbol to output characters +### Example Usage +```yaml +kramdown: + html_to_native: true +``` +