Update html heading structure
Structure headings to have only one H1 per page.
I wonder if we can shift the headings one level down programmatically. Feels a bit strange to have a markdown file where # is not allowed because it is already used outside the markdown file
Yeah, was thinking the same (see #211). Haven't looked into a technical solution yet though.
Apparently it's okay to have multiple <h1> on the same page if one of them is in an <article> or similar. Then we just need to adapt the font size instead of actually shifting the levels. Given that we are discussing some website changes lately, should we maybe postpone this until the website changes are done?
Given that we are discussing some website changes lately, should we maybe postpone this until the website changes are done?
Yes, I think that's best.