loxsmoke / mddox

Markdown documentation generator tool
MIT License
37 stars 10 forks source link

Add support for <see href=> tags #12

Closed loxsmoke closed 4 years ago

loxsmoke commented 4 years ago

Currently this comment text

<see href="https://en.wikipedia.org/wiki/Stuff">Stuff</see>

is converted to the following markdown

\<see href="https://en.wikipedia.org/wiki/Stuff"\>Stuff\</see\>

Expected markdown is this: [Stuff](https://en.wikipedia.org/wiki/Stuff)