This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Description
Any thought to allowing the registration of additional markdown-it plugins? Specifically, I'd like to add support for attributes, but there doesn't seem to be a good way to register additional plugins. Would be nice to be able to pass in additional plugins when parsing, like:
marky('blah blah', { plugins: [ require('markdown-it-attrs')] })
If open to it, can submit a pull request.