OfficeIMO

API Reference

Enum

MarkdownBlockParserPlacement

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

Placement anchors for block parser extensions within the default markdown reader pipeline.

Inheritance

  • Enum
  • MarkdownBlockParserPlacement

Values

public const MarkdownBlockParserPlacement AfterFrontMatter #

After front matter parsing and before quote parsing.

Value: 0
public const MarkdownBlockParserPlacement AfterHtmlBlocks #

After HTML block parsing and before reference-link definitions.

Value: 1
public const MarkdownBlockParserPlacement AfterReferenceLinkDefinitions #

After reference-link definitions and before table/list parsing.

Value: 2
public const MarkdownBlockParserPlacement BeforeParagraphs #

Immediately before paragraph parsing (the pipeline fallback).

Value: 3