hellux/jotdown

bug: formatting is kept in link reference text tag

Closed this issue · 0 comments

hellux commented

E.g.

[some _text_][]

[some text]: without_formatting
[some _text_]: with_formatting

yields

<p><a href="with_formatting">some <em>text</em></a></p>

instead of

<p><a href="without_formatting">some <em>text</em></a></p>