Open
Description
If a header contains a link like the following it will result in nested a
tags which is invalid.
## Header with [link](https://example.com).
This results in:
<a class="header" href="foo.html#header-with-a-hrefhttpsexamplecomlinka" name="header-with-a-hrefhttpsexamplecomlinka"><h2>Header with <a href="https://example.com/">link</a>.</h2></a>
A possible solution is to put the anchor at the start or end of the header rather than around the whole thing.