KobwebCallDelimiterProcessor

class KobwebCallDelimiterProcessor(delimiters: Pair<Char, Char>) : DelimiterProcessor(source)

A processor to parse inline Kobweb calls, which look something like ${.components.widgets.Example}.

Note that no spaces are allowed inside the curly braces here, or otherwise, the markdown parser skips over it, unfortunately.

See also

Constructors

Link copied to clipboard
constructor(delimiters: Pair<Char, Char>)

Functions

Link copied to clipboard
open override fun getClosingCharacter(): Char
Link copied to clipboard
open override fun getMinLength(): Int
Link copied to clipboard
open override fun getOpeningCharacter(): Char
Link copied to clipboard
open override fun process(openingRun: DelimiterRun, closingRun: DelimiterRun): Int