upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiatjaf <fiatjaf@gmail.com>2023-02-06 15:10:50 -0300
committerGitHub <noreply@github.com>2023-02-06 15:10:50 -0300
commite939751f04fdcf9a04113e692493ee3a4ebc7ba5 (patch)
tree3820a6910a6ea5abc70b33ead197e9289db7bce2
parent694f2f056ef2dbee2846e092572168efbd9cc66c (diff)
Update 23.md
Co-authored-by: mplorentz <mplorentz@users.noreply.github.com>
-rw-r--r--23.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/23.md b/23.md
index a3117b8..cbb726b 100644
--- a/23.md
+++ b/23.md
@@ -35,7 +35,7 @@ The article may be linked to using the NIP-19 `nitem` code along with the `"i"`
35 35
36### References 36### References
37 37
38Writing clients should implement support for parsing pasted NIP-19 `nitem` identifiers and adding them automatically to the list of `.tags` of the event, replacing the actual content with a string like `#[tag_index]` in the same way as NIP-08 -- or, if the reference is in the form of a URL (for example, `[click here](nitem1...)`) then they should be replaced with just the tag number directly as if link with that name existed at the bottom of the Markdown (for example, `[click here][0]`). 38Clients that support publishing NIP-23 events should implement support for parsing pasted NIP-19 `nitem` identifiers and adding them automatically to the list of `.tags` of the event, replacing the actual content with a string like `#[tag_index]` in the same way as NIP-08 -- or, if the reference is in the form of a URL (for example, `[click here](nitem1...)`) then they should be replaced with just the tag number directly as if link with that name existed at the bottom of the Markdown (for example, `[click here][0]`).
39 39
40Reader clients should parse the Markdown and replace these references with either internal links so the referenced events can be accessed directly, with NIP-21 `nostr:nitem1...` links or direct links to web clients that will handle these references. 40Reader clients should parse the Markdown and replace these references with either internal links so the referenced events can be accessed directly, with NIP-21 `nostr:nitem1...` links or direct links to web clients that will handle these references.
41 41