C# (CSharp) UniversalMarkdown.Parse.Elements Namespace

Classes

Name Description
BoldTextInline Represents a span that contains bold text.
CodeBlock
CodeInline Represents a span containing code, or other text that is to be displayed using a fixed-width font.
HeaderBlock Represents a heading.
HorizontalRuleBlock
HyperlinkInline Represents a type of hyperlink where the text and the target URL cannot be controlled independently.
ItalicTextInline Represents a span containing italic text.
LinkReferenceBlock Represents the target of a reference ([ref][]).
ListBlock Represents a list, with each list item proceeded by either a number or a bullet.
ListBlock.ListItemBuilder
ListBlock.ListItemPreamble
ListBlock.NestedListInfo
ListItemBlock
MarkdownLinkInline
ParagraphBlock
QuoteBlock
StrikethroughTextInline Represents a span containing strikethrough text.
TableBlock Represents a block which contains tabular data.
TableCell Represents a cell in the table.
TableColumnDefinition Describes a column in the markdown table.
TableRow Represents a single row in the table.
TextRunInline Represents a span containing plain text.