markdown-it-regex
Plugin for markdown-it, replaces strings that match a regular expression pattern.
Installation
yarn add markdown-it-regex
Usage
const mdi = mdimdi // <p>I <i class="e1a-heart"></i> you</p>
Development
Build
yarn build:watch
Test
yarn test
Distribution
yarn release && npm publish