Merge 056c596e4c
into 7dec812f99
This commit is contained in:
commit
9e341cab59
4
22.md
4
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).
|
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`.
|
||||||
|
|
||||||
|
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`)
|
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`).
|
and MUST point to the parent item with lowercase ones (e.g. `k`, `e`, `a` or `i`).
|
||||||
|
|
Loading…
Reference in New Issue