diff options
| author | William Casarin <jb55@jb55.com> | 2023-07-18 08:44:29 -0700 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2023-07-18 15:52:39 -0300 |
| commit | afcbef2bb0ad854adfc8dac8d04ba16fe8107115 (patch) | |
| tree | 8712fadffaae62ae33f10ebbf6498000be51a73e | |
| parent | b31d3077f6655f150cca9bb07f5fba895dc815ca (diff) | |
nip23: add some formatting guidelines to maximize compatibility
Link: https://groups.google.com/g/nostr-protocol/c/tnrcWTIAzdU
| -rw-r--r-- | 23.md | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -12,7 +12,11 @@ This NIP defines `kind:30023` (a parameterized replaceable event according to [N | |||
| 12 | 12 | ||
| 13 | ### Format | 13 | ### Format |
| 14 | 14 | ||
| 15 | The `.content` of these events should be a string text in Markdown syntax. | 15 | 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: |
| 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 | ||