From 3e14d8d1902252344e9cc6ac45887536dd3d665c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Mon, 23 Dec 2024 16:17:58 +0100 Subject: [PATCH] Update docs of markdown checklist format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- layouts/docs/changelog.checklist.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/docs/changelog.checklist.md b/layouts/docs/changelog.checklist.md index 75ad9b1d..17051c71 100644 --- a/layouts/docs/changelog.checklist.md +++ b/layouts/docs/changelog.checklist.md @@ -2,11 +2,11 @@ Template to render a page with a `changelog` layout as a markdown checklist. - This transforms the markdown source of the changelog to change list items to - checklist items. + This transforms the markdown source of the changelog to change list items, + which in turn are them transformed into a rendered checklist. - If it is not the unstable changelog, this also adds a table at the top of - the page with information about the Matrix spec release: + Stable releases will additionally have a table at the top of the page with + information about the release, including: * A link to the matrix-spec repository at the time of the release, with the version taken from the `linkTitle` in the frontmatter of the page.