Event JSON
{
"id": "45596e098ed20da74262deab39812da95061714ca40edde125619787a6255154",
"pubkey": "88cc134b1a65f54ef48acc1df3665063d3ea45f04eab8af4646e561c5ae99079",
"created_at": 1724835557,
"kind": 30023,
"tags": [
[
"d",
"1721833917399"
],
[
"title",
"Full Test"
],
[
"summary",
"This is a test on markdown and nostr elements combined"
],
[
"published_at",
"1721833995"
],
[
"alt",
"This is a long form article, you can read it in https://habla.news/a/naddr1qvzqqqr4gupzpzxvzd935e04fm6g4nqa7dn9qc7nafzlqn4t3t6xgmjkr3dwnyreqqxnzdejxyurxveexymnxwfejcgmn6"
],
[
"a",
"30023:88cc134b1a65f54ef48acc1df3665063d3ea45f04eab8af4646e561c5ae99079:1718785686085",
"",
"mention"
],
[
"p",
"88cc134b1a65f54ef48acc1df3665063d3ea45f04eab8af4646e561c5ae99079"
],
[
"e",
"64c1370a5ff88c6e2514c9577128d00e57f0fe1203f13a79f283b929ec9334a6",
"",
"mention"
],
[
"e",
"b107327675ba4332f8fdb3159041871f87f0ffa0acb54e1bf68dc54e4adecdc5",
"",
"mention"
],
[
"e",
"6906d7d26b7afa14133134eb38412dec21648e2dda88011f2763570f850e8903",
"",
"mention"
],
[
"published_at",
"1721833995"
],
[
"published_at",
"1721833995"
],
[
"published_at",
"1721833995"
],
[
"t",
"test"
],
[
"t",
"testing"
],
[
"published_at",
"1721833995"
],
[
"e",
"88958117ead11ece9f723be79d6216042359362b8e88fd1a2fa0ea40452a5084",
"wss://relay.westernbtc.com/",
"mention"
]
],
"content": "# Hello 1\n## Hello 2\n### Hello 3\n#### Hello 4\n##### Hello 5\n###### Hello 6\n\nThis is a test by nostr:npub13rxpxjc6vh65aay2eswlxejsv0f7530sf64c4arydetpckhfjpustsjeaf that is testing various interoperability of the markdown rendering and NOSTR specific synatx, just to make sure they play nice.\n\nnostr:npub13rxpxjc6vh65aay2eswlxejsv0f7530sf64c4arydetpckhfjpustsjeaf\n\nhere is a [link to somewhere](https://duckduckgo.com/) so as to see how it would render and here it is bare-bone https://duckduckgo.com/ just to make sure it is nicely parsed.\n\nhere is a mention of another article nostr:naddr1qvzqqqr4gupzpzxvzd935e04fm6g4nqa7dn9qc7nafzlqn4t3t6xgmjkr3dwnyreqqxnzde38qmnsdfk8qmrqwp405km0k\nand here is a short note:\nnostr:note1vnqnwzjllzxxufg5e9thz2xspetlplsjq0cn570jswujnmynxjnqmea576\n\nand another one:\nnostr:note1kyrnyan4hfpn978akv2eqsv8r7rlplaq4j65uxlk3hz5ujk7ehzshwtfmd\n\nand one more foe good mesure:\nnostr:note1dyrd05nt0tapgye3xn4nssfdasskfr3dm2yqz8e8vdtslpgw3ypsa8e7fh\n\nhere is an event:\nnostr:nevent1qqsg39vpzl4dz8kwnaerheuavgtqgg6exc4caz8argh6p6jqg549ppqprdmhxue69uhhyetvv9ujuam9wd6x2unwvf6xxtnrdakj7hknh7l\n\n## Images\n\n![landscape](https://primal.b-cdn.net/media-cache?s=o\u0026a=1\u0026u=https%3A%2F%2Fm.primal.net%2FHUmC.jpg)\n\nand here is one in the middle of the text ![rose](https://primal.b-cdn.net/media-cache?s=o\u0026a=1\u0026u=https%3A%2F%2Fm.primal.net%2FHUmM.jpg) that continues right after. Just to see how this will render\n\n\n## Some markdown stuff\n\n## Emphasis\n\n**This is bold text**\n\n__This is bold text__\n\n*This is italic text*\n\n_This is italic text_\n\n~~Strikethrough~~\n\n\n## Blockquotes\n\n\n\u003e Blockquotes can also be nested...\n\u003e\u003e ...by using additional greater-than signs right next to each other...\n\u003e \u003e \u003e ...or with spaces between arrows.\n\n\n## Lists\n\nUnordered\n\n+ Create a list by starting a line with `+`, `-`, or `*`\n+ Sub-lists are made by indenting 2 spaces:\n - Marker character change forces new list start:\n * Ac tristique libero volutpat at\n + Facilisis in pretium nisl aliquet\n - Nulla volutpat aliquam velit\n+ Very easy!\n\nOrdered\n\n1. Lorem ipsum dolor sit amet\n2. Consectetur adipiscing elit\n3. Integer molestie lorem at massa\n\n\n1. You can use sequential numbers...\n1. ...or keep all the numbers as `1.`\n\nStart numbering with offset:\n\n57. foo\n1. bar\n\n\n## Code\n\nInline `code`\n\nIndented code\n\n // Some comments\n line 1 of code\n line 2 of code\n line 3 of code\n\n\nBlock code \"fences\"\n\n```\nSample text here...\n```\n\nSyntax highlighting\n\n``` js\nvar foo = function (bar) {\n return bar++;\n};\nvar veryVeryVeryLongVariableNameWithALongValueAsWell = 123456789012345678901234567890;\nconsole.log(foo(5));\n```\n\n## Tables\n\n| Option | Description |\n| ------ | ----------- |\n| data | path to data files to supply the data that will be passed into templates. |\n| engine | engine to be used for processing templates. Handlebars is the default. |\n| ext | extension to be used for dest files. |\n\nRight aligned columns\n\n| Option | Description |\n| ------:| -----------:|\n| data | path to data files to supply the data that will be passed into templates. |\n| engine | engine to be used for processing templates. Handlebars is the default. |\n| ext | extension to be used for dest files. |\n\n### [Footnotes]\n\nFootnote 1 link[^first].\n\nFootnote 2 link[^second].\n\nDuplicated footnote reference[^second].\n\n[^first]: Footnote **can have markup**\n\n and multiple paragraphs.\n\n[^second]: Footnote text.\n",
"sig": "529aa7b0a0b21f7b7a68dfd41fc1fefa6bb10bf1247e5604bf3d6a11de741ed5942a0d49186a6dc67f8f38be21ceb5be063623f015ff76eea348f38aadfa1687"
}