diff options
| author | fiatjaf_ <fiatjaf@gmail.com> | 2023-08-09 07:26:51 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-09 07:26:51 -0300 |
| commit | 5026747008c0a84c14079c39807296eebd409c36 (patch) | |
| tree | adbc9bf9038d776d74ad7fdd62f7b49132f5a1db /23.md | |
| parent | 9fa9045d19b93f4cbac231bff39558108a6e82ae (diff) | |
| parent | ce7e6b2100918648ec4341c5fe517d076e8d225c (diff) | |
Merge branch 'master' into vending-machine
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 | ||