MarkdownUnitParser
Defined in: packages/speculator/src/parse/markdown/parser.ts:65
Markdown unit parser implementation using handler registry
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new MarkdownUnitParser(
registry):MarkdownUnitParser
Defined in: packages/speculator/src/parse/markdown/parser.ts:71
Parameters
Section titled “Parameters”registry
Section titled “registry”ParseHandlerRegistry = defaultRegistry
Returns
Section titled “Returns”MarkdownUnitParser
Properties
Section titled “Properties”format
Section titled “format”
readonlyformat:"markdown"
Defined in: packages/speculator/src/parse/markdown/parser.ts:66
Format this parser handles
Implementation of
Section titled “Implementation of”Methods
Section titled “Methods”parse()
Section titled “parse()”Defined in: packages/speculator/src/parse/markdown/parser.ts:78
Parse markdown unit to AST blocks