Declaring Type: MdSerializationOptions.Presets
Namespace: Grynwald.MarkdownGenerator
Assembly: Grynwald.MarkdownGenerator
Gets serialization options optimized for rendering the generated Markdown file using MkDocs.
public static readonly MdSerializationOptions MkDocs;
The MkDocs preset changes the following settings compared to the default preset:
- Increase MinimumListIndentationWidth to 4 so nested lists are rendered properly when using MkDocs default settings (see GitHub issue 545)
- Change escaping of some characters because documents are not rendered correctly when using the default escaping (see MkDocsTextFormatter)
Documentation generated by MdDocs