Microsoft.Toolkit.Parsers.Markdown.Inlines Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
BoldTextInline |
Represents a span that contains bold text. |
CodeInline |
Represents a span containing code, or other text that is to be displayed using a fixed-width font. |
EmojiInline |
Represents a span containing emoji symbol. |
HyperlinkInline |
Represents a type of hyperlink where the text and the target URL cannot be controlled independently. |
ImageInline |
Represents an embedded image. |
ItalicTextInline |
Represents a span containing italic text. |
LinkAnchorInline |
Represents a span that contains a reference for links to point to. |
MarkdownInline |
An internal class that is the base class for all inline elements. |
MarkdownLinkInline |
Represents a type of hyperlink where the text can be different from the target URL. |
StrikethroughTextInline |
Represents a span containing strikethrough text. |
SubscriptTextInline |
Represents a span containing subscript text. |
SuperscriptTextInline |
Represents a span containing superscript text. |
TextRunInline |
Represents a span containing plain text. |
Interfaces
IInlineContainer |
Initializes a new instance of the IInlineContainer class. |
IInlineLeaf |
Initializes a new instance of the IInlineLeaf class. |