If links are entered using HTML tags, and it uses a link as nested text, the nested text gets rendered as <a>nchor tag, nested in the HTML tag provided in the markdown text. This is invalid HTML, and the outer anchor may get lost by browser trying to recover the DOM.

e.g.
<a href="http://some.link" some_attr="bla">http://some.link</a>
will get rendered as anchor without some_attr="bla" attribute.

Submitted by Elmer van Chastelet on 22 February 2021 at 14:58

Log in to post comments