diff options
| author | fiatjaf_ <fiatjaf@gmail.com> | 2025-02-07 12:56:49 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-07 07:56:49 -0800 |
| commit | 546b897fd763ef54bafdb453f005b6f81f1fbab8 (patch) | |
| tree | ddef5466a8cbe2a17dbdffcc669d3e058a74a7f5 | |
| parent | c79ffe0a1c9d0ca86a7e7e1a1c746ad4edf8352a (diff) | |
NIP-22: what is an I-tag? (#1757)
| -rw-r--r-- | 22.md | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -6,7 +6,7 @@ Comment | |||
| 6 | 6 | ||
| 7 | `draft` `optional` | 7 | `draft` `optional` |
| 8 | 8 | ||
| 9 | A comment is a threading note always scoped to a root event or an `I`-tag. | 9 | A comment is a threading note always scoped to a root event or an [`I`-tag](73.md). |
| 10 | 10 | ||
| 11 | It uses `kind:1111` with plaintext `.content` (no HTML, Markdown, or other formatting). | 11 | It uses `kind:1111` with plaintext `.content` (no HTML, Markdown, or other formatting). |
| 12 | 12 | ||
| @@ -198,4 +198,3 @@ A reply to a podcast comment: | |||
| 198 | // other fields | 198 | // other fields |
| 199 | } | 199 | } |
| 200 | ``` | 200 | ``` |
| 201 | |||