MarkdownFlavor
MarkdownFlavor enumeration
Specifies the target Markdown dialect for the conversion output.
public enum MarkdownFlavor
Values
| 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. |
See Also
- namespace GroupDocs.Markdown
- assembly GroupDocs.Markdown