-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Rustdoc mis-parses links with spaces #29483
Comments
Hoedown does not target CommonMark. |
Yeah, this and #29481 might both entirely be upstream, but I wanted to 1) make a note to investigate later and 2) have some sort of documentation that things might diverge from expected, for future searchers. :) I would like to switch to something CommonMark compliant, personally. |
Part of rust-lang#29330 Needed because of rust-lang#29481 and rust-lang#29483
Triage: no change. |
@steveklabnik have this an #29481 been filed as Hoedown bugs? Worst they could do is say "not our problem". Though, hoedown looks unmaintained. |
I don't believe they have, mostly because I would prefer to port rustdoc to pulldown-cmark to eliminate yet another c dependency. |
Opened an issue for moving to pulldown-cmark: #38400 |
Work with |
If you're using a reference-style link with a parenthetical statement after it:
This will ignore the reference and link to
also known as bar
.CommonMark says:
http://spec.commonmark.org/0.21/#example-460
The text was updated successfully, but these errors were encountered: