-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
[Markdown] [Web/HTML] Convert HTML docs to Markdown - DO NOT SQUASH MERGE #9303
Conversation
To coordinate reviews I've created https://docs.google.com/spreadsheets/d/1QnKzVj8Q4OIw7_FFjCTyx3U5wWO9cIUUgVozKDtcm2o/edit#gid=0 As before, the purpose of this is just to ensure different people review different pages. |
This comment has been minimized.
This comment has been minimized.
831fd0a
to
fe833f4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found 2 sectioning flaws introduced by md, fixed them (and checked with the flaw dashboard that I didn't miss any), and two other nits.
I think we are good to go.
Thanks for all your work on this @teoli2003 ! |
💯 👏 |
See #8961 for the "preparation" work.
This PR converts Web/HTML to Markdown.
Conversion report summary:
Full conversion report: https://gist.github.com/wbamberg/af1992d83e5fa9bb4fc255c7417bfdde
The only unconverted elements are
<sub>
,<sup>
,<kbd>
and tables.<sub> and <sup>
These elements only appear in the actual pages that document them, to demonstrate proper usages:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/sub#usage_notes
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/sup#usage_notes
It seems much better to keep the HTML here.
<kbd>
As we have for other doc sets, this PR keeps
<kbd>
as HTML.<table>
Many tables here are unconverted:
.properties
tables, which as in other docsets are kept as HTML