mirror of
https://github.com/edufeed-org/nips.git
synced 2025-12-09 16:24:32 +00:00
format(all): json formatting
This commit is contained in:
parent
b4a2561df7
commit
e6552476aa
36 changed files with 206 additions and 194 deletions
4
94.md
4
94.md
|
|
@ -27,7 +27,7 @@ This NIP specifies the use of the `1063` event type, having in `content` a descr
|
|||
* `alt` (optional) description for accessibility
|
||||
* `fallback` (optional) zero or more fallback file sources in case `url` fails
|
||||
|
||||
```json
|
||||
```jsonc
|
||||
{
|
||||
"kind": 1063,
|
||||
"tags": [
|
||||
|
|
@ -46,7 +46,7 @@ This NIP specifies the use of the `1063` event type, having in `content` a descr
|
|||
["alt", <description>]
|
||||
],
|
||||
"content": "<caption>",
|
||||
...
|
||||
// other fields...
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue