API Reference

Class

MarkdownInlineSyntaxBuilderContext

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Helper context passed to ISyntaxMarkdownInline implementations when they build custom syntax-tree nodes.

Inheritance

  • Object
  • MarkdownInlineSyntaxBuilderContext

Usage

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

Accepted by parameters

Methods

public IReadOnlyList<MarkdownSyntaxNode> BuildChildren(InlineSequence sequence) #
Returns: IReadOnlyList<MarkdownSyntaxNode>

Builds syntax-tree children for the supplied inline sequence.

Parameters

sequence OfficeIMO.Markdown.InlineSequence requiredposition: 0
public Nullable<MarkdownSourceSpan> GetAggregateSpan(IReadOnlyList<MarkdownSyntaxNode> children) #
Returns: Nullable<MarkdownSourceSpan>

Computes an aggregate source span covering the supplied child nodes when possible.

Parameters

children System.Collections.Generic.IReadOnlyList{OfficeIMO.Markdown.MarkdownSyntaxNode} requiredposition: 0