Back to API Reference
Enum
MarkdownSyntaxKind
How a modifier's Markdown form is written: a symmetric wrapping delimiter (Wrap — **bold**) or the inline link syntax (Link — [text](url), where the URL is the modifier parameter).
public static readonly MarkdownSyntaxKind Wrap = 0public static readonly MarkdownSyntaxKind Link = 1