API Reference
Struct
MarkdownBlockParseResult
Result returned by a custom block parser when it recognizes a block at the current line.
Inheritance
- ValueType
- MarkdownBlockParseResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method MarkdownBlockParser.BeginInvoke
- Method MarkdownBlockParser.EndInvoke
- Method MarkdownBlockParser.Invoke
Constructors
MarkdownBlockParseResult 2 overloads
public MarkdownBlockParseResult(IReadOnlyList<IMarkdownBlock> blocks, Int32 consumedLineCount) #Creates a block parse result for a single block.
Parameters
- block OfficeIMO.Markdown.IMarkdownBlock
- consumedLineCount System.Int32
MarkdownBlockParseResult(System.Collections.Generic.IReadOnlyList{OfficeIMO.Markdown.IMarkdownBlock} blocks, System.Int32 consumedLineCount) #Creates a block parse result for one or more blocks.
Parameters
- blocks System.Collections.Generic.IReadOnlyList{OfficeIMO.Markdown.IMarkdownBlock}
- consumedLineCount System.Int32