API Reference
Interface
IChildMarkdownBlockContainer
Marks a block as a container of nested child blocks. Implement this on custom block types so traversal, source-span binding, syntax-tree generation, rewriters, and descendant queries can walk into nested markdown content.
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Properties
public abstract IReadOnlyList<IMarkdownBlock> ChildBlocks { get; } #Nested markdown child blocks owned by the container.