mixin markdown::InlineParserState

markdown::InlineParserState

@Js

Source

InlineParserState

scanner

abstract Scanner? scanner()

Source

Return a scanner for the input for the current position (on the trigger character that the inline parser was added for).

Note that this always returns the same instance, if you want to backtrack you need to use Scanner.pos and Scanner.setPos.