markdown-it-classy icon indicating copy to clipboard operation
markdown-it-classy copied to clipboard

Doesn't work on links

Open fbedussi opened this issue 8 years ago • 0 comments

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>

fbedussi avatar Dec 11 '16 16:12 fbedussi