API Reference
Interface
IInlineContainerMarkdownInline
Marks an inline node as a container of nested inline content. Implement this on custom container nodes so source-span binding, syntax tree generation, and object-tree traversal can descend into the nested inline sequence.
Properties
public abstract InlineSequence NestedInlines { get; } #Nested inline content owned by the container node.