Fixed markdown

Fixed markdown
This commit is contained in:
Po 2024-09-01 22:40:13 +03:00 committed by GitHub
parent 393fed8684
commit d65c2e2ac3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

19
22.md
View File

@ -16,17 +16,12 @@ The content of these events `MUST` be of a specified **MIME type** in a correspo
The list of tags are as follows: The list of tags are as follows:
`d` (required) universally unique identifier (UUID). Generated by the client creating the smart widget event. - `d` (required) universally unique identifier (UUID). Generated by the client creating the smart widget event.
- `m` (required) allows clients to easily know **MIME type** before proceeding it.
`m` (required) allows clients to easily know **MIME type** before proceeding it. - `title` (optional) title of the smart widget.
- `summary` (optional) description of the smart widget and its usage.
`title` (optional) title of the smart widget. - `client` (optional) reference for the used client for creating the smart widget according to [NIP-89](../master/89.md).
- `published_at` (optional) Publishing time of the smart widget differs from the created_at for edited smart widgets.
`summary` (optional) description of the smart widget and its usage.
`client` (optional) reference for the used client for creating the smart widget according to [NIP-89](../master/89.md).
`published_at` (optional) Publishing time of the smart widget differs from the created_at for edited smart widgets.
``` ```
{ {
@ -36,7 +31,7 @@ The list of tags are as follows:
"kind": 30031, "kind": 30031,
"content": <JSON-stringified-data>, "content": <JSON-stringified-data>,
"tags": [ "tags": [
["d", "UUID"], ["d", "<UUID>"],
["m", <MIME-type>], ["m", <MIME-type>],
["title", "<title of smart widget event>"], ["title", "<title of smart widget event>"],
["summary", "<description of smart widget event>"], ["summary", "<description of smart widget event>"],