API Reference

Enum

MarkdownCalloutTitleMode

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

Controls how OfficeIMO callout headers handle text after the [!KIND] marker.

Inheritance

  • Enum
  • MarkdownCalloutTitleMode

Usage

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

Values

public const MarkdownCalloutTitleMode OfficeIMO #

Parse trailing header text as an OfficeIMO callout title.

Value: 0
public const MarkdownCalloutTitleMode MarkdigCompatible #

Match Markdig's alert extension boundary: only no-title alert headers are parsed as callouts.

Value: 1