Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing identifier with Markdown in the name gets weirdly transformed #6

Closed
oprypin opened this issue Apr 23, 2021 · 1 comment
Closed

Comments

@oprypin
Copy link
Member

oprypin commented Apr 23, 2021

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)

@pawamoy
Copy link
Member

pawamoy commented Sep 1, 2024

*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.

@pawamoy pawamoy closed this as not planned Won't fix, can't repro, duplicate, stale Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants