mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
nip54: add normalization rules.
This commit is contained in:
parent
f393df8036
commit
c1360c4f0b
7
54.md
7
54.md
|
@ -21,7 +21,12 @@ Articles are identified by lowercase, normalized ascii `d` tags.
|
|||
}
|
||||
```
|
||||
|
||||
[INSERT NORMALIZATION EXAMPLES]
|
||||
### `d` tag normalization rules
|
||||
|
||||
- Any non-letter character MUST be converted to a `-`.
|
||||
- All letters MUST be converted to lowercase.
|
||||
|
||||
### Content rules
|
||||
|
||||
The content should be Markdown, following the same rules as of [NIP-23](23.md), although it takes some extra (optional) metadata tags:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user