-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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: Fix link title rendering with hoedown #47855
Conversation
LGTM but could use a test |
3a5b7b6
to
26b1d43
Compare
added test |
As-is, the test just makes sure that the link doesn't change between the renderers. Once we take Hoedown out, that test will not do anything (and will actually fail because we'll probably take that flag out at the same time). Can you add a |
The link title needs to be HTML escaped.
26b1d43
to
ae98f4c
Compare
I've updated the test to use |
Ah, i missed where the change was happening in. In any case, we can keep this around to make sure we (or Pulldown?) don't mess this up in the future. @bors r+ rollup |
📌 Commit ae98f4c has been approved by |
… r=QuietMisdreavus rustdoc: Fix link title rendering with hoedown The link title needs to be HTML escaped. It was broken by rust-lang#47046. r? @QuietMisdreavus
The link title needs to be HTML escaped.
It was broken by #47046.
r? @QuietMisdreavus