API Reference

Enum

MarkdownHeadingIdentifierStyle

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

Controls how automatic heading identifier slugs are generated during HTML rendering.

Inheritance

  • Enum
  • MarkdownHeadingIdentifierStyle

Usage

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

Values

public const MarkdownHeadingIdentifierStyle OfficeIMO #

OfficeIMO's historical ASCII-oriented slug behavior.

Value: 0
public const MarkdownHeadingIdentifierStyle MarkdigDefault #

Markdig's default auto-identifier behavior, including section fallback for headings that do not contain ASCII identifier text.

Value: 1
public const MarkdownHeadingIdentifierStyle GitHub #

Markdig/GitHub-style identifiers that preserve Unicode letters and digits where possible.

Value: 2