Closed
Description
If you've arrived via a warning and what to know what is going on, see this comment.
- implement Pulldown rendering behind a flag (Replace hoedown with pull in rustdoc #40338, Re-enable hoedown by default #41431)
- implement warnings for changes (Add warnings when rustdoc html rendering differs #41991)
- begin warning cycle (Print rustdoc rendering warnings all the time #45324)
- move to Pulldown by default (Switch to pulldown as default markdown renderer #47398)
- remove Hoedown, the difference warnings, the
html-diff
dependency, etc (Remove hoedown from rustdoc #48274)
Blocking warning cycle
- move warnings to off by default (on if user chooses Pulldown rendering)
- format warning, and add information about how to remedy
- assess and mitigate false positives
- advertise warnings (https://blog.guillaume-gomez.fr/articles/2017-09-18+New+rustdoc+rendering+common+errors)
- move warnings to on by default
Metadata
Metadata
Assignees
Labels
Area: Documentation for any part of the project, including the compiler, standard library, and toolsCategory: An issue tracking the progress of sth. like the implementation of an RFCHigh priorityRelevant to the dev-tools subteam, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.