OfficeIMO

API Reference

Interface

ISyntaxMarkdownInline

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers abstract

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: MarkdownSyntaxNode

Builds the syntax-tree node for this inline.

Parameters

context OfficeIMO.Markdown.MarkdownInlineSyntaxBuilderContext requiredposition: 0
Helper context for building nested inline syntax nodes.
span System.Nullable{OfficeIMO.Markdown.MarkdownSourceSpan} requiredposition: 1
Source span mapped to the inline when available.

Returns

A syntax node representing this inline.