fix format text in md

This commit is contained in:
frbittencourt
2023-03-10 10:04:00 +00:00
committed by fiatjaf_
parent 8ea7c51f9b
commit d212622ed1
2 changed files with 4 additions and 2 deletions

3
94.md
View File

@@ -29,11 +29,12 @@ This NIP specifies the use of the `30063` event type (parameterized replaceable
"content": <description>,
"sig": <64-bytes hex of the signature of the sha256 hash of the serialized event data, which is the same as the "id" field>
}
```
Client Behavior
---------------
The client can use this event as they see fit. Either showing events in the same feed as kind 1 events or creating a specific feed for file listings
It allows the app to create image galleries (memes, animations) that can be reused countless times in different notes. As it exists in whatsapp, telegram, etc. Exemple: <https://ibb.co/Fnj5TMg>
It allows the app to create image galleries (memes, animations) that can be reused countless times in different notes. As it exists in whatsapp, telegram, etc. Exemple: ![example](https://ibb.co/Fnj5TMg)
To do this, just select the image from the gallery (events NIP-94) and include the URL of the selected image
Suggested Use Cases