You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

184 lines
6.2 KiB

{
"indexEvent": {
"kind": 30040,
"content": "",
"tags": [
[
"d",
"document-test"
],
[
"title",
"Document Test"
],
[
"author",
"unknown"
],
[
"version",
"1"
],
[
"m",
"application/json"
],
[
"M",
"meta-data/index/replaceable"
],
[
"a",
"30041:fd208ee8c8f283780a9552896e4823cc9dc6bfd442063889577106940fd927c1:first-level-heading"
],
[
"a",
"30041:fd208ee8c8f283780a9552896e4823cc9dc6bfd442063889577106940fd927c1:another-first-level-heading"
],
[
"a",
"30041:fd208ee8c8f283780a9552896e4823cc9dc6bfd442063889577106940fd927c1:a-third-first-level-heading"
],
[
"a",
"30041:fd208ee8c8f283780a9552896e4823cc9dc6bfd442063889577106940fd927c1:asciimath-test-document"
],
[
"t",
"a-tags"
],
[
"t",
"testfile"
],
[
"t",
"asciimath"
],
[
"t",
"latexmath"
],
[
"image",
"https://i.nostr.build/5kWwbDR04joIASVx.png"
]
],
"pubkey": "fd208ee8c8f283780a9552896e4823cc9dc6bfd442063889577106940fd927c1",
"id": "4585ed74a0be37655aa887340d239f0bbb9df5476165d912f098c55a71196fef"
},
"sectionEvents": [
{
"kind": 30041,
"content": "This is a paragraph with a *bold* word and an _italicized_ word.\n\n.Image caption\nimage::https://upload.wikimedia.org/wikipedia/commons/1/11/Test-Logo.svg[I am the image alt text.]\n\nThis is another paragraph.footnote:[I am footnote text and will be displayed at the bottom of the article.]\n\n.Unordered list title\n* list item 1\n** nested list item\n*** nested nested list item 1\n*** nested nested list item 2\n* list item 2\n\nThis is a paragraph.\n\n.Example block title\n....\nContent in an example block is subject to normal substitutions.\n....\n\n.Sidebar title\n****\nSidebars contain aside text and are subject to normal substitutions.\n****\n\n[#id-for-listing-block]\n.Listing block title\n----\nContent in a listing block is subject to verbatim substitutions.\nListing block content is commonly used to preserve code input.\n----",
"tags": [
[
"d",
"first-level-heading"
],
[
"title",
"First level heading"
],
[
"image",
"https://i.nostr.build/5kWwbDR04joIASVx.png"
],
[
"m",
"text/asciidoc"
],
[
"M",
"article/publication-content/replaceable"
]
],
"pubkey": "fd208ee8c8f283780a9552896e4823cc9dc6bfd442063889577106940fd927c1",
"id": "6763b635ab8d7a308277892b570616b346765c9eef8d836541f21231bef26a04"
},
{
"kind": 30041,
"content": "[quote, firstname lastname, movie title]\n____\nI am a block quote or a prose excerpt.\nI am subject to normal substitutions.\n____\n\n[verse, firstname lastname, poem title and more]\n____\nI am a verse block.\n Indents and endlines are preserved in verse blocks.\n____\n\n\nTIP: There are five admonition labels: Tip, Note, Important, Caution and Warning.\n\n// I am a comment and won't be rendered.\n\n. ordered list item\n.. nested ordered list item\n. ordered list item\n\nThe text at the end of this sentence is cross referenced to <<_third_level_heading,the third level heading>>",
"tags": [
[
"d",
"another-first-level-heading"
],
[
"title",
"Another first-level heading"
],
[
"image",
"https://i.nostr.build/5kWwbDR04joIASVx.png"
],
[
"m",
"text/asciidoc"
],
[
"M",
"article/publication-content/replaceable"
]
],
"pubkey": "fd208ee8c8f283780a9552896e4823cc9dc6bfd442063889577106940fd927c1",
"id": "cba23f9343a79963855d7649bf7164b9fe2c6b92f661ac12ebf9a224386e5d09"
},
{
"kind": 30041,
"content": "This is a link to the https://asciidoctor.org/docs/user-manual/[Asciidoctor User Manual].\nThis is an attribute reference {quick-uri}[which links this text to the Asciidoctor Quick Reference Guide].",
"tags": [
[
"d",
"a-third-first-level-heading"
],
[
"title",
"A third first-level heading"
],
[
"image",
"https://i.nostr.build/5kWwbDR04joIASVx.png"
],
[
"m",
"text/asciidoc"
],
[
"M",
"article/publication-content/replaceable"
]
],
"pubkey": "fd208ee8c8f283780a9552896e4823cc9dc6bfd442063889577106940fd927c1",
"id": "078f52ef883444279d327980a21340d02891d6aed6c405e8b73a722a5cd7b93b"
},
{
"kind": 30041,
"content": "=== Basic Math Expressions\n\nHere's a simple equation: asciimath:[sqrt(4) = 2]\n\nAnd an inline expression with asciimath notation: asciimath:[x^2 + y^2 = z^2]\n\n=== Block Math Expressions\n\nHere's a block equation:\n\n[asciimath]\n++++\nsum_(i=1)^n i^3=((n(n+1))/2)^2\n++++\n\nAnd another one with explicit asciimath notation:\n\n[asciimath]\n++++\nf(x) = int_{-infty}^x~e^{-t^2}dt\n++++\n\n=== Complex Expressions\n\nHere's a more complex expression:\n\n[asciimath]\n++++\nlim_(N->oo) sum_(i=1)^N i = (N(N+1))/2\n++++\n\nAnd a matrix:\n\n[asciimath]\n++++\n[[a,b],[c,d]]\n++++\n\n=== LaTeX Math\n\nWe can also use LaTeX math notation:\n\n[latexmath]\n++++\n\\frac{n!}{k!(n-k)!} = \\binom{n}{k}\n++++",
"tags": [
[
"d",
"asciimath-test-document"
],
[
"title",
"AsciiMath Test Document"
],
[
"image",
"https://i.nostr.build/5kWwbDR04joIASVx.png"
],
[
"m",
"text/asciidoc"
],
[
"M",
"article/publication-content/replaceable"
]
],
"pubkey": "fd208ee8c8f283780a9552896e4823cc9dc6bfd442063889577106940fd927c1",
"id": "f204287665877f55feb9bf1de52b644a257009228d93c5622e74c5f223a115c2"
}
]
}