kjdev / hoextdown

Hoextdown is an extension to Hoedown
MIT License
23 stars 15 forks source link

Hoedown should ignore link definitions in HTML comments #47

Closed Sjlver closed 6 years ago

Sjlver commented 6 years ago

The following example renders wrongly in Hoe(xt)down:

Link should go to example.com but goes to Wikipedia: [foo]

[foo]: http://example.com/foo

<!-- commented-out link definition
[foo]: https://en.wikipedia.org/wiki/foo
-->

Most other interpreters get this right: Babelmark