From d65c2e2ac318cc182f93208d5259d6f37067e594 Mon Sep 17 00:00:00 2001 From: Po <25153080+vir2alexport@users.noreply.github.com> Date: Sun, 1 Sep 2024 22:40:13 +0300 Subject: [PATCH] Fixed markdown Fixed markdown --- 22.md | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/22.md b/22.md index b96d512e..8e6ca966 100644 --- a/22.md +++ b/22.md @@ -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: -`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. - -`title` (optional) title of the smart widget. - -`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. +- `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. +- `title` (optional) title of the smart widget. +- `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, "content": , "tags": [ - ["d", "UUID"], + ["d", ""], ["m", ], ["title", ""], ["summary", "<description of smart widget event>"],