OfficeIMO

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

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