markdown-it-classy
markdown-it-classy copied to clipboard
Doesn't work on links
If I'm not missing something this:
[link](#/www.example.com){navigate-left}
should be rendered as:
<a href="#/www.example.com" class="navigate-left">link</a>
instead it is rendered as:
<p class="navigate-left"><a href="#/www.example.com">link</a></p>