Evil Ocelot on Nostr: # ทดสอบ Markdown ## Heading 2 ### Heading 3 #### Heading 4 This text can be ...
# ทดสอบ Markdown
## Heading 2
### Heading 3
#### Heading 4
This text can be *italic* and **bold**.
- Unordered list 1
- Unordered list 2
1. Ordered list 1
2. Ordered list 2
> Quote
You can write `code` and $math$.
Link to [
https://google.com](Google)
```c
int main() {
printf("Code block\n");
}
```
$$$
\int_0^\infty e^{x}dx
$$$
Published at
2023-10-04 06:16:36Event JSON
{
"id": "18baf5113d705a4e592b9385d17018365ff461766c5cc69c82e7ea2f7d266b04",
"pubkey": "f4b1c4c51a0264a1a9a28a2e0d73aa4453d5800155833e2de5a99388f7431fb8",
"created_at": 1696400196,
"kind": 1,
"tags": [
[
"r",
"https://google.com"
]
],
"content": "# ทดสอบ Markdown\n## Heading 2\n### Heading 3\n#### Heading 4\n\nThis text can be *italic* and **bold**.\n\n- Unordered list 1\n- Unordered list 2\n\n1. Ordered list 1\n2. Ordered list 2\n\n\u003e Quote\n\nYou can write `code` and $math$.\n\nLink to [https://google.com](Google)\n\n```c\nint main() {\n printf(\"Code block\\n\");\n}\n```\n\n$$$\n\\int_0^\\infty e^{x}dx\n$$$\n",
"sig": "2084a02160a599145a53a7fffea84b3f310519fb4160ea862d469372e805e7d7e338caf0737af04985fce6641998816f9a1e5c3fd35fc998f817961a621fc58f"
}