-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Intra-doc links using Markdown references get rendered incorrectly #11008
Comments
This comment has been minimized.
This comment has been minimized.
That one is probably a different problem, the markdown for that is The Vec issue I am not sure yet. |
@Veykril Should I move this to a new issue then? |
Sounds reasonable 👍 |
Okay checked a bit more thoroughly, this is indeed a bug in |
11418: fix: Update dependency, fix Markdown references r=Veykril a=HansAuger Stumbled across this accidentally while familiarizing myself with the code base. Update `pulldown-cmark-to-cmark` Fix for #11008 Co-authored-by: Moritz Vetter <[email protected]>
Fixed in #11418 |
For example: https://github.com/rust-lang/rust/blob/7ca74ea0afe87b2cb173ea1fea190853c3c3d860/library/std/src/error.rs#L308
gets rendered as:
There are 2 problems here:
and
rust-analyzer version: 7d6fcbc 2021-12-06 stable
rustc version: rustc 1.57.0 (f1edd0429 2021-11-29)
The text was updated successfully, but these errors were encountered: