class markdown::InlineParserContext

sys::Obj
  markdown::InlineParserContext

@Js

Source

InlineParserContext

customDelimiterProcessors

const DelimiterProcessor[] customDelimiterProcessors

Source

customLinkMarkers

const Int[] customLinkMarkers

Source

customLinkProcessors

const LinkProcessor[] customLinkProcessors

Source

def

Block? def(Type type, Str label)

Source

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

const InlineContentParserFactory[] factories

Source