quarkdown
Toggle table of contents
latest
jvm
Platform filter
jvm
Switch theme
Search in API
quarkdown
quarkdown-core
/
com.quarkdown.core.ast.iterator
/
AstIteratorHook
Ast
Iterator
Hook
interface
AstIteratorHook
A hook that can be attached to an
ObservableAstIterator
.
Inheritors
LinkDefinitionRegistrationHook
LocationAwareLabelStorerHook
LocationAwarenessHook
MediaStorerHook
CodePresenceHook
MermaidDiagramPresenceHook
MathPresenceHook
TableOfContentsGeneratorHook
Members
Functions
attach
Link copied to clipboard
abstract
fun
attach
(
iterator
:
ObservableAstIterator
)
Attaches this hook to the given
iterator
.