matrix-spec/layouts/partials/openapi
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
..
render-api.html Simplify uses of resolve-refs partial (#1773) 2024-04-09 18:06:53 +01:00
render-content-type.html Add tr as child of thead in HTML tables 2024-06-20 04:30:14 +02:00
render-object-table.html Remove unnecessary HTML code end tag 2024-06-20 04:36:50 +02:00
render-operation.html Avoid nesting p HTML elements 2024-06-20 05:00:38 +02:00
render-parameters.html Simplify uses of resolve-refs partial (#1773) 2024-04-09 18:06:53 +01:00
render-request.html Make resolve-allof partial recursive (#1787) 2024-04-17 09:29:34 +01:00
render-responses.html Add tr as child of thead in HTML tables 2024-06-20 04:30:14 +02:00