Markdown Language Object
The column number at which the parser starts counting.
defaultLanguageOptions: { frontmatter: boolean; }
Default language options. User-defined options are merged with this object.
The name of the key that holds the type of the node.
createSourceCode(file,parseResult,)
Creates a new MarkdownSourceCode object from the given information.
parse(file,context,)
Parses the given file into an AST.
validateLanguageOptions(languageOptions): void
Validates the language options.