nip23: add some formatting guidelines to maximize compatibility

Link: https://groups.google.com/g/nostr-protocol/c/tnrcWTIAzdU
This commit is contained in:
William Casarin 2023-07-18 08:44:29 -07:00 committed by fiatjaf_
parent b31d3077f6
commit afcbef2bb0
1 changed files with 5 additions and 1 deletions

6
23.md
View File

@ -12,7 +12,11 @@ This NIP defines `kind:30023` (a parameterized replaceable event according to [N
### Format
The `.content` of these events should be a string text in Markdown syntax.
The `.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:
- MUST NOT hard line-break paragraphs of text, such as arbitrary line breaks at 80 column boundaries.
- MUST NOT support adding HTML to Markdown.
### Metadata