small fixes on nip 54.

This commit is contained in:
fiatjaf 2024-05-02 11:32:58 -03:00
parent 218fbb1cc7
commit dcb5d0f18d
1 changed files with 3 additions and 2 deletions

5
54.md
View File

@ -3,6 +3,7 @@ NIP-54
Wiki
----
`draft` `optional`
This NIP defines `kind:30818` (a _parameterized replaceable event_) for long-form text content similar to [NIP-23](23.md), but with one important difference: articles are meant to be descriptions, or encyclopedia entries, of particular subjects, and it's expected that multiple people will write articles about the exact same subjects, with either small variations or completely independent content.
@ -10,7 +11,7 @@ This NIP defines `kind:30818` (a _parameterized replaceable event_) for long-for
Articles are identified by lowercase, normalized ascii `d` tags.
### Articles
```js
```jsonc
{
"content": "A wiki is a hypertext publication collaboratively edited and managed by its own audience.",
"tags": [
@ -85,7 +86,7 @@ On the other hand, Markdown has proven to work well for small scale wikis and on
# Appendix 1: Merge requests
Users can request other users to get their entries merged into someone else's entry by creating a `kind:818` event.
```js
```jsonc
{
"content": "I added information about how to make hot ice-creams",
"kind": 818,