type

InlineParserContext

src @Js
class InlineParserContext : Obj

InlineParserContext

fields

methods

def

Lookup a definition of a type for a given label.

Slot Details

customDelimiterProcessors

src const DelimiterProcessor[] customDelimiterProcessors

customLinkMarkers

src const Int[] customLinkMarkers

customLinkProcessors

src const LinkProcessor[] customLinkProcessors

def

src Block? def(Type type, Str label)

Lookup a definition of a type for a given label.

Note that the label does not need to be normalized; implementations are responsible for doing this normalization before lookup.

factories

src const InlineContentParserFactory[] factories