Open laurencer opened 8 years ago
E.g. [My Link](foo.md#anchor) will correctly resolve to <a href="foo.md">My Link</a> but the link rewriting loses the anchor when it should be kept.
[My Link](foo.md#anchor)
<a href="foo.md">My Link</a>
E.g.
[My Link](foo.md#anchor)
will correctly resolve to<a href="foo.md">My Link</a>
but the link rewriting loses the anchor when it should be kept.