2024-04-02 UTC
# [KevinMarks] if you have something like `<main><h2></h2><p>text<p>more text</main>` then the first `<p>` is closed by the second one, and the second by `</main>` so you can style with `p
{max-width: 70ch}
` for example. If the second `<p>` becomes a `<p></p>` then it will fall back to `main`'s formatting.