API Reference

Class

MarkdownNativeFrontMatterBlock

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Native projection for front matter.

Inheritance

Properties

public FrontMatterBlock FrontMatter { get; } #

Source front matter block.

public IReadOnlyList<Entry> Entries { get; } #

Structured front matter entries in source order.

public IReadOnlyDictionary<String, Object> Values { get; } #

Front matter values by key.

public String RawYaml { get; } #

Raw YAML payload between the front matter fence markers when parsed from markdown.

public Nullable<MarkdownSourceSpan> BodySourceSpan { get; } #

Source span for the raw YAML payload between the front matter fence markers.

public Nullable<MarkdownSourceSpan> OpeningFenceSourceSpan { get; } #

Source span for the opening front matter fence marker when parsed from markdown.

public Nullable<MarkdownSourceSpan> ClosingFenceSourceSpan { get; } #

Source span for the closing front matter fence marker when parsed from markdown.