From 603fae800a6b2397a945ca4a1a5e6c0197fa09b1 Mon Sep 17 00:00:00 2001 From: codenitpicker <60985482+codenitpicker@users.noreply.github.com> Date: Sun, 17 May 2020 13:03:37 +0100 Subject: [PATCH] docs: kramdown options (#8181) Example usage of kramdown options Co-authored-by: Frank Taillandier --- docs/_docs/configuration/markdown.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 +``` +
There are two unsupported kramdown options