docs: kramdown options (#8181)
Example usage of kramdown options Co-authored-by: Frank Taillandier <frank.taillandier@gmail.com>
This commit is contained in:
parent
5679e4aa93
commit
603fae800a
|
@ -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
|
||||
```
|
||||
|
||||
<div class="note warning">
|
||||
<h5>There are two unsupported kramdown options</h5>
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue