Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion 22.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

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`).
Expand Down