MarkdownInlineType Enum

Definition

Caution

Parsing code has been deprecated, we suggest using Markdig. See https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3200 for more info.

Caution

Parsing code has been deprecated, we suggest using Markdig. See https://github.com/CommunityToolkit/WindowsCommunityToolkit/issues/3200 for more info.

Determines the type of Inline the Inline Element is.

public enum MarkdownInlineType
[System.Obsolete("Parsing code has been deprecated, we suggest using Markdig. See https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3200 for more info.")]
public enum MarkdownInlineType
[System.Obsolete("Parsing code has been deprecated, we suggest using Markdig. See https://github.com/CommunityToolkit/WindowsCommunityToolkit/issues/3200 for more info.")]
public enum MarkdownInlineType
type MarkdownInlineType = 
[<System.Obsolete("Parsing code has been deprecated, we suggest using Markdig. See https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3200 for more info.")>]
type MarkdownInlineType = 
[<System.Obsolete("Parsing code has been deprecated, we suggest using Markdig. See https://github.com/CommunityToolkit/WindowsCommunityToolkit/issues/3200 for more info.")>]
type MarkdownInlineType = 
Public Enum MarkdownInlineType
Inheritance
MarkdownInlineType
Attributes

Fields

Bold 2

A bold run

Code 10

A code run

Comment 0

A comment

Emoji 12

Emoji

Image 11

An image

Italic 3

An italic run

LinkReference 13

Link Reference

4

A link in markdown syntax

5

A raw hyper link

RawSubreddit 6

A raw subreddit link

Strikethrough 7

A strike through run

Subscript 9

A subscript run

Superscript 8

A superscript run

TextRun 1

A text run

Applies to