Namespace DocWright.Formats.Markdown
Classes
- MarkdownFormats
The format descriptor the Markdown reader and writer share.
- MarkdownReadOptions
Format-specific settings for MarkdownReader.
- MarkdownReader
Reads Markdown into the mutable DocWright document model.
- MarkdownWriteOptions
Format-specific settings for MarkdownWriter.
- MarkdownWriter
Writes the DocWright document model as Markdown.
Enums
- MarkdownBulletStyle
How the writer represents a bulleted list marker.
- MarkdownEmphasisStyle
How the writer emphasizes a run.
- MarkdownFlavor
The Markdown dialect the reader and writer speak.
- MarkdownTableStyle
How the Markdown writer represents a table.