From 824a6bf458b17c427ba5357e3c50f4d0627e33e7 Mon Sep 17 00:00:00 2001 From: d2weber Date: Sat, 13 Dec 2025 16:59:10 +0100 Subject: [PATCH] Adjust decsription of checkboxes (#720) Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/720 Reviewed-by: Robert Wolff Co-authored-by: d2weber Co-committed-by: d2weber --- content/markdown/introduction-to-markdown.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/markdown/introduction-to-markdown.md b/content/markdown/introduction-to-markdown.md index 9b0535d..8b1c254 100644 --- a/content/markdown/introduction-to-markdown.md +++ b/content/markdown/introduction-to-markdown.md @@ -130,8 +130,8 @@ After that, a link to the comment containing the reference will be added to the ### Checkboxes -You can add checkboxes to comments by using a space surrounded by square brackets `[ ]`. These can be checked/unchecked -later without editing the comment. +You can add checkboxes to comments by using list items with a space surrounded by square brackets `- [ ]`. These can be +checked/unchecked later without editing the comment. This can for example be useful when creating a Todo list. ### Mermaid diagrams