API Reference

Enum

MarkdownAbbreviationDefinitionRenderingMode

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

Controls how parse-owned abbreviation definitions are emitted by MarkdownWriteOptions).

Inheritance

  • Enum
  • MarkdownAbbreviationDefinitionRenderingMode

Usage

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

Values

public const MarkdownAbbreviationDefinitionRenderingMode Preserve #

Preserve abbreviation definition syntax in the generated Markdown.

Value: 0
public const MarkdownAbbreviationDefinitionRenderingMode Omit #

Do not emit parse-owned abbreviation definitions.

Value: 1