diff options
Diffstat (limited to '23.md')
| -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 | ||