You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>][].
*Foo-bar* gets rendered to <em>Foo-bar</em>, and when comparing the title and id, autorefs finds that they are different so re-outputs the ref as [title][id] -> [<em>Foo-bar</em>][*Foo-bar*].
Fixing this would be fixing an error case, not particularly worth it IMO. For this reason I'll just close this for now.
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 #5 (comment)
The text was updated successfully, but these errors were encountered: