martinheidegger / markdown-it-replace-link

markdown-it plugin for replacing links (image & text) in the markdown document.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support embedded HTML

xcatliu opened this issue · comments

Does this support embedded HTML like this:

[Hello](test)

<a href="test2">Hello2</a>

to:

<p><a href="http://me.com/test">Hello</a></p>

<a href="http://me.com/test2">Hello2</a>

Added support for html tags in 1.2.0