You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matrix-spec/layouts/shortcodes
Kévin Commaille 5fbfdd6821
Fix generated HTML (#1880)
* Add tr as child of thead in HTML tables

It is invalid HTML for th to be the direct children of thead

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>

* Remove unnecessary HTML code end tag

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>

* 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>

* Add missing HTML details end tags

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>

* Replace HTML a self-closing tag with start and end tags

The a element start and end tags are mandatory.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>

* Replace obsolete HTML name attribute with id

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>

* Add changelog

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
5 months ago
..
boxes Add CORP headers to media repo (#1197) 2 years ago
changelog Generate ToC with Hugo rather than JavaScript (#1851) 6 months ago
added-in.html clarify federation Authorization header an add destination property (#1067) 3 years ago
changed-in.html clarify federation Authorization header an add destination property (#1067) 3 years ago
cs-module.html Generate ToC with Hugo rather than JavaScript (#1851) 6 months ago
definition.html Fix generated HTML (#1880) 5 months ago
event-fields.html Simplify uses of `resolve-refs` partial (#1773) 8 months ago
event-group.html Fix `event-group` shortcode for changes in `resolve-refs` partial (#1754) 8 months ago
event.html Add support for `$ref` URIs containing fragments in OpenAPI definitions and JSON schemas (#1751) 8 months ago
http-api.html Make resolve-allof partial recursive (#1787) 7 months ago
msgtypes.html Add support for `$ref` URIs containing fragments in OpenAPI definitions and JSON schemas (#1751) 8 months ago
proposal-tables.html Fix tab/spaces mix 3 years ago
rver-fragment.html Stop rendering CS modules and room version fragments as standalone pages (#1317) 2 years ago
sas-emojis.html Replace sas-emojis template 4 years ago