API Reference

Class

MarkdownNativeDefinitionListDefinition

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Native projection for a definition-list definition body.

Inheritance

  • Object
  • MarkdownNativeDefinitionListDefinition

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 DefinitionListDefinition Definition { get; } #

Source semantic definition body.

public MarkdownSyntaxNode SyntaxNode { get; } #

Syntax node that produced this definition body when available.

public Nullable<MarkdownSourceSpan> SourceSpan { get; } #

Source span in the normalized markdown text when available.

public String Markdown { get; } #

Markdown representation of the definition body.

public IReadOnlyList<MarkdownSourceSpan> BlankLineSourceSpans { get; } #

Source spans for blank separator lines inside this definition body.

public IReadOnlyList<MarkdownSourceSpan> ContinuationIndentSourceSpans { get; } #

Source spans for indentation stripped from definition continuation lines.

public IReadOnlyList<MarkdownNativeBlock> Children { get; } #

Native definition body children.