MarkdownFlavor
Leave feedback
On this page
Specifies the target Markdown dialect for the conversion output.
public enum MarkdownFlavor
| Name | Value | Description |
|---|---|---|
| GitHub | 0 |
GitHub Flavored Markdown — supports tables, strikethrough, and task lists. This is the default. |
| CommonMark | 1 |
Strict CommonMark output. Tables are rendered as code blocks since CommonMark does not have native table syntax. |
- namespace GroupDocs.Markdown
- assembly GroupDocs.Markdown
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.