Defines style values used by MarkdownControl and Markdown document rendering.
public sealed record MarkdownStyle : IStyle<MarkdownStyle>, IEquatable<MarkdownStyle>
kind:method, kind:property, kind:ctor. Press Esc to clear.CautionAlertGets style for CAUTION alerts.DefaultGets the default markdown style.EmphasisStyleGets the style applied to emphasized text.Heading1StyleGets the style applied to level 1 headings.Heading2StyleGets the style applied to level 2 headings.Heading3StyleGets the style applied to level 3 headings.Heading4StyleGets the style applied to level 4 headings.Heading5StyleGets the style applied to level 5 headings.Heading6StyleGets the style applied to level 6 headings.HtmlStyleGets the style applied to HTML text fallbacks.ImportantAlertGets style for IMPORTANT alerts.InlineCodeStyleGets the style applied to inline code spans.KeyGets the environment key for MarkdownStyle.LinkStyleGets the style applied to links.NoteAlertGets style for NOTE alerts.ParagraphStyleGets the style applied to normal paragraph text.QuotePrefixGets the prefix used for quote lines.QuotePrefixStyleGets the style applied to quote prefixes.StrongStyleGets the style applied to strong-emphasis text.TipAlertGets style for TIP alerts.UnorderedListBulletGets the prefix used for unordered list items.WarningAlertGets style for WARNING alerts.ResolveAlertStyle(String)Resolves alert style for an alert kind (e.g. NOTE, TIP).ResolveHeadingStyle(Int32)Resolves the style for a heading level.