API Reference

Enum

MarkdownFrontMatterRenderingMode

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

Controls how document front matter is emitted during Markdown serialization.

Inheritance

  • Enum
  • MarkdownFrontMatterRenderingMode

Usage

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

Values

public const MarkdownFrontMatterRenderingMode Preserve #

Preserve YAML front matter fences and entries.

Value: 0
public const MarkdownFrontMatterRenderingMode Omit #

Omit front matter from the serialized Markdown document.

Value: 1