Namespace Syncfusion.Office.Markdown
Classes
| MarkdownDocument
Represents a class to maintain Markdown document. |
| MarkdownToHtmlConverter
Converts MarkdownDocument to HTML content. |
| MdCodeBlock
Represents a code block in Markdown. |
| MdColumnAlignment
Specifies type of alignment for table column. |
| MdHyperlink
Represents a hyperlink in Markdown. |
| MdImageNodeVisitedEventArgs |
| MdImageNodeVisitedEventHandler |
| MdImportSettings |
| MdListFormat
Represents list format for a line in Markdown. |
| MdParagraph
Represents a line in Markdown. |
| MdParagraphStyle |
| MdPicture
Represents an image in a Markdown. |
| MdSubSuperScript
Specifies type of the sub and super script. |
| MdTable
Represents a table in Markdown. |
| MdTableCell
Represents a table cell in Markdown. |
| MdTableRow
Represents a table row in Markdown. |
| MdTaskProperties
Represents the properties for task item in Markdown. This property applies if a paragraph starts with checkbox. |
| MdTextFormat
Represents a class to maintain text format of markdown. |
| MdTextRange
Represents a text with formatting in Markdown |
| MdThematicBreak
Represents a thematic break or horizontal rule in Markdown. |
Interfaces
| IMdBlock
Represents an interface for Block in Markdown |
| IMdInline
Represents an interface for inlline in Markdown. |