HtmlForgeX

API Reference

Enum

MarkdownTypographyPreset

Namespace HtmlForgeX.Markdown
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Presets for Markdown typography scale.

Inheritance

  • Enum
  • MarkdownTypographyPreset

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const MarkdownTypographyPreset Default #

Balanced defaults suitable for general-purpose content.

Value: 0
public const MarkdownTypographyPreset Report #

Tighter, report-friendly typography aligned with cards, wizards, and dashboards.

Value: 1
public const MarkdownTypographyPreset Document #

Larger document-style typography for prose-heavy pages.

Value: 2