-
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] Preparing CSS docs for Markdowning #5865
Comments
Re "remove id attributes except on headings (#3647)" The interesting thing is that I believe the anchor gets auto-generated if you don't specify it, and this will happen all the time the moment that we move to markdown. So possibly we should remove all ids in heading that are "correct" for the heading, and then review all the other ones to work out why they are different and fix any potential breaks. Further, it might be nice to be able to explicitly set an anchor for some headings to prevent them moving around if the heading text changes - or at least have some way of reminding people that changing headings might break links. |
I've started https://github.com/mdn/content/discussions/6322 for this. |
I've started https://github.com/mdn/content/discussions/7263 to decide what to do about |
This is a tracking bug for the work we have to do to prepare the CSS documentation for Markdown conversion.
This doesn't list everything we need to do and I'll probably add some things, but gives us a list of the main items at least.
id
attributes except on headings (fixed by Remove css ids, final part #7529 and others)hidden
code blocks in live samples (filed as [Markdown] [CSS] Fix usages of <div class="hidden"> containing code blocks #7256)hidden
elements that don't contain code blocks in a live samplesummary
andseoSummary
class (done in removing summary and seoSummary from CSS #5894)dd
elements (done in Fix consecutive dd elements in CSS #6352)sup
andsub
(filed as [Markdown] [CSS] Handlesup
andsub
in the CSS docs #7267)strong
incode
<div class="index">
(discussed in https://github.com/mdn/content/discussions/7263, and removed in Remove index class from CSS docs #7726)<pre class="hidden">
(filed as h2m converter should handlehidden
onpre
blocks yari#4308)The text was updated successfully, but these errors were encountered: