CriticalContentToken

A character that requires special treatment during the rendering stage. Examples: &, <, >, ", ', ...

See also

Constructors

Link copied to clipboard
constructor(data: TokenData)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun <T> accept(visitor: TokenVisitor<T>): T

Accepts a visitor.