Skip to content

v1.2.0

Compare
Choose a tag to compare
@sergiodxa sergiodxa released this 17 Jun 05:36
· 8 commits to master since this release

The parser is now extensible with any markdown-it plugin using:

const extraPlugins = [plugin1, [plugin2, plugin2Config]];
const parser = createParser(config, extraPlugins);