A plugin for markdown-it that turns:
@[Freddie Mercury](mention://user/48249279)into:
<span class="mention" data-type="user" data-id="48249279">Freddie Mercury</span>yarn add @quartzy/markdown-it-mentionsimport markdownitMentions from '@quartzy/markdown-it-mentions';
const md = markdownit().use(markdownitMentions);# Run tests
yarn test
# Build distributable
yarn build
# Build and watch for changes
yarn watchThe Apache License, v2.0. Please see License File for more information.