Table of Contents

Property Flavor

Namespace
DocWright.Formats.Markdown
Assembly
DocWright.Formats.Markdown.dll

Flavor

Gets or sets the dialect to write. Defaults to GitHubFlavored.

public MarkdownFlavor Flavor { get; set; }

Property Value

MarkdownFlavor

Remarks

Under CommonMark a table has no representation at all, so it is written per TableStyle's non-table fallback and reported. This is the single largest difference between the two settings on the write side.