From cd3573bce173715c6b05fa40e37b212f0bcc81b5 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Thu, 20 Feb 2025 09:44:19 -0500 Subject: [PATCH 1/3] Applies the formatting rules to the comments. --- 22.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/22.md b/22.md index 8eff09a9..20d2cce7 100644 --- a/22.md +++ b/22.md @@ -8,7 +8,9 @@ Comment A comment is a threading note always scoped to a root event or an [`I`-tag](73.md). -It uses `kind:1111` with plaintext `.content` (no HTML, Markdown, or other formatting). +It uses `kind:1111` with the comment on `.content`. + +Formatting rules of the content MUST follow the rules used by the scope. If no rules are mentioned, it SHOULD follow kind 1 rules (no HTML, Markdown, or other formatting). Comments MUST point to the root scope using uppercase tag names (e.g. `K`, `E`, `A` or `I`) and MUST point to the parent item with lowercase ones (e.g. `k`, `e`, `a` or `i`). From c07c7e379ffe51bac9d0dd1b1d678d453f3e3cec Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Thu, 20 Feb 2025 09:48:02 -0500 Subject: [PATCH 2/3] better wording --- 22.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/22.md b/22.md index 20d2cce7..963ff2ce 100644 --- a/22.md +++ b/22.md @@ -10,7 +10,7 @@ A comment is a threading note always scoped to a root event or an [`I`-tag](73.m It uses `kind:1111` with the comment on `.content`. -Formatting rules of the content MUST follow the rules used by the scope. If no rules are mentioned, it SHOULD follow kind 1 rules (no HTML, Markdown, or other formatting). +Content formatting must follow the rules specified in the scope. If no rules are specified, it should follow kind 1 rules (no HTML, Markdown, or other formatting). Comments MUST point to the root scope using uppercase tag names (e.g. `K`, `E`, `A` or `I`) and MUST point to the parent item with lowercase ones (e.g. `k`, `e`, `a` or `i`). From 056c596e4c2d63d7e0ad9495270804ada5458ba3 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Thu, 20 Feb 2025 09:48:40 -0500 Subject: [PATCH 3/3] uppercase key words --- 22.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/22.md b/22.md index 963ff2ce..1da59c99 100644 --- a/22.md +++ b/22.md @@ -10,7 +10,7 @@ A comment is a threading note always scoped to a root event or an [`I`-tag](73.m It uses `kind:1111` with the comment on `.content`. -Content formatting must follow the rules specified in the scope. If no rules are specified, it should follow kind 1 rules (no HTML, Markdown, or other formatting). +Content formatting MUST follow the rules specified in the scope. If no rules are specified, it SHOULD follow kind 1 rules (no HTML, Markdown, or other formatting). Comments MUST point to the root scope using uppercase tag names (e.g. `K`, `E`, `A` or `I`) and MUST point to the parent item with lowercase ones (e.g. `k`, `e`, `a` or `i`).