DefaultMarkdownAnnotator

class DefaultMarkdownAnnotator(val annotate: AnnotatedString.Builder.(content: String, child: ASTNode) -> Boolean?) : MarkdownAnnotator

Constructors

Link copied to clipboard
constructor(annotate: AnnotatedString.Builder.(content: String, child: ASTNode) -> Boolean?)

Properties

Link copied to clipboard
open override val annotate: AnnotatedString.Builder.(content: String, child: ASTNode) -> Boolean?

Use the AnnotatedString.Builder to build the string to display. Return true to consume the child, false to allow default handling.