API Reference
Interface
ISyntaxMarkdownInline
Allows a custom inline node to control the syntax-tree node shape emitted by MarkdownReaderOptions).
Methods
public abstract MarkdownSyntaxNode BuildSyntaxNode(MarkdownInlineSyntaxBuilderContext context, Nullable<MarkdownSourceSpan> span) #Returns:
MarkdownSyntaxNodeBuilds the syntax-tree node for this inline.
Parameters
- context OfficeIMO.Markdown.MarkdownInlineSyntaxBuilderContext
- Helper context for building nested inline syntax nodes.
- span System.Nullable{OfficeIMO.Markdown.MarkdownSourceSpan}
- Source span mapped to the inline when available.
Returns
A syntax node representing this inline.