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.
Properties
public abstract IReadOnlyList<IMarkdownBlock> ChildBlocks { get; } #Nested markdown child blocks owned by the container.