-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Describe the problem:
This is what a Markdown file usually looks for me:
+++
date = 2025-12-20T19:08:35+02:00
title = "My Title"
description = "Some description."
+++
Some intro text.
# A sub header
Some other text.
# Another sub header
Some more test.
Steps to reproduce:
Create a Markdown post like the above.
Observed Results:
The HTML output for this is:
...
<header>
...
<h1>My Title</h1>
...
</header>
<article>
...
<h1>A sub header</h1>
...
<h1>Some more test.</h1>
...
</article>
There are multiple <h1> tags. From what I understand, best-practise is to only have one per page. It avoids confusion for assistive tech and content tooling.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels