API Reference
Class
MarkdownInlineSyntaxBuilderContext
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
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}
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object