jbnevin on Nostr: (better markdown test) ## Heading --- # H1 ## H2 ### H3 ## Bold --- **bold text** ## ...
(better markdown test)
## Heading
---
# H1
## H2
### H3
## Bold
---
**bold text**
## Italic
---
*italicized text*
## Link
---
[title](
https://www.example.com)
## Blockquote
---
> blockquote
## Code
---
`code`
## Ordered List
---
1. First item
2. Second item
3. Third item
## Unordered List
---
- First item
- Second item
- Third item
## Horizontal Rule
---
## Table
---
| Syntax | Description |
| ----------- | ----------- |
| Header | Title |
| Paragraph | Text |
## Fenced Code Block
---
```
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
```
## Footnote
---
Here's a sentence with a footnote. [^1]
[^1]: This is the footnote.
## Strikethrough
---
~~The world is flat.~~
## Task List
---
- [x] Write the press release
- [ ] Update the website
- [ ] Contact the media
## Image
---

)
Published at
2026-02-12 23:30:54 UTCEvent JSON
{
"id": "c7265a404706553e0ddfef61cde4d7ca492b0136c64dbf597a8e49a4e2e24e4e",
"pubkey": "61cb31a85d31f297e324e15797c24403233cbbb1c9d5b78db5b1331cdb24bb15",
"created_at": 1770939054,
"kind": 1,
"tags": [],
"content": "(better markdown test)\n\n## Heading\n---\n# H1\n## H2\n### H3\n\n## Bold\n---\n**bold text**\n\n## Italic\n---\n*italicized text*\n\n## Link\n---\n[title](https://www.example.com)\n\n## Blockquote\n---\n\u003e blockquote\n\n## Code\n---\n`code`\n\n## Ordered List\n---\n1. First item\n2. Second item\n3. Third item\n\n## Unordered List\n---\n- First item\n- Second item\n- Third item\n\n## Horizontal Rule\n---\n\n## Table\n---\n| Syntax | Description |\n| ----------- | ----------- |\n| Header | Title |\n| Paragraph | Text |\n\n## Fenced Code Block\n---\n```\n{\n\"firstName\": \"John\",\n\"lastName\": \"Smith\",\n\"age\": 25\n}\n```\n## Footnote\n---\nHere's a sentence with a footnote. [^1]\n[^1]: This is the footnote.\n\n## Strikethrough\n---\n~~The world is flat.~~\n\n## Task List\n---\n- [x] Write the press release\n- [ ] Update the website\n- [ ] Contact the media\n\n## Image\n---\n",
"sig": "68a191b11815422cd8f7e69444d22df5a6bef2642ca9f066d92e3ce2a97d8ec994195a9c285496752e7b40a07ddf0d0f18ecbfd163cd40b30c3ba684060960b9"
}