Parse markdown to ast node
Under the hood this class first parse the markdown to mdast and then transform the mdast to ast node.
Parser
The markdown input to parse
The ast node
Parse markdown to ast node
Under the hood this class first parse the markdown to mdast and then transform the mdast to ast node.
See
Parser