upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Casarin <jb55@jb55.com>2023-07-18 08:44:29 -0700
committerfiatjaf_ <fiatjaf@gmail.com>2023-07-18 15:52:39 -0300
commitafcbef2bb0ad854adfc8dac8d04ba16fe8107115 (patch)
tree8712fadffaae62ae33f10ebbf6498000be51a73e
parentb31d3077f6655f150cca9bb07f5fba895dc815ca (diff)
nip23: add some formatting guidelines to maximize compatibility
Link: https://groups.google.com/g/nostr-protocol/c/tnrcWTIAzdU
-rw-r--r--23.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/23.md b/23.md
index 4291228..7a06b0e 100644
--- a/23.md
+++ b/23.md
@@ -12,7 +12,11 @@ This NIP defines `kind:30023` (a parameterized replaceable event according to [N
12 12
13### Format 13### Format
14 14
15The `.content` of these events should be a string text in Markdown syntax. 15The `.content` of these events should be a string text in Markdown syntax. To maximize compatibility and readability between different clients and devices, any client that is creating long form notes:
16
17- MUST NOT hard line-break paragraphs of text, such as arbitrary line breaks at 80 column boundaries.
18
19- MUST NOT support adding HTML to Markdown.
16 20
17### Metadata 21### Metadata
18 22