docs-matrix-spec/changelogs/internal/newsfragments
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>
2024-06-20 09:42:40 +01:00
..
.gitignore Add an "internal changes" changelog section (#1194) 2022-08-02 19:48:35 -06:00
1759.clarification Update release documentation (Q2 2024 edition) (#1759) 2024-06-20 04:08:20 +00:00
1765.clarification Fix npm publishing being broken in CI (#1765) 2024-03-22 18:27:42 +00:00
1769.clarification Normalize the changelog for Matrix 1.11 2024-06-19 21:52:21 -06:00
1770.clarification Normalize the changelog for Matrix 1.11 2024-06-19 21:52:21 -06:00
1771.clarification Normalize the changelog for Matrix 1.11 2024-06-19 21:52:21 -06:00
1772.clarification Normalize the changelog for Matrix 1.11 2024-06-19 21:52:21 -06:00
1773.clarification Simplify uses of resolve-refs partial (#1773) 2024-04-09 18:06:53 +01:00
1775.clarification Fix Hugo warnings (#1775) 2024-04-09 14:18:16 +01:00
1781.clarification Normalize the changelog for Matrix 1.11 2024-06-19 21:52:21 -06:00
1786.clarification Normalize the changelog for Matrix 1.11 2024-06-19 21:52:21 -06:00
1787.clarification Make resolve-allof partial recursive (#1787) 2024-04-17 09:29:34 +01:00
1788.clarification Bump minimum Hugo version in README (#1788) 2024-04-16 18:00:06 +01:00
1789.clarification Fix property type resolution in render-object-table (#1789) 2024-04-16 18:25:33 +01:00
1793.clarification Normalize the changelog for Matrix 1.11 2024-06-19 21:52:21 -06:00
1794.clarification Upgrade version of Hugo used to build the spec in CI (#1794) 2024-04-23 16:30:21 +01:00
1796.clarification Add support for pattern formats for patternProperties (#1796) 2024-04-24 12:42:34 +01:00
1797.clarification Clean up unecessary allOfs (#1797) 2024-04-23 17:07:24 +01:00
1798.clarification Include information about additionalProperties in object tables (#1798) 2024-05-02 11:10:16 +01:00
1799.clarification Fix anchors for schemas under oneOf (#1799) 2024-04-24 12:53:49 +01:00
1800.clarification Use OneTimeKeys schema (#1800) 2024-04-30 18:13:05 +01:00
1801.clarification Do not use title for objects containing only additionalProperties or patternProperties (#1801) 2024-04-30 18:05:03 +01:00
1802.clarification Add anchors in definition shortcode (#1802) 2024-04-30 16:52:23 +01:00
1803.clarification Normalize the changelog for Matrix 1.11 2024-06-19 21:52:21 -06:00
1804.clarification Normalize the changelog for Matrix 1.11 2024-06-19 21:52:21 -06:00
1805.clarification Set python version for the Towncrier CI job (#1805) 2024-04-30 16:01:18 +00:00
1806.clarification Replace set-output with environment files in CI (#1806) 2024-04-30 17:02:59 +01:00
1809.clarification Render response headers (#1809) 2024-04-30 17:42:55 +01:00
1813.clarification Normalize the changelog for Matrix 1.11 2024-06-19 21:52:21 -06:00
1814.clarification Add support for rendering string formats (#1814) 2024-05-07 20:50:36 -04:00
1822.clarification Normalize the changelog for Matrix 1.11 2024-06-19 21:52:21 -06:00
1831.clarification Clean up pull request template (#1831) 2024-05-31 10:02:04 +01:00
1849.clarification Do not add empty arrays to examples (#1849) 2024-06-11 17:03:53 +01:00
1851.clarification Generate ToC with Hugo rather than JavaScript (#1851) 2024-06-11 22:24:23 +01:00
1856.clarification Fix YAML syntax in SCT release template (#1856) 2024-06-10 12:40:31 -06:00
1865.clarification Use environment variables in workflow (#1865) 2024-06-12 14:14:37 +01:00
1880.clarification Fix generated HTML (#1880) 2024-06-20 09:42:40 +01:00