matrix-spec/layouts
Kévin Commaille 9bb0ecc9d4
Avoid nesting p HTML elements
A p HTML element cannot contain other block elements,
so the "parent" element is closed when the first "child" one is opened.

We need to use Page.RenderString with options
to force Hugo to keep the wrapping p elements
even if the content contains a single paragraph.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2024-06-20 05:00:38 +02:00
..
_default Render a single page of the spec in Hugo 2021-01-12 15:31:01 -08:00
docs Comments for all the layout templates 2021-01-12 20:45:24 -08:00
partials Avoid nesting p HTML elements 2024-06-20 05:00:38 +02:00
shortcodes Generate ToC with Hugo rather than JavaScript (#1851) 2024-06-11 22:24:23 +01:00
404.html Render a single page of the spec in Hugo 2021-01-12 15:31:01 -08:00