API Reference
Interface
IPlainTextMarkdownInline
Plain-text extraction contract for inline nodes. Implement this on custom inline types so headings, summaries, and other text-derived views can safely read semantic text from the inline tree.
Methods
public abstract Void AppendPlainText(StringBuilder sb) #Returns:
VoidAppends the plain-text representation of the inline node to the supplied string builder.
Parameters
- sb System.Text.StringBuilder