BaseMarkdownTreeIteratorFactory

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun default(context: MutableContext): ObservableAstIterator
Link copied to clipboard
open override fun rewriter(context: MutableContext): AstIterator<AstRoot>

Base Markdown has no notion of function extensions, so the rewriter is a no-op that returns the input tree unchanged.