Description

System.Markdown.Styles contains classes derived from TPersistent for formatting Markdown syntax.


For more information, see TMDStyle.Styles.

Classes

TAlertCautionStyle

Defines properties for caution alerts.

TAlertImportantStyle

Defines properties for important alerts.

TAlertNoteStyle

Defines properties for note alerts.

TAlertsStyle

Groups properties for alert types.

TAlertTipStyle

Defines properties for tip alerts.

TAlertWarningStyle

Defines properties for warning alerts.

TAutosizeStyle

Base class for blocks that can self-adjust to their content.

TBlockQuoteStyle

Defines properties for blockquotes.

TCodeStyle

Defines properties for code elements.

TCustomAlertStyle

Base class for alert blocks.

TCustomBlockQuoteStyle

Base class for blockquotes and alerts.

TFootNoteStyle

Defines properties for footnotes.

THeaderStyle

Defines properties for headers.

THeadersStyle

Groups properties for the six header types.

THighlightStyle

Defines properties for highlighted elements.

THintStyle

Specifies the type of link for which the hint is to be displayed.

TImageStyle

Defines properties for image elements.

TLinkStyle

Defines properties for link elements.

TListImagesStyle

Defines image replacements for bullets in unordered lists and task lists.

TListStyle

Defines properties for ordered, unordered and tasks lists.

TMDAlphaColor

Color property.

TMDBackground

Background property.

TMDCustomAlphaColor

Base class for color properties.

TMDCustomBackground

Base class for background properties.

TMDCustomStyle

Base class for the set of block properties.

TMDEvenOddBackground

Background property for blocks which use two colors for even and odd elements.

TMDIdent

Defines identations for certain types of blocks.

TMDPadding

Defines padding for blocks with barground and border.

TMDPen

Defines a pen for rules and blocks with border.

TMDProperty

Base class for Markdown styling properties.

TParagraphStyle

Define paragraph properties.

TRuleStyle

Defines properties for rule elements.

TStyles

Groups all Markdown styling properties.

TTableHeaderStyle

Defines properties for table headers.

TTableStyle

Defines properties for table.

TViewerStyle

Defines properties for TMDViewers.