We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
a9aaf5c
The parser is now extensible with any markdown-it plugin using:
markdown-it
const extraPlugins = [plugin1, [plugin2, plugin2Config]]; const parser = createParser(config, extraPlugins);