mirror of
https://github.com/nostr-protocol/nips.git
synced 2025-12-11 17:48:50 +00:00
reformat a bunch of json things and small nitpicks.
This commit is contained in:
11
84.md
11
84.md
@@ -27,9 +27,14 @@ useful when highlighting non-nostr content for which the client might be able to
|
||||
last value of the tag.
|
||||
|
||||
```json
|
||||
[ "p", "<pubkey-hex>", "<relay-url>", "author" ],
|
||||
[ "p", "<pubkey-hex>", "<relay-url>", "author" ],
|
||||
[ "p", "<pubkey-hex>", "<relay-url>", "editor" ],
|
||||
{
|
||||
"tags": [
|
||||
["p", "<pubkey-hex>", "<relay-url>", "author"],
|
||||
["p", "<pubkey-hex>", "<relay-url>", "author"],
|
||||
["p", "<pubkey-hex>", "<relay-url>", "editor"]
|
||||
],
|
||||
...
|
||||
}
|
||||
```
|
||||
|
||||
### Context
|
||||
|
||||
Reference in New Issue
Block a user