autorefs icon indicating copy to clipboard operation
autorefs copied to clipboard

Missing identifier with Markdown in the name gets weirdly transformed

Open oprypin opened this issue 3 years ago • 0 comments

Given the input [*Foo-bar*][] with no such matching identifier, the output is [<em>Foo-bar</em>][*Foo-bar*] but ideally it would be [*Foo-bar*][] or at least [<em>Foo-bar</em>][].

See https://github.com/mkdocstrings/autorefs/pull/5#discussion_r617119616

oprypin avatar Apr 23 '21 15:04 oprypin