mirror of
https://github.com/edufeed-org/nips.git
synced 2025-12-10 00:34:32 +00:00
nip54: add normalization rules.
This commit is contained in:
parent
f393df8036
commit
c1360c4f0b
1 changed files with 6 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue