API Reference

Class

MarkdownFencedBlockFactoryContext

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Context passed to fenced block extension factories during parsing.

Inheritance

  • Object
  • MarkdownFencedBlockFactoryContext

Usage

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

Accepted by parameters

Properties

public String Language { get; } #

Parsed primary fence language token that opened the block.

public String InfoString { get; } #

Full raw fence info string that opened the block.

public MarkdownCodeFenceInfo FenceInfo { get; } #

Structured fenced-code info metadata.

public String Content { get; } #

Raw fenced block payload.

public Boolean IsFenced { get; } #

Whether the source block was fenced rather than indented.

public String Caption { get; } #

Optional caption parsed immediately after the block.