API Reference

Class

Entry (FrontMatterBlock)

Namespace OfficeIMO.Markdown.FrontMatterBlock
Assembly OfficeIMO.Markdown
Modifiers sealed

Single front matter entry.

Inheritance

  • Object
  • Entry

Properties

public String Key { get; } #

Entry key.

public Object Value { get; } #

Entry value.

public Nullable<MarkdownSourceSpan> SourceSpan { get; } #

Source span for the whole entry when parsed from markdown.

public Nullable<MarkdownSourceSpan> KeySourceSpan { get; } #

Source span for the key token when parsed from markdown.

public Nullable<MarkdownSourceSpan> ValueSourceSpan { get; } #

Source span for the value token or literal-block payload when parsed from markdown.