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.
 
 

13415 lines
670 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GC Parser Test Report</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
line-height: 1.6;
color: #333;
background: #f5f5f5;
padding: 20px;
}
.container {
max-width: 1400px;
margin: 0 auto;
}
h1 {
color: #2c3e50;
margin-bottom: 10px;
font-size: 2.5em;
}
.subtitle {
color: #7f8c8d;
margin-bottom: 30px;
font-size: 1.1em;
}
.section {
background: white;
border-radius: 8px;
padding: 30px;
margin-bottom: 30px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.section h2 {
color: #34495e;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 2px solid #3498db;
font-size: 1.8em;
}
.section h3 {
color: #2c3e50;
margin-top: 25px;
margin-bottom: 15px;
font-size: 1.3em;
}
.tabs {
display: flex;
gap: 10px;
margin-bottom: 20px;
border-bottom: 2px solid #e0e0e0;
}
.tab {
padding: 12px 24px;
background: #f8f9fa;
border: none;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
cursor: pointer;
font-size: 1em;
font-weight: 500;
color: #555;
transition: all 0.2s;
}
.tab:hover {
background: #e9ecef;
}
.tab.active {
background: #3498db;
color: white;
}
.tab-content {
display: none;
}
.tab-content.active {
display: block;
}
.metadata-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 15px;
margin-top: 15px;
}
.metadata-item {
background: #f8f9fa;
padding: 12px;
border-radius: 4px;
border-left: 3px solid #3498db;
}
.metadata-item strong {
color: #2c3e50;
display: block;
margin-bottom: 5px;
}
.metadata-item code {
background: #e9ecef;
padding: 2px 6px;
border-radius: 3px;
font-size: 0.9em;
}
.code-block {
background: #2d2d2d;
color: #f8f8f2;
padding: 15px;
border-radius: 6px;
overflow-x: auto;
font-family: 'Courier New', monospace;
font-size: 0.9em;
line-height: 1.5;
margin: 15px 0;
max-height: 400px;
overflow-y: auto;
}
.code-block pre {
margin: 0;
white-space: pre-wrap;
word-wrap: break-word;
}
.rendered-output {
background: white;
border: 1px solid #ddd;
padding: 20px;
border-radius: 6px;
margin: 15px 0;
min-height: 200px;
}
.rendered-output * {
max-width: 100%;
}
.stats {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: 15px;
margin-top: 20px;
}
.stat-card {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
padding: 20px;
border-radius: 8px;
text-align: center;
}
.stat-card .number {
font-size: 2.5em;
font-weight: bold;
margin-bottom: 5px;
}
.stat-card .label {
font-size: 0.9em;
opacity: 0.9;
}
.list-item {
background: #f8f9fa;
padding: 8px 12px;
margin: 5px 0;
border-radius: 4px;
border-left: 3px solid #95a5a6;
}
.list-item code {
background: #e9ecef;
padding: 2px 6px;
border-radius: 3px;
font-size: 0.85em;
}
.success-badge {
display: inline-block;
background: #27ae60;
color: white;
padding: 4px 12px;
border-radius: 12px;
font-size: 0.85em;
font-weight: 500;
margin-left: 10px;
}
.warning-badge {
display: inline-block;
background: #f39c12;
color: white;
padding: 4px 12px;
border-radius: 12px;
font-size: 0.85em;
font-weight: 500;
margin-left: 10px;
}
.comparison {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin-top: 20px;
}
@media (max-width: 768px) {
.comparison {
grid-template-columns: 1fr;
}
}
.json-view {
background: #f8f9fa;
padding: 15px;
border-radius: 6px;
overflow-x: auto;
font-family: 'Courier New', monospace;
font-size: 0.85em;
max-height: 300px;
overflow-y: auto;
}
</style>
</head>
<body>
<div class="container">
<h1>GC Parser Test Report</h1>
<p class="subtitle">Generated: 4.3.2026, 12:15:49</p>
<!-- Markdown Section -->
<div class="section">
<h2>Markdown Document Test <span class="success-badge">✓ Parsed</span></h2>
<div class="tabs">
<button class="tab active" onclick="showTab('md-overview')">Overview</button>
<button class="tab" onclick="showTab('md-original')">Original Content</button>
<button class="tab" onclick="showTab('md-rendered')">Rendered Output</button>
<button class="tab" onclick="showTab('md-metadata')">Metadata</button>
</div>
<div id="md-overview" class="tab-content active">
<div class="stats">
<div class="stat-card">
<div class="number">5</div>
<div class="label">Nostr Links</div>
</div>
<div class="stat-card">
<div class="number">2</div>
<div class="label">Wikilinks</div>
</div>
<div class="stat-card">
<div class="number">3</div>
<div class="label">Hashtags</div>
</div>
<div class="stat-card">
<div class="number">18</div>
<div class="label">Links</div>
</div>
<div class="stat-card">
<div class="number">3</div>
<div class="label">Media URLs</div>
</div>
<div class="stat-card">
<div class="number">Yes</div>
<div class="label">Has LaTeX</div>
</div>
<div class="stat-card">
<div class="number">Yes</div>
<div class="label">Has Music</div>
</div>
</div>
<h3>Frontmatter</h3>
<div class="metadata-grid">
<div class="metadata-item">
<strong>author</strong>
<code>&quot;James Smith&quot;</code>
</div>
<div class="metadata-item">
<strong>summary</strong>
<code>&quot;This is a summary&quot;</code>
</div>
<div class="metadata-item">
<strong>topics</strong>
<code>&quot;list, of, topics&quot;</code>
</div>
<div class="metadata-item">
<strong>variable</strong>
<code>[&quot;one thing&quot;,&quot;two things&quot;,&quot;several things&quot;]</code>
</div>
</div>
</div>
<div id="md-original" class="tab-content">
<h3>Original Markdown Content</h3>
<div class="code-block">
<pre>---
# this is YAML front matter
author: James Smith
summary: This is a summary
topics: list, of, topics
variable: one
array:
- one thing
- two things
- several things
# all of this data is available to our layout
---
# Markdown Test Document
## Bullet list
This is a test unordered list with mixed bullets:
* First item with a number 2. in it
* Second item
* Third item
- Indented item
- Indented item
* Fourth item
Another unordered list:
- 1st item
- 2nd item
- third item containing _italic_ text
- indented item
- second indented item
- fourth item
This is a test ordered list with indented items:
1. First item
2. Second item
3. Third item
1. Indented item
2. Indented item
4. Fourth item
Ordered list where everything has the same number:
1. First item
1. Second item
1. Third item
1. Fourth item
Ordered list that is wrongly numbered:
1. First item
8. Second item
3. Third item
5. Fourth item
This is a mixed list with indented items:
1. First item
2. Second item
3. Third item
* Indented item
* Indented item
4. Fourth item
This is another mixed list with indented items:
- First item
- Second item
- Third item
1. Indented item
2. Indented item
- Fourth item
## Headers
### Third-level header
#### Fourth-level header
##### Fifth-level header
###### Sixth-level header
## Media and Links
### Nostr address
This should be ignored and rendered as plaintext: naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l
This is also plaintext:
npub1gv069u6q7zkl393ad47xutpqmyfj0rrfrlnqnlfc2ld38k8nnl4st9wa6q
These should be turned into links:
nostr:naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l
nostr:npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z
nostr:nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj
nostr:nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh
nostr:note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg
### Hashtag
#testhashtag at the start of the line and #inlinehashtag in the middle
### Wikilinks
[[NKBIP-01|Specification]] and [[mirepoix]]
### URL
https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html
[Welt Online link](https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html)
this should render as plaintext: `http://www.example.com`
this should be a hyperlink: www.example.com
this shouild be a hyperlink to the http URL with the same address, so wss://theforest.nostr1.com should render like [wss://theforest.nostr1.com](https://theforest.nostr1.com)
### Images
Image: https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png
![test image](https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png)
### Media
#### YouTube
https://youtube.com/shorts/ZWfvChb-i0w
[![Youtube link with pic](https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png)](https://youtube.com/shorts/ZWfvChb-i0w)
#### Spotify
https://open.spotify.com/episode/1GSZFA8vWltPyxYkArdRKx?si=bq6-az28TcuP596feTkRFQ
[![Spotify link with pic](https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png)](https://open.spotify.com/episode/1GSZFA8vWltPyxYkArdRKx?si=bq6-az28TcuP596feTkRFQ)
#### Audio
https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3
[![Audio link with pic](https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png)](https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3)
#### Video
https://v.nostr.build/MTjaYib4upQuf8zn.mp4
[![Video link with pic](https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png)](https://v.nostr.build/MTjaYib4upQuf8zn.mp4)
## Tables
### Orderly
| Syntax | Description |
| ----------- | ----------- |
| Header | Title |
| Paragraph | Text |
### Unorderly
| Syntax | Description |
| --- | ----------- |
| Header | Title |
| Paragraph | Text |
### With alignment
| Syntax | Description | Test Text |
| :--- | :----: | ---: |
| Header | Title | Here&#039;s this |
| Paragraph | Text | And more |
## Code blocks
### json
```json
{
&quot;id&quot;: &quot;&lt;event_id&gt;&quot;,
&quot;pubkey&quot;: &quot;&lt;event_originator_pubkey&gt;&quot;,
&quot;created_at&quot;: 1725087283,
&quot;kind&quot;: 30040,
&quot;tags&quot;: [
[&quot;d&quot;, &quot;aesop&#039;s-fables-by-aesop&quot;],
[&quot;title&quot;, &quot;Aesop&#039;s Fables&quot;],
[&quot;author&quot;, &quot;Aesop&quot;],
],
&quot;sig&quot;: &quot;&lt;event_signature&gt;&quot;
}
```
### typescript
```typescript
/**
* Get Nostr identifier type
*/
function getNostrType(id: string): &#039;npub&#039; | &#039;nprofile&#039; | &#039;nevent&#039; | &#039;naddr&#039; | &#039;note&#039; | null {
if (id.startsWith(&#039;npub&#039;)) return &#039;npub&#039;;
if (id.startsWith(&#039;nprofile&#039;)) return &#039;nprofile&#039;;
if (id.startsWith(&#039;nevent&#039;)) return &#039;nevent&#039;;
if (id.startsWith(&#039;naddr&#039;)) return &#039;naddr&#039;;
if (id.startsWith(&#039;note&#039;)) return &#039;note&#039;;
return null;
}
```
### shell
```shell
mkdir new_directory
cp source.txt destination.txt
```
### LaTeX
```latex
$$
M =
\begin{bmatrix}
\frac{5}{6} &amp; \frac{1}{6} &amp; 0 \\[0.3em]
\frac{5}{6} &amp; 0 &amp; \frac{1}{6} \\[0.3em]
0 &amp; \frac{5}{6} &amp; \frac{1}{6}
\end{bmatrix}
$$
```
```latex
$$
f(x)=
\begin{cases}
1/d_{ij} &amp; \quad \text{when $d_{ij} \leq 160$}\\
0 &amp; \quad \text{otherwise}
\end{cases}
$$
```
### ABC Notation
```abc
X:1
T:Ohne Titel
C:Aufgezeichnet 1784
A:Seibis nahe Lichtenberg in Oberfranken
S:Handschrift, bezeichnet und datiert: &quot;Heinrich Nicol Philipp zu Seibis den 30 Junius 1784&quot;
M:4/4
L:1/4
K:D
dd d2 | ee e2 | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
|:\
fg ad | cB cA | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
```
## LateX
### LaTex in inline-code
`$[ x^n + y^n = z^n \]$` and `$[\sqrt{x^2+1}\]$` and `$\color{blue}{X \sim Normal \; (\mu,\sigma^2)}$`
## LaTex outside of code
This is a latex code block $$\mathbb{N} = \{ a \in \mathbb{Z} : a &gt; 0 \}$$ and another that is an inline latex $\color{green}{X \sim Normal \; (\mu,\sigma^2)}$ and should be green
## Footnotes
Here&#039;s a simple footnote,[^1] and here&#039;s a longer one.[^bignote]
[^1]: This is the first footnote.
[^bignote]: Here&#039;s one with multiple paragraphs and code.
## Anchor links
[Link to bullet list section](#bullet-lists)
## Formatting
### Strikethrough
~~The world is flat.~~ We now know that the world is round. This should not be ~struck~ through.
### Bold
This is *bold* text. So is this **bold** text.
### Italic
This is _italic_ text. So is this __italic__ text.
### Task List
- [x] Write the press release
- [ ] Update the website
- [ ] Contact the media
### Emoji shortcodes
Gone camping! :tent: Be back soon.
That is so funny! :joy:
### Marking and highlighting text
I need to highlight these ==very important words==.
### Subscript and Superscript
H~2~O
X^2^
### Delimiter
based upon a -
---
based upon a *
***
### Quotes
&gt; This is a single line blockequote sdfjsdlfkjasldkfjsdölfkjsdlfkjsadlöfkjsdlöfkjsadölfkjsdlf kjsldfkjsdalkjslkdfjlöskdfjlösdkjfsldkfjsöldkfjlösdkfjalsd kfjlsdkfjlödkfjlaksdfjlkjdfslkjalsdkfjlasdkfj alsdkjflskdfj sdfklj
&gt; This is a multi line blockequote sdfjsdlfkjasldkfjsdölfkjsdlfkjsadlöfkjsdlöfkjsadölfkjsdlf kjsldfkjsdalkjslkdfjlöskdfjlösdkjfsldkfjsöldkfjlösdkfjalsd kfjlsdkfjlödkfjlaksdfjlkjdfslkjalsdkfjlasdkfj alsdkjflskdfj sdfklj
&gt; This is a multi line blockequote sdfjsdlfkjasldkfjsdölfkjsdlfkjsadlöfkjsdlöfkjsadölfkjsdlf kjsldfkjsdalkjslkdfjlöskdfjlösdkjfsldkfjsöldkfjlösdkfjalsd kfjlsdkfjlödkfjlaksdfjlkjdfslkjalsdkfjlasdkfj alsdkjflskdfj sdfklj
&gt; This is a multi line blockequote sdfjsdlfkjasldkfjsdölfkjsdlfkjsadlöfkjsdlöfkjsadölfkjsdlf kjsldfkjsdalkjslkdfjlöskdfjlösdkjfsldkfjsöldkfjlösdkfjalsd kfjlsdkfjlödkfjlaksdfjlkjdfslkjalsdkfjlasdkfj alsdkjflskdfj sdfklj </pre>
</div>
</div>
<div id="md-rendered" class="tab-content">
<h3>Rendered HTML Output</h3>
<div class="rendered-output">
<h1>Markdown Test Document</h1>
<div class="sect1">
<h2 id="bullet-list"><a class="anchor" href="#bullet-list"></a><a class="link" href="#bullet-list">Bullet list</a></h2>
<div class="sectionbody">
<div class="paragraph">
<p>This is a test unordered list with mixed bullets:
* First item with a number 2. in it
* Second item
* Third item
- Indented item
- Indented item
* Fourth item</p>
</div>
<div class="paragraph">
<p>Another unordered list:
- 1st item
- 2nd item
- third item containing <em>italic</em> text
- indented item
- second indented item
- fourth item</p>
</div>
<div class="paragraph">
<p>This is a test ordered list with indented items:
1. First item
2. Second item
3. Third item
1. Indented item
2. Indented item
4. Fourth item</p>
</div>
<div class="paragraph">
<p>Ordered list where everything has the same number:
1. First item
1. Second item
1. Third item
1. Fourth item</p>
</div>
<div class="paragraph">
<p>Ordered list that is wrongly numbered:
1. First item
8. Second item
3. Third item
5. Fourth item</p>
</div>
<div class="paragraph">
<p>This is a mixed list with indented items:
1. First item
2. Second item
3. Third item
* Indented item
* Indented item
4. Fourth item</p>
</div>
<div class="paragraph">
<p>This is another mixed list with indented items:
- First item
- Second item
- Third item
1. Indented item
2. Indented item
- Fourth item</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="headers"><a class="anchor" href="#headers"></a><a class="link" href="#headers">Headers</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="third-level-header"><a class="anchor" href="#third-level-header"></a><a class="link" href="#third-level-header">Third-level header</a></h3>
<div class="sect3">
<h4 id="fourth-level-header"><a class="anchor" href="#fourth-level-header"></a><a class="link" href="#fourth-level-header">Fourth-level header</a></h4>
<div class="sect4">
<h5 id="fifth-level-header"><a class="anchor" href="#fifth-level-header"></a><a class="link" href="#fifth-level-header">Fifth-level header</a></h5>
<div class="sect5">
<h6 id="sixth-level-header"><a class="anchor" href="#sixth-level-header"></a><a class="link" href="#sixth-level-header">Sixth-level header</a></h6>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="media-and-links"><a class="anchor" href="#media-and-links"></a><a class="link" href="#media-and-links">Media and Links</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="nostr-address"><a class="anchor" href="#nostr-address"></a><a class="link" href="#nostr-address">Nostr address</a></h3>
<div class="paragraph">
<p>This should be ignored and rendered as plaintext: naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l</p>
</div>
<div class="paragraph">
<p>This is also plaintext:</p>
</div>
<div class="paragraph">
<p>npub1gv069u6q7zkl393ad47xutpqmyfj0rrfrlnqnlfc2ld38k8nnl4st9wa6q</p>
</div>
<div class="paragraph">
<p>These should be turned into links:</p>
</div>
<div class="paragraph">
<p><a href="nostr:naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l">naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z">npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj">nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh">nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg">note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg</a></p>
</div>
</div>
<div class="sect2">
<h3 id="hashtag"><a class="anchor" href="#hashtag"></a><a class="link" href="#hashtag">Hashtag</a></h3>
<div class="paragraph">
<p><a class="hashtag-link text-primary-600 dark:text-primary-500 hover:underline" data-topic="testhashtag" data-url="/notes?t=testhashtag" href="/notes?t=testhashtag">#testhashtag</a> at the start of the line and <a class="hashtag-link text-primary-600 dark:text-primary-500 hover:underline" data-topic="inlinehashtag" data-url="/notes?t=inlinehashtag" href="/notes?t=inlinehashtag">#inlinehashtag</a> in the middle</p>
</div>
</div>
<div class="sect2">
<h3 id="wikilinks"><a class="anchor" href="#wikilinks"></a><a class="link" href="#wikilinks">Wikilinks</a></h3>
<div class="paragraph">
<p><a class="wikilink text-primary-600 dark:text-primary-500 hover:underline" data-dtag="nkbip-01" data-url="/events?d=nkbip-01" href="/events?d=nkbip-01">Specification</a> and <a class="wikilink text-primary-600 dark:text-primary-500 hover:underline" data-dtag="mirepoix" data-url="/events?d=mirepoix" href="/events?d=mirepoix">mirepoix</a></p>
</div>
</div>
<div class="sect2">
<h3 id="url"><a class="anchor" href="#url"></a><a class="link" href="#url">URL</a></h3>
<div class="paragraph">
<p><span class="opengraph-link-container" data-og-url="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html">
<a href="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span></p>
</div>
<div class="paragraph">
<p><a href="<a href=&quot;https://<a href=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot;>www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html</a>" rel="noreferrer noopener" class="break-words inline-flex items-baseline gap-1">Welt Online link <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a></p>
</div>
<div class=&quot;paragraph&quot;>
<p>this should render as plaintext: <code>http://www.example.com</code></p>
</div>
<div class=&quot;paragraph&quot;>
<p>this should be a hyperlink: www.example.com</p>
</div>
<div class=&quot;paragraph&quot;>
<p>this shouild be a hyperlink to the http URL with the same address, so <a href=&quot;https://theforest.nostr1.com/&quot;>wss://theforest.nostr1.com</a> should render like " target="_blank" rel="noreferrer noopener" class="break-words inline-flex items-baseline gap-1">&lt;a href=&quot;https://theforest.nostr1.com/&quot;&gt;wss://theforest.nostr1.com&lt;/a&gt; <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>(<span class="opengraph-link-container" data-og-url="https://theforest.nostr1.com">
<a href="https://theforest.nostr1.com" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">https://theforest.nostr1.com <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span>)</p>
</div>
</div>
<div class="sect2">
<h3 id="images"><a class="anchor" href="#images"></a><a class="link" href="#images">Images</a></h3>
<div class="paragraph">
<p>Image: image::<a href="https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png" target="_blank" rel="noopener noreferrer">https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png</a>[width=100%]</p>
</div>
<div class="paragraph">
<p><img src="<a href=&quot;https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png&quot; class=&quot;bare&quot;>https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png</a>" alt="test image" class="max-w-[400px] object-contain my-0" /></p>
</div>
</div>
<div class="sect2">
<h3 id="media"><a class="anchor" href="#media"></a><a class="link" href="#media">Media</a></h3>
<div class="sect3">
<h4 id="youtube"><a class="anchor" href="#youtube"></a><a class="link" href="#youtube">YouTube</a></h4>
<div class="paragraph">
<p><a href="https://youtube.com/shorts/ZWfvChb-i0w" target="_blank" rel="noopener noreferrer">https://youtube.com/shorts/ZWfvChb-i0w</a></p>
</div>
<div class="paragraph">
<p>[<img src="<a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&quot; class=&quot;bare&quot;>https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png</a>" alt="Youtube link with pic" class="max-w-[400px] object-contain my-0" />](<a href="https://youtube.com/shorts/ZWfvChb-i0w" class="bare" target="_blank" rel="noopener noreferrer">https://youtube.com/shorts/ZWfvChb-i0w</a>)</p>
</div>
</div>
<div class="sect3">
<h4 id="spotify"><a class="anchor" href="#spotify"></a><a class="link" href="#spotify">Spotify</a></h4>
<div class="paragraph">
<p><div class="media-embed spotify-embed" style="margin: 1rem 0;">
<iframe
style="border-radius: 12px; width: 100%; max-width: 100%;"
src="https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator"
width="100%"
height="352"
frameborder="0"
allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy">
</iframe>
</div></p>
</div>
<div class="paragraph">
<p>[<img src="<a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&quot; class=&quot;bare&quot;>https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png</a>" alt="Spotify link with pic" class="max-w-[400px] object-contain my-0" />](<div class="media-embed spotify-embed" style="margin: 1rem 0;">
<iframe
style="border-radius: 12px; width: 100%; max-width: 100%;"
src="https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator"
width="100%"
height="352"
frameborder="0"
allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy">
</iframe>
</div>)</p>
</div>
</div>
<div class="sect3">
<h4 id="audio"><a class="anchor" href="#audio"></a><a class="link" href="#audio">Audio</a></h4>
<div class="paragraph">
<p>MEDIA:audio:<a href="https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3" target="_blank" rel="noopener noreferrer">https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3</a></p>
</div>
<div class="paragraph">
<p>[!<span class="chord" data-chord="Audio link with pic">[Audio link with pic]</span>(<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png" class="bare" target="_blank" rel="noopener noreferrer">https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png</a>)](MEDIA:audio:<a href="https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3" target="_blank" rel="noopener noreferrer">https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3</a>)</p>
</div>
</div>
<div class="sect3">
<h4 id="video"><a class="anchor" href="#video"></a><a class="link" href="#video">Video</a></h4>
<div class="paragraph">
<p>MEDIA:video:<a href="https://v.nostr.build/MTjaYib4upQuf8zn.mp4" target="_blank" rel="noopener noreferrer">https://v.nostr.build/MTjaYib4upQuf8zn.mp4</a></p>
</div>
<div class="paragraph">
<p>[<img src="<a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&quot; class=&quot;bare&quot;>https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png</a>" alt="Video link with pic" class="max-w-[400px] object-contain my-0" />](MEDIA:video:<a href="https://v.nostr.build/MTjaYib4upQuf8zn.mp4" target="_blank" rel="noopener noreferrer">https://v.nostr.build/MTjaYib4upQuf8zn.mp4</a>)</p>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="tables"><a class="anchor" href="#tables"></a><a class="link" href="#tables">Tables</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="orderly"><a class="anchor" href="#orderly"></a><a class="link" href="#orderly">Orderly</a></h3>
<div class="paragraph">
<p>| Syntax | Description |
| ----------- | ----------- |
| Header | Title |
| Paragraph | Text |</p>
</div>
</div>
<div class="sect2">
<h3 id="unorderly"><a class="anchor" href="#unorderly"></a><a class="link" href="#unorderly">Unorderly</a></h3>
<div class="paragraph">
<p>| Syntax | Description |
| --- | ----------- |
| Header | Title |
| Paragraph | Text |</p>
</div>
</div>
<div class="sect2">
<h3 id="with-alignment"><a class="anchor" href="#with-alignment"></a><a class="link" href="#with-alignment">With alignment</a></h3>
<div class="paragraph">
<p>| Syntax | Description | Test Text |
| :--- | :----: | ---: |
| Header | Title | Here_s this |
| Paragraph | Text | And more |</p>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="code-blocks"><a class="anchor" href="#code-blocks"></a><a class="link" href="#code-blocks">Code blocks</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="json"><a class="anchor" href="#json"></a><a class="link" href="#json">json</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>{
"id": "&lt;event_id&gt;",
"pubkey": "&lt;event_originator_pubkey&gt;",
"created_at": 1725087283,
"kind": 30040,
"tags": [
["d", "aesop_s-fables-by-aesop"],
["title", "Aesop_s Fables"],
["author", "Aesop"],
],
"sig": "&lt;event_signature&gt;"
}</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="typescript"><a class="anchor" href="#typescript"></a><a class="link" href="#typescript">typescript</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>/**
* Get Nostr identifier type
*/
function getNostrType(id: string): _npub_ | _nprofile_ | _nevent_ | _naddr_ | _note_ | null {
if (id.startsWith(_npub_)) return _npub_;
if (id.startsWith(_nprofile_)) return _nprofile_;
if (id.startsWith(_nevent_)) return _nevent_;
if (id.startsWith(_naddr_)) return _naddr_;
if (id.startsWith(_note_)) return _note_;
return null;
}</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="shell"><a class="anchor" href="#shell"></a><a class="link" href="#shell">shell</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>mkdir new_directory
cp source.txt destination.txt</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="latex"><a class="anchor" href="#latex"></a><a class="link" href="#latex">LaTeX</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>$
M =
\begin{bmatrix}
\frac{5}{6} &amp; \frac{1}{6} &amp; 0 \\[0.3em]
\frac{5}{6} &amp; 0 &amp; \frac{1}{6} \\[0.3em]
0 &amp; \frac{5}{6} &amp; \frac{1}{6}
\end{bmatrix}
$</code></pre>
</div>
</div>
<div class="listingblock">
<div class="content">
<pre><code>$
f(x)=
\begin{cases}
1/d_{ij} &amp; \quad \text{when $d_{ij} \leq 160$}\\
0 &amp; \quad \text{otherwise}
\end{cases}
$</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="abc-notation"><a class="anchor" href="#abc-notation"></a><a class="link" href="#abc-notation">ABC Notation</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>X:1
T:Ohne Titel
C:Aufgezeichnet 1784
A:Seibis nahe Lichtenberg in Oberfranken
S:Handschrift, bezeichnet und datiert: "Heinrich Nicol Philipp zu Seibis den 30 Junius 1784"
M:4/4
L:1/4
K:D
dd d2 | ee e2 | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
|:\
fg ad | cB cA | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|</code></pre>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="latex-2"><a class="anchor" href="#latex-2"></a><a class="link" href="#latex-2">LateX</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="latex-in-inline-code"><a class="anchor" href="#latex-in-inline-code"></a><a class="link" href="#latex-in-inline-code">LaTex in inline-code</a></h3>
<div class="paragraph">
<p><code>$[ x^n + y^n = z^n \]$</code> and <code>$[\sqrt{x^2+1}\]$</code> and <code>$\color{blue}{X \sim Normal \; (\mu,\sigma^2)}$</code></p>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="latex-outside-of-code"><a class="anchor" href="#latex-outside-of-code"></a><a class="link" href="#latex-outside-of-code">LaTex outside of code</a></h2>
<div class="sectionbody">
<div class="paragraph">
<p>This is a latex code block \mathbb{N} = \{ a \in \mathbb{Z} : a &gt; 0 \} and another that is an inline latex $\color{green}{X \sim Normal \; (\mu,\sigma^2)}$ and should be green</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="footnotes"><a class="anchor" href="#footnotes"></a><a class="link" href="#footnotes">Footnotes</a></h2>
<div class="sectionbody">
<div class="paragraph">
<p>Here_s a simple footnote,[^1] and here_s a longer one.[^bignote]</p>
</div>
<div class="paragraph">
<p>[^1]: This is the first footnote.</p>
</div>
<div class="paragraph">
<p>[^bignote]: Here_s one with multiple paragraphs and code.</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="anchor-links"><a class="anchor" href="#anchor-links"></a><a class="link" href="#anchor-links">Anchor links</a></h2>
<div class="sectionbody">
<div class="paragraph">
<p><a href="#bullet-lists" rel="noreferrer noopener" class="break-words inline-flex items-baseline gap-1">Link to bullet list section <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a></p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="formatting"><a class="anchor" href="#formatting"></a><a class="link" href="#formatting">Formatting</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="strikethrough"><a class="anchor" href="#strikethrough"></a><a class="link" href="#strikethrough">Strikethrough</a></h3>
<div class="paragraph">
<p>~~The world is flat.~~ We now know that the world is round. This should not be <sub>struck</sub> through.</p>
</div>
</div>
<div class="sect2">
<h3 id="bold"><a class="anchor" href="#bold"></a><a class="link" href="#bold">Bold</a></h3>
<div class="paragraph">
<p>This is <strong>bold</strong> text. So is this <strong>bold</strong> text.</p>
</div>
</div>
<div class="sect2">
<h3 id="italic"><a class="anchor" href="#italic"></a><a class="link" href="#italic">Italic</a></h3>
<div class="paragraph">
<p>This is <em>italic</em> text. So is this <em>italic</em> text.</p>
</div>
</div>
<div class="sect2">
<h3 id="task-list"><a class="anchor" href="#task-list"></a><a class="link" href="#task-list">Task List</a></h3>
<div class="ulist checklist">
<ul class="checklist">
<li>
<p>&#10003; Write the press release</p>
</li>
<li>
<p>&#10063; Update the website</p>
</li>
<li>
<p>&#10063; Contact the media</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="emoji-shortcodes"><a class="anchor" href="#emoji-shortcodes"></a><a class="link" href="#emoji-shortcodes">Emoji shortcodes</a></h3>
<div class="paragraph">
<p>Gone camping! :tent: Be back soon.</p>
</div>
<div class="paragraph">
<p>That is so funny! :joy:</p>
</div>
</div>
<div class="sect2">
<h3 id="marking-and-highlighting-text"><a class="anchor" href="#marking-and-highlighting-text"></a><a class="link" href="#marking-and-highlighting-text">Marking and highlighting text</a></h3>
<div class="paragraph">
<p>I need to highlight these ==very important words==.</p>
</div>
</div>
<div class="sect2">
<h3 id="subscript-and-superscript"><a class="anchor" href="#subscript-and-superscript"></a><a class="link" href="#subscript-and-superscript">Subscript and Superscript</a></h3>
<div class="paragraph">
<p>H<sub>2</sub>O</p>
</div>
<div class="paragraph">
<p>X<sup>2</sup></p>
</div>
</div>
<div class="sect2">
<h3 id="delimiter"><a class="anchor" href="#delimiter"></a><a class="link" href="#delimiter">Delimiter</a></h3>
<div class="paragraph">
<p>based upon a -</p>
</div>
<hr>
<div class="paragraph">
<p>based upon a *</p>
</div>
<hr>
</div>
<div class="sect2">
<h3 id="quotes"><a class="anchor" href="#quotes"></a><a class="link" href="#quotes">Quotes</a></h3>
<div class="quoteblock">
<blockquote>
<div class="paragraph">
<p>This is a single line blockequote sdfjsdlfkjasldkfjsdölfkjsdlfkjsadlöfkjsdlöfkjsadölfkjsdlf kjsldfkjsdalkjslkdfjlöskdfjlösdkjfsldkfjsöldkfjlösdkfjalsd kfjlsdkfjlödkfjlaksdfjlkjdfslkjalsdkfjlasdkfj alsdkjflskdfj sdfklj</p>
</div>
</blockquote>
</div>
<div class="quoteblock">
<blockquote>
<div class="paragraph">
<p>This is a multi line blockequote sdfjsdlfkjasldkfjsdölfkjsdlfkjsadlöfkjsdlöfkjsadölfkjsdlf kjsldfkjsdalkjslkdfjlöskdfjlösdkjfsldkfjsöldkfjlösdkfjalsd kfjlsdkfjlödkfjlaksdfjlkjdfslkjalsdkfjlasdkfj alsdkjflskdfj sdfklj
This is a multi line blockequote sdfjsdlfkjasldkfjsdölfkjsdlfkjsadlöfkjsdlöfkjsadölfkjsdlf kjsldfkjsdalkjslkdfjlöskdfjlösdkjfsldkfjsöldkfjlösdkfjalsd kfjlsdkfjlödkfjlaksdfjlkjdfslkjalsdkfjlasdkfj alsdkjflskdfj sdfklj
This is a multi line blockequote sdfjsdlfkjasldkfjsdölfkjsdlfkjsadlöfkjsdlöfkjsadölfkjsdlf kjsldfkjsdalkjslkdfjlöskdfjlösdkjfsldkfjsöldkfjlösdkfjalsd kfjlsdkfjlödkfjlaksdfjlkjdfslkjalsdkfjlasdkfj alsdkjflskdfj sdfklj</p>
</div>
</blockquote>
</div>
</div>
</div>
</div>
</div>
<details style="margin-top: 15px;">
<summary style="cursor: pointer; color: #3498db; font-weight: 500;">View Raw HTML</summary>
<div class="code-block" style="margin-top: 10px;">
<pre>&lt;h1&gt;Markdown Test Document&lt;/h1&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;bullet-list&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#bullet-list&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#bullet-list&quot;&gt;Bullet list&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is a test unordered list with mixed bullets:
* First item with a number 2. in it
* Second item
* Third item
- Indented item
- Indented item
* Fourth item&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;Another unordered list:
- 1st item
- 2nd item
- third item containing &lt;em&gt;italic&lt;/em&gt; text
- indented item
- second indented item
- fourth item&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is a test ordered list with indented items:
1. First item
2. Second item
3. Third item
1. Indented item
2. Indented item
4. Fourth item&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;Ordered list where everything has the same number:
1. First item
1. Second item
1. Third item
1. Fourth item&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;Ordered list that is wrongly numbered:
1. First item
8. Second item
3. Third item
5. Fourth item&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is a mixed list with indented items:
1. First item
2. Second item
3. Third item
* Indented item
* Indented item
4. Fourth item&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is another mixed list with indented items:
- First item
- Second item
- Third item
1. Indented item
2. Indented item
- Fourth item&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;headers&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#headers&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#headers&quot;&gt;Headers&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;third-level-header&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#third-level-header&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#third-level-header&quot;&gt;Third-level header&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;fourth-level-header&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#fourth-level-header&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#fourth-level-header&quot;&gt;Fourth-level header&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;sect4&quot;&gt;
&lt;h5 id=&quot;fifth-level-header&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#fifth-level-header&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#fifth-level-header&quot;&gt;Fifth-level header&lt;/a&gt;&lt;/h5&gt;
&lt;div class=&quot;sect5&quot;&gt;
&lt;h6 id=&quot;sixth-level-header&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#sixth-level-header&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#sixth-level-header&quot;&gt;Sixth-level header&lt;/a&gt;&lt;/h6&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;media-and-links&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#media-and-links&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#media-and-links&quot;&gt;Media and Links&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;nostr-address&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#nostr-address&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#nostr-address&quot;&gt;Nostr address&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This should be ignored and rendered as plaintext: naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is also plaintext:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;npub1gv069u6q7zkl393ad47xutpqmyfj0rrfrlnqnlfc2ld38k8nnl4st9wa6q&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;These should be turned into links:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l&quot;&gt;naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z&quot;&gt;npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj&quot;&gt;nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh&quot;&gt;nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg&quot;&gt;note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;hashtag&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#hashtag&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#hashtag&quot;&gt;Hashtag&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a class=&quot;hashtag-link text-primary-600 dark:text-primary-500 hover:underline&quot; data-topic=&quot;testhashtag&quot; data-url=&quot;/notes?t=testhashtag&quot; href=&quot;/notes?t=testhashtag&quot;&gt;#testhashtag&lt;/a&gt; at the start of the line and &lt;a class=&quot;hashtag-link text-primary-600 dark:text-primary-500 hover:underline&quot; data-topic=&quot;inlinehashtag&quot; data-url=&quot;/notes?t=inlinehashtag&quot; href=&quot;/notes?t=inlinehashtag&quot;&gt;#inlinehashtag&lt;/a&gt; in the middle&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;wikilinks&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#wikilinks&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#wikilinks&quot;&gt;Wikilinks&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a class=&quot;wikilink text-primary-600 dark:text-primary-500 hover:underline&quot; data-dtag=&quot;nkbip-01&quot; data-url=&quot;/events?d=nkbip-01&quot; href=&quot;/events?d=nkbip-01&quot;&gt;Specification&lt;/a&gt; and &lt;a class=&quot;wikilink text-primary-600 dark:text-primary-500 hover:underline&quot; data-dtag=&quot;mirepoix&quot; data-url=&quot;/events?d=mirepoix&quot; href=&quot;/events?d=mirepoix&quot;&gt;mirepoix&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;url&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#url&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#url&quot;&gt;URL&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;span class=&quot;opengraph-link-container&quot; data-og-url=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot;&gt;
&lt;a href=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;&lt;a href=&amp;quot;https://&lt;a href=&amp;quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&amp;quot;&gt;www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&lt;/a&gt;&quot; rel=&quot;noreferrer noopener&quot; class=&quot;break-words inline-flex items-baseline gap-1&quot;&gt;Welt Online link &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&amp;quot;paragraph&amp;quot;&gt;
&lt;p&gt;this should render as plaintext: &lt;code&gt;http://www.example.com&lt;/code&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&amp;quot;paragraph&amp;quot;&gt;
&lt;p&gt;this should be a hyperlink: www.example.com&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&amp;quot;paragraph&amp;quot;&gt;
&lt;p&gt;this shouild be a hyperlink to the http URL with the same address, so &lt;a href=&amp;quot;https://theforest.nostr1.com/&amp;quot;&gt;wss://theforest.nostr1.com&lt;/a&gt; should render like &quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;break-words inline-flex items-baseline gap-1&quot;&gt;&amp;lt;a href=&amp;quot;https://theforest.nostr1.com/&amp;quot;&amp;gt;wss://theforest.nostr1.com&amp;lt;/a&amp;gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;(&lt;span class=&quot;opengraph-link-container&quot; data-og-url=&quot;https://theforest.nostr1.com&quot;&gt;
&lt;a href=&quot;https://theforest.nostr1.com&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;https://theforest.nostr1.com &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;)&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;images&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#images&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#images&quot;&gt;Images&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;Image: image::&lt;a href=&quot;https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png&lt;/a&gt;[width=100%]&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;img src=&quot;&lt;a href=&amp;quot;https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png&amp;quot; class=&amp;quot;bare&amp;quot;&gt;https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png&lt;/a&gt;&quot; alt=&quot;test image&quot; class=&quot;max-w-[400px] object-contain my-0&quot; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;media&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#media&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#media&quot;&gt;Media&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;youtube&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#youtube&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#youtube&quot;&gt;YouTube&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://youtube.com/shorts/ZWfvChb-i0w&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://youtube.com/shorts/ZWfvChb-i0w&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;[&lt;img src=&quot;&lt;a href=&amp;quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot; class=&amp;quot;bare&amp;quot;&gt;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&lt;/a&gt;&quot; alt=&quot;Youtube link with pic&quot; class=&quot;max-w-[400px] object-contain my-0&quot; /&gt;](&lt;a href=&quot;https://youtube.com/shorts/ZWfvChb-i0w&quot; class=&quot;bare&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://youtube.com/shorts/ZWfvChb-i0w&lt;/a&gt;)&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;spotify&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#spotify&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#spotify&quot;&gt;Spotify&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;div class=&quot;media-embed spotify-embed&quot; style=&quot;margin: 1rem 0;&quot;&gt;
&lt;iframe
style=&quot;border-radius: 12px; width: 100%; max-width: 100%;&quot;
src=&quot;https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator&quot;
width=&quot;100%&quot;
height=&quot;352&quot;
frameborder=&quot;0&quot;
allowfullscreen=&quot;&quot;
allow=&quot;autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture&quot;
loading=&quot;lazy&quot;&gt;
&lt;/iframe&gt;
&lt;/div&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;[&lt;img src=&quot;&lt;a href=&amp;quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot; class=&amp;quot;bare&amp;quot;&gt;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&lt;/a&gt;&quot; alt=&quot;Spotify link with pic&quot; class=&quot;max-w-[400px] object-contain my-0&quot; /&gt;](&lt;div class=&quot;media-embed spotify-embed&quot; style=&quot;margin: 1rem 0;&quot;&gt;
&lt;iframe
style=&quot;border-radius: 12px; width: 100%; max-width: 100%;&quot;
src=&quot;https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator&quot;
width=&quot;100%&quot;
height=&quot;352&quot;
frameborder=&quot;0&quot;
allowfullscreen=&quot;&quot;
allow=&quot;autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture&quot;
loading=&quot;lazy&quot;&gt;
&lt;/iframe&gt;
&lt;/div&gt;)&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;audio&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#audio&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#audio&quot;&gt;Audio&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;MEDIA:audio:&lt;a href=&quot;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;[!&lt;span class=&quot;chord&quot; data-chord=&quot;Audio link with pic&quot;&gt;[Audio link with pic]&lt;/span&gt;(&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&quot; class=&quot;bare&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&lt;/a&gt;)](MEDIA:audio:&lt;a href=&quot;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&lt;/a&gt;)&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;video&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#video&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#video&quot;&gt;Video&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;MEDIA:video:&lt;a href=&quot;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;[&lt;img src=&quot;&lt;a href=&amp;quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot; class=&amp;quot;bare&amp;quot;&gt;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&lt;/a&gt;&quot; alt=&quot;Video link with pic&quot; class=&quot;max-w-[400px] object-contain my-0&quot; /&gt;](MEDIA:video:&lt;a href=&quot;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&lt;/a&gt;)&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;tables&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#tables&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#tables&quot;&gt;Tables&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;orderly&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#orderly&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#orderly&quot;&gt;Orderly&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;| Syntax | Description |
| ----------- | ----------- |
| Header | Title |
| Paragraph | Text |&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;unorderly&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#unorderly&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#unorderly&quot;&gt;Unorderly&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;| Syntax | Description |
| --- | ----------- |
| Header | Title |
| Paragraph | Text |&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;with-alignment&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#with-alignment&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#with-alignment&quot;&gt;With alignment&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;| Syntax | Description | Test Text |
| :--- | :----: | ---: |
| Header | Title | Here_s this |
| Paragraph | Text | And more |&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;code-blocks&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#code-blocks&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#code-blocks&quot;&gt;Code blocks&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;json&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#json&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#json&quot;&gt;json&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;{
&quot;id&quot;: &quot;&amp;lt;event_id&amp;gt;&quot;,
&quot;pubkey&quot;: &quot;&amp;lt;event_originator_pubkey&amp;gt;&quot;,
&quot;created_at&quot;: 1725087283,
&quot;kind&quot;: 30040,
&quot;tags&quot;: [
[&quot;d&quot;, &quot;aesop_s-fables-by-aesop&quot;],
[&quot;title&quot;, &quot;Aesop_s Fables&quot;],
[&quot;author&quot;, &quot;Aesop&quot;],
],
&quot;sig&quot;: &quot;&amp;lt;event_signature&amp;gt;&quot;
}&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;typescript&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#typescript&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#typescript&quot;&gt;typescript&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;/**
* Get Nostr identifier type
*/
function getNostrType(id: string): _npub_ | _nprofile_ | _nevent_ | _naddr_ | _note_ | null {
if (id.startsWith(_npub_)) return _npub_;
if (id.startsWith(_nprofile_)) return _nprofile_;
if (id.startsWith(_nevent_)) return _nevent_;
if (id.startsWith(_naddr_)) return _naddr_;
if (id.startsWith(_note_)) return _note_;
return null;
}&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;shell&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#shell&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#shell&quot;&gt;shell&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;mkdir new_directory
cp source.txt destination.txt&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;latex&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#latex&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#latex&quot;&gt;LaTeX&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;$
M =
\begin{bmatrix}
\frac{5}{6} &amp;amp; \frac{1}{6} &amp;amp; 0 \\[0.3em]
\frac{5}{6} &amp;amp; 0 &amp;amp; \frac{1}{6} \\[0.3em]
0 &amp;amp; \frac{5}{6} &amp;amp; \frac{1}{6}
\end{bmatrix}
$&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;$
f(x)=
\begin{cases}
1/d_{ij} &amp;amp; \quad \text{when $d_{ij} \leq 160$}\\
0 &amp;amp; \quad \text{otherwise}
\end{cases}
$&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;abc-notation&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#abc-notation&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#abc-notation&quot;&gt;ABC Notation&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;X:1
T:Ohne Titel
C:Aufgezeichnet 1784
A:Seibis nahe Lichtenberg in Oberfranken
S:Handschrift, bezeichnet und datiert: &quot;Heinrich Nicol Philipp zu Seibis den 30 Junius 1784&quot;
M:4/4
L:1/4
K:D
dd d2 | ee e2 | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
|:\
fg ad | cB cA | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;latex-2&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#latex-2&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#latex-2&quot;&gt;LateX&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;latex-in-inline-code&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#latex-in-inline-code&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#latex-in-inline-code&quot;&gt;LaTex in inline-code&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;code&gt;$[ x^n + y^n = z^n \]$&lt;/code&gt; and &lt;code&gt;$[\sqrt{x^2+1}\]$&lt;/code&gt; and &lt;code&gt;$\color{blue}{X \sim Normal \; (\mu,\sigma^2)}$&lt;/code&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;latex-outside-of-code&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#latex-outside-of-code&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#latex-outside-of-code&quot;&gt;LaTex outside of code&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is a latex code block \mathbb{N} = \{ a \in \mathbb{Z} : a &amp;gt; 0 \} and another that is an inline latex $\color{green}{X \sim Normal \; (\mu,\sigma^2)}$ and should be green&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;footnotes&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#footnotes&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#footnotes&quot;&gt;Footnotes&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;Here_s a simple footnote,[^1] and here_s a longer one.[^bignote]&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;[^1]: This is the first footnote.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;[^bignote]: Here_s one with multiple paragraphs and code.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;anchor-links&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#anchor-links&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#anchor-links&quot;&gt;Anchor links&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;#bullet-lists&quot; rel=&quot;noreferrer noopener&quot; class=&quot;break-words inline-flex items-baseline gap-1&quot;&gt;Link to bullet list section &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;formatting&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#formatting&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#formatting&quot;&gt;Formatting&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;strikethrough&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#strikethrough&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#strikethrough&quot;&gt;Strikethrough&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;~~The world is flat.~~ We now know that the world is round. This should not be &lt;sub&gt;struck&lt;/sub&gt; through.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;bold&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#bold&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#bold&quot;&gt;Bold&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is &lt;strong&gt;bold&lt;/strong&gt; text. So is this &lt;strong&gt;bold&lt;/strong&gt; text.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;italic&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#italic&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#italic&quot;&gt;Italic&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is &lt;em&gt;italic&lt;/em&gt; text. So is this &lt;em&gt;italic&lt;/em&gt; text.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;task-list&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#task-list&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#task-list&quot;&gt;Task List&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;ulist checklist&quot;&gt;
&lt;ul class=&quot;checklist&quot;&gt;
&lt;li&gt;
&lt;p&gt;&amp;#10003; Write the press release&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&amp;#10063; Update the website&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&amp;#10063; Contact the media&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;emoji-shortcodes&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#emoji-shortcodes&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#emoji-shortcodes&quot;&gt;Emoji shortcodes&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;Gone camping! :tent: Be back soon.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;That is so funny! :joy:&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;marking-and-highlighting-text&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#marking-and-highlighting-text&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#marking-and-highlighting-text&quot;&gt;Marking and highlighting text&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;I need to highlight these ==very important words==.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;subscript-and-superscript&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#subscript-and-superscript&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#subscript-and-superscript&quot;&gt;Subscript and Superscript&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;H&lt;sub&gt;2&lt;/sub&gt;O&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;X&lt;sup&gt;2&lt;/sup&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;delimiter&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#delimiter&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#delimiter&quot;&gt;Delimiter&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;based upon a -&lt;/p&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;based upon a *&lt;/p&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;quotes&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#quotes&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#quotes&quot;&gt;Quotes&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;quoteblock&quot;&gt;
&lt;blockquote&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is a single line blockequote sdfjsdlfkjasldkfjsdölfkjsdlfkjsadlöfkjsdlöfkjsadölfkjsdlf kjsldfkjsdalkjslkdfjlöskdfjlösdkjfsldkfjsöldkfjlösdkfjalsd kfjlsdkfjlödkfjlaksdfjlkjdfslkjalsdkfjlasdkfj alsdkjflskdfj sdfklj&lt;/p&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;div class=&quot;quoteblock&quot;&gt;
&lt;blockquote&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is a multi line blockequote sdfjsdlfkjasldkfjsdölfkjsdlfkjsadlöfkjsdlöfkjsadölfkjsdlf kjsldfkjsdalkjslkdfjlöskdfjlösdkjfsldkfjsöldkfjlösdkfjalsd kfjlsdkfjlödkfjlaksdfjlkjdfslkjalsdkfjlasdkfj alsdkjflskdfj sdfklj
This is a multi line blockequote sdfjsdlfkjasldkfjsdölfkjsdlfkjsadlöfkjsdlöfkjsadölfkjsdlf kjsldfkjsdalkjslkdfjlöskdfjlösdkjfsldkfjsöldkfjlösdkfjalsd kfjlsdkfjlödkfjlaksdfjlkjdfslkjalsdkfjlasdkfj alsdkjflskdfj sdfklj
This is a multi line blockequote sdfjsdlfkjasldkfjsdölfkjsdlfkjsadlöfkjsdlöfkjsadölfkjsdlf kjsldfkjsdalkjslkdfjlöskdfjlösdkjfsldkfjsöldkfjlösdkfjalsd kfjlsdkfjlödkfjlaksdfjlkjdfslkjalsdkfjlasdkfj alsdkjflskdfj sdfklj&lt;/p&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</pre>
</div>
</details>
</div>
<div id="md-metadata" class="tab-content">
<h3>Extracted Metadata</h3>
<h4>Nostr Links (5)</h4>
<div class="list-item">
<strong>naddr</strong>: <code>naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l</code>
- nostr:naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l
</div>
<div class="list-item">
<strong>npub</strong>: <code>npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z</code>
- nostr:npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z
</div>
<div class="list-item">
<strong>nevent</strong>: <code>nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj</code>
- nostr:nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj
</div>
<div class="list-item">
<strong>nprofile</strong>: <code>nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh</code>
- nostr:nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh
</div>
<div class="list-item">
<strong>note</strong>: <code>note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg</code>
- nostr:note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg
</div>
<h4>Wikilinks (2)</h4>
<div class="list-item">
<code>[[NKBIP-01|Specification]]</code> → dtag: <code>nkbip-01</code>
(display: Specification)
</div>
<div class="list-item">
<code>[[mirepoix]]</code> → dtag: <code>mirepoix</code>
(display: mirepoix)
</div>
<h4>Hashtags (3)</h4>
<div class="list-item">
<code>#testhashtag</code>
</div>
<div class="list-item">
<code>#inlinehashtag</code>
</div>
<div class="list-item">
<code>#bullet</code>
</div>
<h4>Links (18)</h4>
<div class="list-item">
<a href="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html" target="_blank">Welt Online link</a>
<span class="warning-badge">External</span>
</div>
<div class="list-item">
<a href="https://theforest.nostr1.com" target="_blank">wss://theforest.nostr1.com</a>
<span class="warning-badge">External</span>
</div>
<div class="list-item">
<a href="https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png" target="_blank">test image</a>
<span class="warning-badge">External</span>
</div>
<div class="list-item">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png" target="_blank">![Youtube link with pic</a>
<span class="warning-badge">External</span>
</div>
<div class="list-item">
<a href="#bullet-lists" target="_blank">Link to bullet list section</a>
<span class="warning-badge">External</span>
</div>
<div class="list-item">
<a href=" www.example.com
this shouild be a hyperlink to the http URL with the same address, so wss://theforest.nostr1.com should render like " target="_blank">wss://theforest.nostr1.com</a>
<span class="warning-badge">External</span>
</div>
<div class="list-item">
<a href="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html)" target="_blank">https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html)</a>
<span class="warning-badge">External</span>
</div>
<div class="list-item">
<a href="http://www.example.com`" target="_blank">http://www.example.com`</a>
<span class="warning-badge">External</span>
</div>
<div class="list-item">
<a href="https://theforest.nostr1.com)" target="_blank">https://theforest.nostr1.com)</a>
<span class="warning-badge">External</span>
</div>
<div class="list-item">
<a href="https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png)" target="_blank">https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png)</a>
<span class="warning-badge">External</span>
</div>
<div class="list-item">
<a href="https://youtube.com/shorts/ZWfvChb-i0w" target="_blank">https://youtube.com/shorts/ZWfvChb-i0w</a>
<span class="warning-badge">External</span>
</div>
<div class="list-item">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png)](https://youtube.com/shorts/ZWfvChb-i0w)" target="_blank">https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png)](https://youtube.com/shorts/ZWfvChb-i0w)</a>
<span class="warning-badge">External</span>
</div>
<div class="list-item">
<a href="https://open.spotify.com/episode/1GSZFA8vWltPyxYkArdRKx?si=bq6-az28TcuP596feTkRFQ" target="_blank">https://open.spotify.com/episode/1GSZFA8vWltPyxYkArdRKx?si=bq6-az28TcuP596feTkRFQ</a>
<span class="warning-badge">External</span>
</div>
<div class="list-item">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png)](https://open.spotify.com/episode/1GSZFA8vWltPyxYkArdRKx?si=bq6-az28TcuP596feTkRFQ)" target="_blank">https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png)](https://open.spotify.com/episode/1GSZFA8vWltPyxYkArdRKx?si=bq6-az28TcuP596feTkRFQ)</a>
<span class="warning-badge">External</span>
</div>
<div class="list-item">
<a href="https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3" target="_blank">https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3</a>
<span class="warning-badge">External</span>
</div>
<div class="list-item">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png)](https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3)" target="_blank">https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png)](https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3)</a>
<span class="warning-badge">External</span>
</div>
<div class="list-item">
<a href="https://v.nostr.build/MTjaYib4upQuf8zn.mp4" target="_blank">https://v.nostr.build/MTjaYib4upQuf8zn.mp4</a>
<span class="warning-badge">External</span>
</div>
<div class="list-item">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png)](https://v.nostr.build/MTjaYib4upQuf8zn.mp4)" target="_blank">https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png)](https://v.nostr.build/MTjaYib4upQuf8zn.mp4)</a>
<span class="warning-badge">External</span>
</div>
<h4>Media URLs (3)</h4>
<div class="list-item">
<a href="https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png" target="_blank">https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png</a>
</div>
<div class="list-item">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png" target="_blank">https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png</a>
</div>
<div class="list-item">
<a href="https://v.nostr.build/MTjaYib4upQuf8zn.mp4" target="_blank">https://v.nostr.build/MTjaYib4upQuf8zn.mp4</a>
</div>
<h4>Table of Contents</h4>
<div class="rendered-output">
<ul class="sectlevel1">
<li><a href="#bullet-list">Bullet list</a></li>
<li><a href="#headers">Headers</a>
<ul class="sectlevel2">
<li><a href="#third-level-header">Third-level header</a>
<ul class="sectlevel3">
<li><a href="#fourth-level-header">Fourth-level header</a>
<ul class="sectlevel4">
<li><a href="#fifth-level-header">Fifth-level header</a>
<ul class="sectlevel5">
<li><a href="#sixth-level-header">Sixth-level header</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li><a href="#media-and-links">Media and Links</a>
<ul class="sectlevel2">
<li><a href="#nostr-address">Nostr address</a></li>
<li><a href="#hashtag">Hashtag</a></li>
<li><a href="#wikilinks">Wikilinks</a></li>
<li><a href="#url">URL</a></li>
<li><a href="#images">Images</a></li>
<li><a href="#media">Media</a>
<ul class="sectlevel3">
<li><a href="#youtube">YouTube</a></li>
<li><a href="#spotify">Spotify</a></li>
<li><a href="#audio">Audio</a></li>
<li><a href="#video">Video</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#tables">Tables</a>
<ul class="sectlevel2">
<li><a href="#orderly">Orderly</a></li>
<li><a href="#unorderly">Unorderly</a></li>
<li><a href="#with-alignment">With alignment</a></li>
</ul>
</li>
<li><a href="#code-blocks">Code blocks</a>
<ul class="sectlevel2">
<li><a href="#json">json</a></li>
<li><a href="#typescript">typescript</a></li>
<li><a href="#shell">shell</a></li>
<li><a href="#latex">LaTeX</a></li>
<li><a href="#abc-notation">ABC Notation</a></li>
</ul>
</li>
<li><a href="#latex-2">LateX</a>
<ul class="sectlevel2">
<li><a href="#latex-in-inline-code">LaTex in inline-code</a></li>
</ul>
</li>
<li><a href="#latex-outside-of-code">LaTex outside of code</a></li>
<li><a href="#footnotes">Footnotes</a></li>
<li><a href="#anchor-links">Anchor links</a></li>
<li><a href="#formatting">Formatting</a>
<ul class="sectlevel2">
<li><a href="#strikethrough">Strikethrough</a></li>
<li><a href="#bold">Bold</a></li>
<li><a href="#italic">Italic</a></li>
<li><a href="#task-list">Task List</a></li>
<li><a href="#emoji-shortcodes">Emoji shortcodes</a></li>
<li><a href="#marking-and-highlighting-text">Marking and highlighting text</a></li>
<li><a href="#subscript-and-superscript">Subscript and Superscript</a></li>
<li><a href="#delimiter">Delimiter</a></li>
<li><a href="#quotes">Quotes</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<!-- AsciiDoc Section -->
<div class="section">
<h2>AsciiDoc Document Test <span class="success-badge">✓ Parsed</span></h2>
<div class="tabs">
<button class="tab active" onclick="showTab('ad-overview')">Overview</button>
<button class="tab" onclick="showTab('ad-original')">Original Content</button>
<button class="tab" onclick="showTab('ad-rendered')">Rendered Output</button>
<button class="tab" onclick="showTab('ad-metadata')">Metadata</button>
</div>
<div id="ad-overview" class="tab-content active">
<div class="stats">
<div class="stat-card">
<div class="number">5</div>
<div class="label">Nostr Links</div>
</div>
<div class="stat-card">
<div class="number">2</div>
<div class="label">Wikilinks</div>
</div>
<div class="stat-card">
<div class="number">4</div>
<div class="label">Hashtags</div>
</div>
<div class="stat-card">
<div class="number">15</div>
<div class="label">Links</div>
</div>
<div class="stat-card">
<div class="number">2</div>
<div class="label">Media URLs</div>
</div>
<div class="stat-card">
<div class="number">Yes</div>
<div class="label">Has LaTeX</div>
</div>
<div class="stat-card">
<div class="number">No</div>
<div class="label">Has Music</div>
</div>
</div>
<h3>Frontmatter</h3>
<div class="metadata-grid">
<div class="metadata-item">
<strong>title</strong>
<code>&quot;AsciiDoc Test Document&quot;</code>
</div>
<div class="metadata-item">
<strong>author</strong>
<code>&quot;Kismet Lee&quot;</code>
</div>
<div class="metadata-item">
<strong>description</strong>
<code>&quot;Test description&quot;</code>
</div>
<div class="metadata-item">
<strong>date</strong>
<code>&quot;2021-10-31&quot;</code>
</div>
<div class="metadata-item">
<strong>version</strong>
<code>&quot;2.9&quot;</code>
</div>
<div class="metadata-item">
<strong>status</strong>
<code>&quot;Draft&quot;</code>
</div>
<div class="metadata-item">
<strong>keywords</strong>
<code>&quot;AsciiDoc, Test, Document&quot;</code>
</div>
<div class="metadata-item">
<strong>category</strong>
<code>&quot;Test&quot;</code>
</div>
<div class="metadata-item">
<strong>language</strong>
<code>&quot;English&quot;</code>
</div>
</div>
</div>
<div id="ad-original" class="tab-content">
<h3>Original AsciiDoc Content</h3>
<div class="code-block">
<pre>= AsciiDoc Test Document
Kismet Lee
2.9, October 31, 2021: Fall incarnation
:description: Test description
:author: Kismet Lee
:date: 2021-10-31
:version: 2.9
:status: Draft
:keywords: AsciiDoc, Test, Document
:category: Test
:language: English
== Bullet list
This is a test unordered list with mixed bullets:
* First item with a number 2. in it
* Second item
* Third item
** Indented item
** Indented item
* Fourth item
Another unordered list:
* 1st item
* 2nd item
* third item containing _italic_ text
** indented item
** second indented item
* fourth item
This is a test ordered list with indented items:
. First item
. Second item
. Third item
.. Indented item
.. Indented item
. Fourth item
Ordered list where everything has no number:
. First item
. Second item
. Third item
. Fourth item
This is a mixed list with indented items:
. First item
. Second item
. Third item
* Indented item
* Indented item
. Fourth item
This is another mixed list with indented items:
* First item
* Second item
* Third item
. Indented item
. Indented item
* Fourth item
== Headers
=== Third-level header
==== Fourth-level header
===== Fifth-level header
====== Sixth-level header
== Media and Links
=== Nostr address
This should be ignored and rendered as plaintext: naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l
This is also plaintext:
npub1gv069u6q7zkl393ad47xutpqmyfj0rrfrlnqnlfc2ld38k8nnl4st9wa6q
These should be turned into links:
nostr:naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l
nostr:npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z
nostr:nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj
nostr:nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh
nostr:note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg
=== Hashtag
#testhashtag at the start of the line and #inlinehashtag in the middle
=== Wikilinks
[[NKBIP-01|Specification]] and [[mirepoix]]
=== URL
https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html
link:https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html[Welt Online link]
this should render as plaintext: `http://www.example.com`
this should be a hyperlink: www.example.com
this should be a hyperlink to the http URL with the same address, so wss://theforest.nostr1.com should render like link:wss://theforest.nostr1.com[https://theforest.nostr1.com]
=== Images
https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png
image::https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png[test image, width=100%]
=== Media
==== YouTube
https://youtube.com/shorts/ZWfvChb-i0w
link:https://youtube.com/shorts/ZWfvChb-i0w[image:https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png[Youtube link with pic]]
==== Spotify
https://open.spotify.com/episode/1GSZFA8vWltPyxYkArdRKx?si=bq6-az28TcuP596feTkRFQ
link:https://open.spotify.com/episode/1GSZFA8vWltPyxYkArdRKx?si=bq6-az28TcuP596feTkRFQ[image:https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png[Spotify link with pic]]
==== Audio
https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3
link:https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3[image:https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png[Audio link with pic]]
==== Video
https://v.nostr.build/MTjaYib4upQuf8zn.mp4
link:https://v.nostr.build/MTjaYib4upQuf8zn.mp4[image:https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png[Video link with pic]]
== Tables
=== Orderly
[cols=&quot;1,2&quot;]
|===
|Syntax|Description
|Header|Title
|Paragraph|Text
|===
=== Unorderly
[cols=&quot;1,2&quot;]
|===
|Syntax|Description
|Header|Title
|Paragraph|Text
|===
=== With alignment
[cols=&quot;&lt;,^,&gt;&quot;]
|===
|Syntax|Description|Test Text
|Header|Title|Here&#039;s this
|Paragraph|Text|And more
|===
== Code blocks
=== json
[source,json]
----
{
&quot;id&quot;: &quot;&lt;event_id&gt;&quot;,
&quot;pubkey&quot;: &quot;&lt;event_originator_pubkey&gt;&quot;,
&quot;created_at&quot;: 1725087283,
&quot;kind&quot;: 30040,
&quot;tags&quot;: [
[&quot;d&quot;, &quot;aesop&#039;s-fables-by-aesop&quot;],
[&quot;title&quot;, &quot;Aesop&#039;s Fables&quot;],
[&quot;author&quot;, &quot;Aesop&quot;],
],
&quot;sig&quot;: &quot;&lt;event_signature&gt;&quot;
}
----
=== typescript
[source,typescript]
----
/**
* Get Nostr identifier type
*/
function getNostrType(id: string): &#039;npub&#039; | &#039;nprofile&#039; | &#039;nevent&#039; | &#039;naddr&#039; | &#039;note&#039; | null {
if (id.startsWith(&#039;npub&#039;)) return &#039;npub&#039;;
if (id.startsWith(&#039;nprofile&#039;)) return &#039;nprofile&#039;;
if (id.startsWith(&#039;nevent&#039;)) return &#039;nevent&#039;;
if (id.startsWith(&#039;naddr&#039;)) return &#039;naddr&#039;;
if (id.startsWith(&#039;note&#039;)) return &#039;note&#039;;
return null;
}
----
=== shell
[source,shell]
----
mkdir new_directory
cp source.txt destination.txt
----
=== LaTeX
[source,latex]
----
$$
M =
\begin{bmatrix}
\frac{5}{6} &amp; \frac{1}{6} &amp; 0 \\[0.3em]
\frac{5}{6} &amp; 0 &amp; \frac{1}{6} \\[0.3em]
0 &amp; \frac{5}{6} &amp; \frac{1}{6}
\end{bmatrix}
$$
----
[source,latex]
----
$$
f(x)=
\begin{cases}
1/d_{ij} &amp; \quad \text{when $d_{ij} \leq 160$}\\
0 &amp; \quad \text{otherwise}
\end{cases}
$$
----
=== ABC Notation
[source,abc]
----
X:1
T:Ohne Titel
C:Aufgezeichnet 1784
A:Seibis nahe Lichtenberg in Oberfranken
S:Handschrift, bezeichnet und datiert: &quot;Heinrich Nicol Philipp zu Seibis den 30 Junius 1784&quot;
M:4/4
L:1/4
K:D
dd d2 | ee e2 | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
|:\
fg ad | cB cA | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
----
=== PlantUML
[source,plantuml]
----
@startuml
Alice -&gt; Bob: Authentication Request
Bob --&gt; Alice: Authentication Response
@enduml
----
=== BPMN
[source,plantuml]
----
@startbpmn
start
:Task 1;
:Task 2;
stop
@endbpmn
----
== LaTeX
=== LaTeX in inline-code
`$[ x^n + y^n = z^n \]$` and `$[\sqrt{x^2+1}\]$` and `$\color{blue}{X \sim Normal \; (\mu,\sigma^2)}$`
== LaTeX outside of code
This is a latex code block $$\mathbb{N} = \{ a \in \mathbb{Z} : a &gt; 0 \}$$ and another that is an inline latex $\color{green}{X \sim Normal \; (\mu,\sigma^2)}$ and should be green
== Footnotes
Here&#039;s a simple footnote,footnote:[This is the first footnote.] and here&#039;s a longer one.footnote:[Here&#039;s one with multiple paragraphs and code.]
== Anchor links
&lt;&lt;bullet-list,Link to bullet list section&gt;&gt;
== Formatting
=== Strikethrough
[line-through]#The world is flat.# We now know that the world is round. This should not be ~struck~ through.
=== Bold
This is *bold* text. So is this *bold* text.
=== Italic
This is _italic_ text. So is this _italic_ text.
=== Task List
* [x] Write the press release
* [ ] Update the website
* [ ] Contact the media
=== Emoji shortcodes
Gone camping! :tent: Be back soon.
That is so funny! :joy:
=== Marking and highlighting text
I need to highlight these [highlight]#very important words#.
=== Subscript and Superscript
H~2~O
X^2^
=== Delimiter
based upon a -
&#039;&#039;&#039;
based upon a *
&#039;&#039;&#039;
=== Quotes
[quote]
____
This is a single line blockequote sdfjsdlfkjasldkfjsdölfkjsdlfkjsadlöfkjsdlöfkjsadölfkjsdlf kjsldfkjsdalkjslkdfjlöskdfjlösdkjfsldkfjsöldkfjlösdkfjalsd kfjlsdkfjlödkfjlaksdfjlkjdfslkjalsdkfjlasdkfj alsdkjflskdfj sdfklj
____
[quote]
____
This is a multi line blockequote sdfjsdlfkjasldkfjsdölfkjsdlfkjsadlöfkjsdlöfkjsadölfkjsdlf kjsldfkjsdalkjslkdfjlöskdfjlösdkjfsldkfjsöldkfjlösdkfjalsd kfjlsdkfjlödkfjlaksdfjlkjdfslkjalsdkfjlasdkfj alsdkjflskdfj sdfklj
This is a multi line blockequote sdfjsdlfkjasldkfjsdölfkjsdlfkjsadlöfkjsdlöfkjsadölfkjsdlf kjsldfkjsdalkjslkdfjlöskdfjlösdkjfsldkfjsöldkfjlösdkfjalsd kfjlsdkfjlödkfjlaksdfjlkjdfslkjalsdkfjlasdkfj alsdkjflskdfj sdfklj
This is a multi line blockequote sdfjsdlfkjasldkfjsdölfkjsdlfkjsadlöfkjsdlöfkjsadölfkjsdlf kjsldfkjsdalkjslkdfjlöskdfjlösdkjfsldkfjsöldkfjlösdkfjalsd kfjlsdkfjlödkfjlaksdfjlkjdfslkjalsdkfjlasdkfj alsdkjflskdfj sdfklj
This is a multi line blockequote sdfjsdlfkjasldkfjsdölfkjsdlfkjsadlöfkjsdlöfkjsadölfkjsdlf kjsldfkjsdalkjslkdfjlöskdfjlösdkjfsldkfjsöldkfjlösdkfjalsd kfjlsdkfjlödkfjlaksdfjlkjdfslkjalsdkfjlasdkfj alsdkjflskdfj sdfklj
____
</pre>
</div>
</div>
<div id="ad-rendered" class="tab-content">
<h3>Rendered HTML Output</h3>
<div class="rendered-output">
<div class="sect1">
<h2 id="bullet-list"><a class="anchor" href="#bullet-list"></a><a class="link" href="#bullet-list">Bullet list</a></h2>
<div class="sectionbody">
<div class="paragraph">
<p>This is a test unordered list with mixed bullets:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>First item with a number 2. in it</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
<div class="ulist">
<ul>
<li>
<p>Indented item</p>
</li>
<li>
<p>Indented item</p>
</li>
</ul>
</div>
</li>
<li>
<p>Fourth item</p>
</li>
</ul>
</div>
<div class="paragraph">
<p>Another unordered list:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>1st item</p>
</li>
<li>
<p>2nd item</p>
</li>
<li>
<p>third item containing <em>italic</em> text</p>
<div class="ulist">
<ul>
<li>
<p>indented item</p>
</li>
<li>
<p>second indented item</p>
</li>
</ul>
</div>
</li>
<li>
<p>fourth item</p>
</li>
</ul>
</div>
<div class="paragraph">
<p>This is a test ordered list with indented items:</p>
</div>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>First item</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
<div class="olist loweralpha">
<ol class="loweralpha" type="a">
<li>
<p>Indented item</p>
</li>
<li>
<p>Indented item</p>
</li>
</ol>
</div>
</li>
<li>
<p>Fourth item</p>
</li>
</ol>
</div>
<div class="paragraph">
<p>Ordered list where everything has no number:</p>
</div>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>First item</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
</li>
<li>
<p>Fourth item</p>
</li>
</ol>
</div>
<div class="paragraph">
<p>This is a mixed list with indented items:</p>
</div>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>First item</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
<div class="ulist">
<ul>
<li>
<p>Indented item</p>
</li>
<li>
<p>Indented item</p>
</li>
</ul>
</div>
</li>
<li>
<p>Fourth item</p>
</li>
</ol>
</div>
<div class="paragraph">
<p>This is another mixed list with indented items:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>First item</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>Indented item</p>
</li>
<li>
<p>Indented item</p>
</li>
</ol>
</div>
</li>
<li>
<p>Fourth item</p>
</li>
</ul>
</div>
</div>
</div>
<div class="sect1">
<h2 id="headers"><a class="anchor" href="#headers"></a><a class="link" href="#headers">Headers</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="third-level-header"><a class="anchor" href="#third-level-header"></a><a class="link" href="#third-level-header">Third-level header</a></h3>
<div class="sect3">
<h4 id="fourth-level-header"><a class="anchor" href="#fourth-level-header"></a><a class="link" href="#fourth-level-header">Fourth-level header</a></h4>
<div class="sect4">
<h5 id="fifth-level-header"><a class="anchor" href="#fifth-level-header"></a><a class="link" href="#fifth-level-header">Fifth-level header</a></h5>
<div class="sect5">
<h6 id="sixth-level-header"><a class="anchor" href="#sixth-level-header"></a><a class="link" href="#sixth-level-header">Sixth-level header</a></h6>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="media-and-links"><a class="anchor" href="#media-and-links"></a><a class="link" href="#media-and-links">Media and Links</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="nostr-address"><a class="anchor" href="#nostr-address"></a><a class="link" href="#nostr-address">Nostr address</a></h3>
<div class="paragraph">
<p>This should be ignored and rendered as plaintext: naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l</p>
</div>
<div class="paragraph">
<p>This is also plaintext:</p>
</div>
<div class="paragraph">
<p>npub1gv069u6q7zkl393ad47xutpqmyfj0rrfrlnqnlfc2ld38k8nnl4st9wa6q</p>
</div>
<div class="paragraph">
<p>These should be turned into links:</p>
</div>
<div class="paragraph">
<p><a href="nostr:naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l">naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z">npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj">nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh">nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg">note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg</a></p>
</div>
</div>
<div class="sect2">
<h3 id="hashtag"><a class="anchor" href="#hashtag"></a><a class="link" href="#hashtag">Hashtag</a></h3>
<div class="paragraph">
<p><a class="hashtag-link text-primary-600 dark:text-primary-500 hover:underline" data-topic="testhashtag" data-url="/notes?t=testhashtag" href="/notes?t=testhashtag">#testhashtag</a> at the start of the line and <a class="hashtag-link text-primary-600 dark:text-primary-500 hover:underline" data-topic="inlinehashtag" data-url="/notes?t=inlinehashtag" href="/notes?t=inlinehashtag">#inlinehashtag</a> in the middle</p>
</div>
</div>
<div class="sect2">
<h3 id="wikilinks"><a class="anchor" href="#wikilinks"></a><a class="link" href="#wikilinks">Wikilinks</a></h3>
<div class="paragraph">
<p><a class="wikilink text-primary-600 dark:text-primary-500 hover:underline" data-dtag="nkbip-01" data-url="/events?d=nkbip-01" href="/events?d=nkbip-01">Specification</a> and <a class="wikilink text-primary-600 dark:text-primary-500 hover:underline" data-dtag="mirepoix" data-url="/events?d=mirepoix" href="/events?d=mirepoix">mirepoix</a></p>
</div>
</div>
<div class="sect2">
<h3 id="url"><a class="anchor" href="#url"></a><a class="link" href="#url">URL</a></h3>
<div class="paragraph">
<p><span class="opengraph-link-container" data-og-url="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html">
<a href="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span></p>
</div>
<div class="paragraph">
<p><span class="opengraph-link-container" data-og-url="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html">
<a href="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span>[Welt Online link]</p>
</div>
<div class="paragraph">
<p>this should render as plaintext: <code>http://www.example.com</code></p>
</div>
<div class="paragraph">
<p>this should be a hyperlink: www.example.com</p>
</div>
<div class="paragraph">
<p>this should be a hyperlink to the http URL with the same address, so <a href="https://theforest.nostr1.com/" target="_blank" rel="noopener noreferrer">wss://theforest.nostr1.com</a> should render like <a href="https://theforest.nostr1.com"https://theforest.nostr1.com" target="_blank" rel="noopener noreferrer">wss://theforest.nostr1.com<a href="https://theforest.nostr1.com" target="_blank" rel="noreferrer noopener" class="break-words inline-flex items-baseline gap-1">width=100%&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;imageblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;img src=&quot;image::https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png&quot; alt=&quot;https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>[width=100%][test image" width="100%">
</div>
</div>
</div>
<div class="sect2">
<h3 id="media"><a class="anchor" href="#media"></a><a class="link" href="#media">Media</a></h3>
<div class="sect3">
<h4 id="youtube"><a class="anchor" href="#youtube"></a><a class="link" href="#youtube">YouTube</a></h4>
<div class="paragraph">
<p><a href="https://youtube.com/shorts/ZWfvChb-i0w" target="_blank" rel="noopener noreferrer">https://youtube.com/shorts/ZWfvChb-i0w</a></p>
</div>
<div class="paragraph">
<p><a href="https://youtube.com/shorts/ZWfvChb-i0w" target="_blank" rel="noopener noreferrer">https://youtube.com/shorts/ZWfvChb-i0w</a>[<span class="image"><img src="image::<span class="opengraph-link-container max-w-[400px] object-contain cursor-zoom-in" data-og-url="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" data-asciidoc-image="true" data-image-index="0" data-image-src="image::<span class=">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">Youtube link with pic <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg> <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span>]</p>
</div>
</div>
<div class="sect3">
<h4 id="spotify"><a class="anchor" href="#spotify"></a><a class="link" href="#spotify">Spotify</a></h4>
<div class="paragraph">
<p><div class="media-embed spotify-embed" style="margin: 1rem 0;">
<iframe
style="border-radius: 12px; width: 100%; max-width: 100%;"
src="https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator"
width="100%"
height="352"
frameborder="0"
allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy">
</iframe>
</div></p>
</div>
<div class="paragraph">
<p><a href="<div class="media-embed spotify-embed" style="margin: 1rem 0;">
<iframe
style="border-radius: 12px; width: 100%; max-width: 100%;"
src="https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator"
width="100%"
height="352"
frameborder="0"
allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy">
</iframe>
</div>"><span class="image"><img src="image::<span class="opengraph-link-container max-w-[400px] object-contain cursor-zoom-in" data-og-url="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" data-asciidoc-image="true" data-image-index="0" data-image-src="image::<span class=">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">Spotify link with pic&lt;/a&gt; <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg> <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span></p>
</div>
</div>
<div class="sect3">
<h4 id="audio"><a class="anchor" href="#audio"></a><a class="link" href="#audio">Audio</a></h4>
<div class="paragraph">
<p>MEDIA:audio:<a href="https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3" target="_blank" rel="noopener noreferrer">https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3</a></p>
</div>
<div class="paragraph">
<p>link:MEDIA:audio:<a href="https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3" target="_blank" rel="noopener noreferrer">https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3</a>[<span class="image"><img src="image::<span class="opengraph-link-container max-w-[400px] object-contain cursor-zoom-in" data-og-url="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" data-asciidoc-image="true" data-image-index="0" data-image-src="image::<span class=">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">Audio link with pic <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg> <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span>]</p>
</div>
</div>
<div class="sect3">
<h4 id="video"><a class="anchor" href="#video"></a><a class="link" href="#video">Video</a></h4>
<div class="paragraph">
<p>MEDIA:video:<a href="https://v.nostr.build/MTjaYib4upQuf8zn.mp4" target="_blank" rel="noopener noreferrer">https://v.nostr.build/MTjaYib4upQuf8zn.mp4</a></p>
</div>
<div class="paragraph">
<p>link:MEDIA:video:<a href="https://v.nostr.build/MTjaYib4upQuf8zn.mp4" target="_blank" rel="noopener noreferrer">https://v.nostr.build/MTjaYib4upQuf8zn.mp4</a>[<span class="image"><img src="image::<span class="opengraph-link-container max-w-[400px] object-contain cursor-zoom-in" data-og-url="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" data-asciidoc-image="true" data-image-index="0" data-image-src="image::<span class=">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">Video link with pic <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg> <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span>]</p>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="tables"><a class="anchor" href="#tables"></a><a class="link" href="#tables">Tables</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="orderly"><a class="anchor" href="#orderly"></a><a class="link" href="#orderly">Orderly</a></h3>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
<col style="width: 33.3333%;">
<col style="width: 66.6667%;">
</colgroup>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Syntax</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Description</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Header</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Title</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Paragraph</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Text</p></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="unorderly"><a class="anchor" href="#unorderly"></a><a class="link" href="#unorderly">Unorderly</a></h3>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
<col style="width: 33.3333%;">
<col style="width: 66.6667%;">
</colgroup>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Syntax</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Description</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Header</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Title</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Paragraph</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Text</p></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="with-alignment"><a class="anchor" href="#with-alignment"></a><a class="link" href="#with-alignment">With alignment</a></h3>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
<col style="width: 33.3333%;">
<col style="width: 33.3333%;">
<col style="width: 33.3334%;">
</colgroup>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Syntax</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Description</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">Test Text</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Header</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Title</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">Here_s this</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Paragraph</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Text</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">And more</p></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="sect1">
<h2 id="code-blocks"><a class="anchor" href="#code-blocks"></a><a class="link" href="#code-blocks">Code blocks</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="json"><a class="anchor" href="#json"></a><a class="link" href="#json">json</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
{
"id": "&lt;event_id&gt;",
"pubkey": "&lt;event_originator_pubkey&gt;",
"created_at": 1725087283,
"kind": 30040,
"tags": [
["d", "aesop_s-fables-by-aesop"],
["title", "Aesop_s Fables"],
["author", "Aesop"],
],
"sig": "&lt;event_signature&gt;"
}
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="typescript"><a class="anchor" href="#typescript"></a><a class="link" href="#typescript">typescript</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
/**
* Get Nostr identifier type
*/
function getNostrType(id: string): _npub_ | _nprofile_ | _nevent_ | _naddr_ | _note_ | null {
if (id.startsWith(_npub_)) return _npub_;
if (id.startsWith(_nprofile_)) return _nprofile_;
if (id.startsWith(_nevent_)) return _nevent_;
if (id.startsWith(_naddr_)) return _naddr_;
if (id.startsWith(_note_)) return _note_;
return null;
}
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="shell"><a class="anchor" href="#shell"></a><a class="link" href="#shell">shell</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''</code></pre>
</div>
</div>
<div class="paragraph">
<p>mkdir new_directory
cp source.txt destination.txt</p>
</div>
<hr>
</div>
<div class="sect2">
<h3 id="latex"><a class="anchor" href="#latex"></a><a class="link" href="#latex">LaTeX</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
$
M =
\begin{bmatrix}
\frac{5}{6} &amp; \frac{1}{6} &amp; 0 \\[0.3em]
\frac{5}{6} &amp; 0 &amp; \frac{1}{6} \\[0.3em]
0 &amp; \frac{5}{6} &amp; \frac{1}{6}
\end{bmatrix}
$
'''</code></pre>
</div>
</div>
<div class="listingblock">
<div class="content">
<pre><code>'''
$
f(x)=
\begin{cases}
1/d_{ij} &amp; \quad \text{when $d_{ij} \leq 160$}\\
0 &amp; \quad \text{otherwise}
\end{cases}
$
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="abc-notation"><a class="anchor" href="#abc-notation"></a><a class="link" href="#abc-notation">ABC Notation</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
X:1
T:Ohne Titel
C:Aufgezeichnet 1784
A:Seibis nahe Lichtenberg in Oberfranken
S:Handschrift, bezeichnet und datiert: "Heinrich Nicol Philipp zu Seibis den 30 Junius 1784"
M:4/4
L:1/4
K:D
dd d2 | ee e2 | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
|:\
fg ad | cB cA | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="plantuml"><a class="anchor" href="#plantuml"></a><a class="link" href="#plantuml">PlantUML</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
@startuml
Alice -&gt; Bob: Authentication Request
Bob --&gt; Alice: Authentication Response
@enduml
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="bpmn"><a class="anchor" href="#bpmn"></a><a class="link" href="#bpmn">BPMN</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
@startbpmn
start
:Task 1;
:Task 2;
stop
@endbpmn
'''</code></pre>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="latex-2"><a class="anchor" href="#latex-2"></a><a class="link" href="#latex-2">LaTeX</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="latex-in-inline-code"><a class="anchor" href="#latex-in-inline-code"></a><a class="link" href="#latex-in-inline-code">LaTeX in inline-code</a></h3>
<div class="paragraph">
<p>`$[ x^n + y^n = z^n \]== Bullet list</p>
</div>
<div class="paragraph">
<p>This is a test unordered list with mixed bullets:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>First item with a number 2. in it</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
<div class="ulist">
<ul>
<li>
<p>Indented item</p>
</li>
<li>
<p>Indented item</p>
</li>
</ul>
</div>
</li>
<li>
<p>Fourth item</p>
</li>
</ul>
</div>
<div class="paragraph">
<p>Another unordered list:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>1st item</p>
</li>
<li>
<p>2nd item</p>
</li>
<li>
<p>third item containing <em>italic</em> text</p>
<div class="ulist">
<ul>
<li>
<p>indented item</p>
</li>
<li>
<p>second indented item</p>
</li>
</ul>
</div>
</li>
<li>
<p>fourth item</p>
</li>
</ul>
</div>
<div class="paragraph">
<p>This is a test ordered list with indented items:</p>
</div>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>First item</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
<div class="olist loweralpha">
<ol class="loweralpha" type="a">
<li>
<p>Indented item</p>
</li>
<li>
<p>Indented item</p>
</li>
</ol>
</div>
</li>
<li>
<p>Fourth item</p>
</li>
</ol>
</div>
<div class="paragraph">
<p>Ordered list where everything has no number:</p>
</div>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>First item</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
</li>
<li>
<p>Fourth item</p>
</li>
</ol>
</div>
<div class="paragraph">
<p>This is a mixed list with indented items:</p>
</div>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>First item</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
<div class="ulist">
<ul>
<li>
<p>Indented item</p>
</li>
<li>
<p>Indented item</p>
</li>
</ul>
</div>
</li>
<li>
<p>Fourth item</p>
</li>
</ol>
</div>
<div class="paragraph">
<p>This is another mixed list with indented items:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>First item</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>Indented item</p>
</li>
<li>
<p>Indented item</p>
</li>
</ol>
</div>
</li>
<li>
<p>Fourth item</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="headers-2"><a class="anchor" href="#headers-2"></a><a class="link" href="#headers-2">Headers</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="third-level-header-2"><a class="anchor" href="#third-level-header-2"></a><a class="link" href="#third-level-header-2">Third-level header</a></h3>
<div class="sect3">
<h4 id="fourth-level-header-2"><a class="anchor" href="#fourth-level-header-2"></a><a class="link" href="#fourth-level-header-2">Fourth-level header</a></h4>
<div class="sect4">
<h5 id="fifth-level-header-2"><a class="anchor" href="#fifth-level-header-2"></a><a class="link" href="#fifth-level-header-2">Fifth-level header</a></h5>
<div class="sect5">
<h6 id="sixth-level-header-2"><a class="anchor" href="#sixth-level-header-2"></a><a class="link" href="#sixth-level-header-2">Sixth-level header</a></h6>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="media-and-links-2"><a class="anchor" href="#media-and-links-2"></a><a class="link" href="#media-and-links-2">Media and Links</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="nostr-address-2"><a class="anchor" href="#nostr-address-2"></a><a class="link" href="#nostr-address-2">Nostr address</a></h3>
<div class="paragraph">
<p>This should be ignored and rendered as plaintext: naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l</p>
</div>
<div class="paragraph">
<p>This is also plaintext:</p>
</div>
<div class="paragraph">
<p>npub1gv069u6q7zkl393ad47xutpqmyfj0rrfrlnqnlfc2ld38k8nnl4st9wa6q</p>
</div>
<div class="paragraph">
<p>These should be turned into links:</p>
</div>
<div class="paragraph">
<p><a href="nostr:naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l">naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z">npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj">nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh">nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg">note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg</a></p>
</div>
</div>
<div class="sect2">
<h3 id="hashtag-2"><a class="anchor" href="#hashtag-2"></a><a class="link" href="#hashtag-2">Hashtag</a></h3>
<div class="paragraph">
<p><a class="hashtag-link text-primary-600 dark:text-primary-500 hover:underline" data-topic="testhashtag" data-url="/notes?t=testhashtag" href="/notes?t=testhashtag">#testhashtag</a> at the start of the line and <a class="hashtag-link text-primary-600 dark:text-primary-500 hover:underline" data-topic="inlinehashtag" data-url="/notes?t=inlinehashtag" href="/notes?t=inlinehashtag">#inlinehashtag</a> in the middle</p>
</div>
</div>
<div class="sect2">
<h3 id="wikilinks-2"><a class="anchor" href="#wikilinks-2"></a><a class="link" href="#wikilinks-2">Wikilinks</a></h3>
<div class="paragraph">
<p><a class="wikilink text-primary-600 dark:text-primary-500 hover:underline" data-dtag="nkbip-01" data-url="/events?d=nkbip-01" href="/events?d=nkbip-01">Specification</a> and <a class="wikilink text-primary-600 dark:text-primary-500 hover:underline" data-dtag="mirepoix" data-url="/events?d=mirepoix" href="/events?d=mirepoix">mirepoix</a></p>
</div>
</div>
<div class="sect2">
<h3 id="url-2"><a class="anchor" href="#url-2"></a><a class="link" href="#url-2">URL</a></h3>
<div class="paragraph">
<p><span class="opengraph-link-container" data-og-url="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html">
<a href="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span></p>
</div>
<div class="paragraph">
<p><span class="opengraph-link-container" data-og-url="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html">
<a href="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span>[Welt Online link]</p>
</div>
<div class="paragraph">
<p>this should render as plaintext: <code>http://www.example.com</code></p>
</div>
<div class="paragraph">
<p>this should be a hyperlink: www.example.com</p>
</div>
<div class="paragraph">
<p>this should be a hyperlink to the http URL with the same address, so <a href="https://theforest.nostr1.com/" target="_blank" rel="noopener noreferrer">wss://theforest.nostr1.com</a> should render like <a href="https://theforest.nostr1.com"https://theforest.nostr1.com" target="_blank" rel="noopener noreferrer">wss://theforest.nostr1.com<a href="https://theforest.nostr1.com" target="_blank" rel="noreferrer noopener" class="break-words inline-flex items-baseline gap-1">width=100%&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;imageblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;img src=&quot;image::https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png&quot; alt=&quot;https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>[width=100%][test image" width="100%">
</div>
</div>
</div>
<div class="sect2">
<h3 id="media-2"><a class="anchor" href="#media-2"></a><a class="link" href="#media-2">Media</a></h3>
<div class="sect3">
<h4 id="youtube-2"><a class="anchor" href="#youtube-2"></a><a class="link" href="#youtube-2">YouTube</a></h4>
<div class="paragraph">
<p><a href="https://youtube.com/shorts/ZWfvChb-i0w" target="_blank" rel="noopener noreferrer">https://youtube.com/shorts/ZWfvChb-i0w</a></p>
</div>
<div class="paragraph">
<p><a href="https://youtube.com/shorts/ZWfvChb-i0w" target="_blank" rel="noopener noreferrer">https://youtube.com/shorts/ZWfvChb-i0w</a>[<span class="image"><img src="image::<span class="opengraph-link-container max-w-[400px] object-contain cursor-zoom-in" data-og-url="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" data-asciidoc-image="true" data-image-index="0" data-image-src="image::<span class=">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">Youtube link with pic <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg> <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span>]</p>
</div>
</div>
<div class="sect3">
<h4 id="spotify-2"><a class="anchor" href="#spotify-2"></a><a class="link" href="#spotify-2">Spotify</a></h4>
<div class="paragraph">
<p><div class="media-embed spotify-embed" style="margin: 1rem 0;">
<iframe
style="border-radius: 12px; width: 100%; max-width: 100%;"
src="https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator"
width="100%"
height="352"
frameborder="0"
allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy">
</iframe>
</div></p>
</div>
<div class="paragraph">
<p><a href="<div class="media-embed spotify-embed" style="margin: 1rem 0;">
<iframe
style="border-radius: 12px; width: 100%; max-width: 100%;"
src="https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator"
width="100%"
height="352"
frameborder="0"
allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy">
</iframe>
</div>"><span class="image"><img src="image::<span class="opengraph-link-container max-w-[400px] object-contain cursor-zoom-in" data-og-url="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" data-asciidoc-image="true" data-image-index="0" data-image-src="image::<span class=">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">Spotify link with pic&lt;/a&gt; <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg> <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span></p>
</div>
</div>
<div class="sect3">
<h4 id="audio-2"><a class="anchor" href="#audio-2"></a><a class="link" href="#audio-2">Audio</a></h4>
<div class="paragraph">
<p>MEDIA:audio:<a href="https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3" target="_blank" rel="noopener noreferrer">https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3</a></p>
</div>
<div class="paragraph">
<p>link:MEDIA:audio:<a href="https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3" target="_blank" rel="noopener noreferrer">https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3</a>[<span class="image"><img src="image::<span class="opengraph-link-container max-w-[400px] object-contain cursor-zoom-in" data-og-url="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" data-asciidoc-image="true" data-image-index="0" data-image-src="image::<span class=">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">Audio link with pic <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg> <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span>]</p>
</div>
</div>
<div class="sect3">
<h4 id="video-2"><a class="anchor" href="#video-2"></a><a class="link" href="#video-2">Video</a></h4>
<div class="paragraph">
<p>MEDIA:video:<a href="https://v.nostr.build/MTjaYib4upQuf8zn.mp4" target="_blank" rel="noopener noreferrer">https://v.nostr.build/MTjaYib4upQuf8zn.mp4</a></p>
</div>
<div class="paragraph">
<p>link:MEDIA:video:<a href="https://v.nostr.build/MTjaYib4upQuf8zn.mp4" target="_blank" rel="noopener noreferrer">https://v.nostr.build/MTjaYib4upQuf8zn.mp4</a>[<span class="image"><img src="image::<span class="opengraph-link-container max-w-[400px] object-contain cursor-zoom-in" data-og-url="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" data-asciidoc-image="true" data-image-index="0" data-image-src="image::<span class=">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">Video link with pic <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg> <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span>]</p>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="tables-2"><a class="anchor" href="#tables-2"></a><a class="link" href="#tables-2">Tables</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="orderly-2"><a class="anchor" href="#orderly-2"></a><a class="link" href="#orderly-2">Orderly</a></h3>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
<col style="width: 33.3333%;">
<col style="width: 66.6667%;">
</colgroup>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Syntax</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Description</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Header</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Title</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Paragraph</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Text</p></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="unorderly-2"><a class="anchor" href="#unorderly-2"></a><a class="link" href="#unorderly-2">Unorderly</a></h3>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
<col style="width: 33.3333%;">
<col style="width: 66.6667%;">
</colgroup>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Syntax</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Description</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Header</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Title</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Paragraph</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Text</p></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="with-alignment-2"><a class="anchor" href="#with-alignment-2"></a><a class="link" href="#with-alignment-2">With alignment</a></h3>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
<col style="width: 33.3333%;">
<col style="width: 33.3333%;">
<col style="width: 33.3334%;">
</colgroup>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Syntax</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Description</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">Test Text</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Header</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Title</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">Here_s this</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Paragraph</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Text</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">And more</p></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="sect1">
<h2 id="code-blocks-2"><a class="anchor" href="#code-blocks-2"></a><a class="link" href="#code-blocks-2">Code blocks</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="json-2"><a class="anchor" href="#json-2"></a><a class="link" href="#json-2">json</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
{
"id": "&lt;event_id&gt;",
"pubkey": "&lt;event_originator_pubkey&gt;",
"created_at": 1725087283,
"kind": 30040,
"tags": [
["d", "aesop_s-fables-by-aesop"],
["title", "Aesop_s Fables"],
["author", "Aesop"],
],
"sig": "&lt;event_signature&gt;"
}
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="typescript-2"><a class="anchor" href="#typescript-2"></a><a class="link" href="#typescript-2">typescript</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
/**
* Get Nostr identifier type
*/
function getNostrType(id: string): _npub_ | _nprofile_ | _nevent_ | _naddr_ | _note_ | null {
if (id.startsWith(_npub_)) return _npub_;
if (id.startsWith(_nprofile_)) return _nprofile_;
if (id.startsWith(_nevent_)) return _nevent_;
if (id.startsWith(_naddr_)) return _naddr_;
if (id.startsWith(_note_)) return _note_;
return null;
}
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="shell-2"><a class="anchor" href="#shell-2"></a><a class="link" href="#shell-2">shell</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''</code></pre>
</div>
</div>
<div class="paragraph">
<p>mkdir new_directory
cp source.txt destination.txt</p>
</div>
<hr>
</div>
<div class="sect2">
<h3 id="latex-3"><a class="anchor" href="#latex-3"></a><a class="link" href="#latex-3">LaTeX</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
$
M =
\begin{bmatrix}
\frac{5}{6} &amp; \frac{1}{6} &amp; 0 \\[0.3em]
\frac{5}{6} &amp; 0 &amp; \frac{1}{6} \\[0.3em]
0 &amp; \frac{5}{6} &amp; \frac{1}{6}
\end{bmatrix}
$
'''</code></pre>
</div>
</div>
<div class="listingblock">
<div class="content">
<pre><code>'''
$
f(x)=
\begin{cases}
1/d_{ij} &amp; \quad \text{when $d_{ij} \leq 160$}\\
0 &amp; \quad \text{otherwise}
\end{cases}
$
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="abc-notation-2"><a class="anchor" href="#abc-notation-2"></a><a class="link" href="#abc-notation-2">ABC Notation</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
X:1
T:Ohne Titel
C:Aufgezeichnet 1784
A:Seibis nahe Lichtenberg in Oberfranken
S:Handschrift, bezeichnet und datiert: "Heinrich Nicol Philipp zu Seibis den 30 Junius 1784"
M:4/4
L:1/4
K:D
dd d2 | ee e2 | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
|:\
fg ad | cB cA | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="plantuml-2"><a class="anchor" href="#plantuml-2"></a><a class="link" href="#plantuml-2">PlantUML</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
@startuml
Alice -&gt; Bob: Authentication Request
Bob --&gt; Alice: Authentication Response
@enduml
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="bpmn-2"><a class="anchor" href="#bpmn-2"></a><a class="link" href="#bpmn-2">BPMN</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
@startbpmn
start
:Task 1;
:Task 2;
stop
@endbpmn
'''</code></pre>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="latex-4"><a class="anchor" href="#latex-4"></a><a class="link" href="#latex-4">LaTeX</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="latex-in-inline-code-2"><a class="anchor" href="#latex-in-inline-code-2"></a><a class="link" href="#latex-in-inline-code-2">LaTeX in inline-code</a></h3>
<div class="literalblock">
<div class="content">
<pre>and `$[\sqrt{x^2+1}\]== Bullet list</pre>
</div>
</div>
<div class="paragraph">
<p>This is a test unordered list with mixed bullets:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>First item with a number 2. in it</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
<div class="ulist">
<ul>
<li>
<p>Indented item</p>
</li>
<li>
<p>Indented item</p>
</li>
</ul>
</div>
</li>
<li>
<p>Fourth item</p>
</li>
</ul>
</div>
<div class="paragraph">
<p>Another unordered list:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>1st item</p>
</li>
<li>
<p>2nd item</p>
</li>
<li>
<p>third item containing <em>italic</em> text</p>
<div class="ulist">
<ul>
<li>
<p>indented item</p>
</li>
<li>
<p>second indented item</p>
</li>
</ul>
</div>
</li>
<li>
<p>fourth item</p>
</li>
</ul>
</div>
<div class="paragraph">
<p>This is a test ordered list with indented items:</p>
</div>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>First item</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
<div class="olist loweralpha">
<ol class="loweralpha" type="a">
<li>
<p>Indented item</p>
</li>
<li>
<p>Indented item</p>
</li>
</ol>
</div>
</li>
<li>
<p>Fourth item</p>
</li>
</ol>
</div>
<div class="paragraph">
<p>Ordered list where everything has no number:</p>
</div>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>First item</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
</li>
<li>
<p>Fourth item</p>
</li>
</ol>
</div>
<div class="paragraph">
<p>This is a mixed list with indented items:</p>
</div>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>First item</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
<div class="ulist">
<ul>
<li>
<p>Indented item</p>
</li>
<li>
<p>Indented item</p>
</li>
</ul>
</div>
</li>
<li>
<p>Fourth item</p>
</li>
</ol>
</div>
<div class="paragraph">
<p>This is another mixed list with indented items:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>First item</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>Indented item</p>
</li>
<li>
<p>Indented item</p>
</li>
</ol>
</div>
</li>
<li>
<p>Fourth item</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="headers-3"><a class="anchor" href="#headers-3"></a><a class="link" href="#headers-3">Headers</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="third-level-header-3"><a class="anchor" href="#third-level-header-3"></a><a class="link" href="#third-level-header-3">Third-level header</a></h3>
<div class="sect3">
<h4 id="fourth-level-header-3"><a class="anchor" href="#fourth-level-header-3"></a><a class="link" href="#fourth-level-header-3">Fourth-level header</a></h4>
<div class="sect4">
<h5 id="fifth-level-header-3"><a class="anchor" href="#fifth-level-header-3"></a><a class="link" href="#fifth-level-header-3">Fifth-level header</a></h5>
<div class="sect5">
<h6 id="sixth-level-header-3"><a class="anchor" href="#sixth-level-header-3"></a><a class="link" href="#sixth-level-header-3">Sixth-level header</a></h6>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="media-and-links-3"><a class="anchor" href="#media-and-links-3"></a><a class="link" href="#media-and-links-3">Media and Links</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="nostr-address-3"><a class="anchor" href="#nostr-address-3"></a><a class="link" href="#nostr-address-3">Nostr address</a></h3>
<div class="paragraph">
<p>This should be ignored and rendered as plaintext: naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l</p>
</div>
<div class="paragraph">
<p>This is also plaintext:</p>
</div>
<div class="paragraph">
<p>npub1gv069u6q7zkl393ad47xutpqmyfj0rrfrlnqnlfc2ld38k8nnl4st9wa6q</p>
</div>
<div class="paragraph">
<p>These should be turned into links:</p>
</div>
<div class="paragraph">
<p><a href="nostr:naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l">naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z">npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj">nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh">nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg">note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg</a></p>
</div>
</div>
<div class="sect2">
<h3 id="hashtag-3"><a class="anchor" href="#hashtag-3"></a><a class="link" href="#hashtag-3">Hashtag</a></h3>
<div class="paragraph">
<p><a class="hashtag-link text-primary-600 dark:text-primary-500 hover:underline" data-topic="testhashtag" data-url="/notes?t=testhashtag" href="/notes?t=testhashtag">#testhashtag</a> at the start of the line and <a class="hashtag-link text-primary-600 dark:text-primary-500 hover:underline" data-topic="inlinehashtag" data-url="/notes?t=inlinehashtag" href="/notes?t=inlinehashtag">#inlinehashtag</a> in the middle</p>
</div>
</div>
<div class="sect2">
<h3 id="wikilinks-3"><a class="anchor" href="#wikilinks-3"></a><a class="link" href="#wikilinks-3">Wikilinks</a></h3>
<div class="paragraph">
<p><a class="wikilink text-primary-600 dark:text-primary-500 hover:underline" data-dtag="nkbip-01" data-url="/events?d=nkbip-01" href="/events?d=nkbip-01">Specification</a> and <a class="wikilink text-primary-600 dark:text-primary-500 hover:underline" data-dtag="mirepoix" data-url="/events?d=mirepoix" href="/events?d=mirepoix">mirepoix</a></p>
</div>
</div>
<div class="sect2">
<h3 id="url-3"><a class="anchor" href="#url-3"></a><a class="link" href="#url-3">URL</a></h3>
<div class="paragraph">
<p><span class="opengraph-link-container" data-og-url="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html">
<a href="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span></p>
</div>
<div class="paragraph">
<p><span class="opengraph-link-container" data-og-url="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html">
<a href="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span>[Welt Online link]</p>
</div>
<div class="paragraph">
<p>this should render as plaintext: <code>http://www.example.com</code></p>
</div>
<div class="paragraph">
<p>this should be a hyperlink: www.example.com</p>
</div>
<div class="paragraph">
<p>this should be a hyperlink to the http URL with the same address, so <a href="https://theforest.nostr1.com/" target="_blank" rel="noopener noreferrer">wss://theforest.nostr1.com</a> should render like <a href="https://theforest.nostr1.com"https://theforest.nostr1.com" target="_blank" rel="noopener noreferrer">wss://theforest.nostr1.com<a href="https://theforest.nostr1.com" target="_blank" rel="noreferrer noopener" class="break-words inline-flex items-baseline gap-1">width=100%&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;imageblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;img src=&quot;image::https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png&quot; alt=&quot;https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>[width=100%][test image" width="100%">
</div>
</div>
</div>
<div class="sect2">
<h3 id="media-3"><a class="anchor" href="#media-3"></a><a class="link" href="#media-3">Media</a></h3>
<div class="sect3">
<h4 id="youtube-3"><a class="anchor" href="#youtube-3"></a><a class="link" href="#youtube-3">YouTube</a></h4>
<div class="paragraph">
<p><a href="https://youtube.com/shorts/ZWfvChb-i0w" target="_blank" rel="noopener noreferrer">https://youtube.com/shorts/ZWfvChb-i0w</a></p>
</div>
<div class="paragraph">
<p><a href="https://youtube.com/shorts/ZWfvChb-i0w" target="_blank" rel="noopener noreferrer">https://youtube.com/shorts/ZWfvChb-i0w</a>[<span class="image"><img src="image::<span class="opengraph-link-container max-w-[400px] object-contain cursor-zoom-in" data-og-url="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" data-asciidoc-image="true" data-image-index="0" data-image-src="image::<span class=">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">Youtube link with pic <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg> <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span>]</p>
</div>
</div>
<div class="sect3">
<h4 id="spotify-3"><a class="anchor" href="#spotify-3"></a><a class="link" href="#spotify-3">Spotify</a></h4>
<div class="paragraph">
<p><div class="media-embed spotify-embed" style="margin: 1rem 0;">
<iframe
style="border-radius: 12px; width: 100%; max-width: 100%;"
src="https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator"
width="100%"
height="352"
frameborder="0"
allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy">
</iframe>
</div></p>
</div>
<div class="paragraph">
<p><a href="<div class="media-embed spotify-embed" style="margin: 1rem 0;">
<iframe
style="border-radius: 12px; width: 100%; max-width: 100%;"
src="https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator"
width="100%"
height="352"
frameborder="0"
allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy">
</iframe>
</div>"><span class="image"><img src="image::<span class="opengraph-link-container max-w-[400px] object-contain cursor-zoom-in" data-og-url="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" data-asciidoc-image="true" data-image-index="0" data-image-src="image::<span class=">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">Spotify link with pic&lt;/a&gt; <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg> <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span></p>
</div>
</div>
<div class="sect3">
<h4 id="audio-3"><a class="anchor" href="#audio-3"></a><a class="link" href="#audio-3">Audio</a></h4>
<div class="paragraph">
<p>MEDIA:audio:<a href="https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3" target="_blank" rel="noopener noreferrer">https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3</a></p>
</div>
<div class="paragraph">
<p>link:MEDIA:audio:<a href="https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3" target="_blank" rel="noopener noreferrer">https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3</a>[<span class="image"><img src="image::<span class="opengraph-link-container max-w-[400px] object-contain cursor-zoom-in" data-og-url="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" data-asciidoc-image="true" data-image-index="0" data-image-src="image::<span class=">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">Audio link with pic <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg> <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span>]</p>
</div>
</div>
<div class="sect3">
<h4 id="video-3"><a class="anchor" href="#video-3"></a><a class="link" href="#video-3">Video</a></h4>
<div class="paragraph">
<p>MEDIA:video:<a href="https://v.nostr.build/MTjaYib4upQuf8zn.mp4" target="_blank" rel="noopener noreferrer">https://v.nostr.build/MTjaYib4upQuf8zn.mp4</a></p>
</div>
<div class="paragraph">
<p>link:MEDIA:video:<a href="https://v.nostr.build/MTjaYib4upQuf8zn.mp4" target="_blank" rel="noopener noreferrer">https://v.nostr.build/MTjaYib4upQuf8zn.mp4</a>[<span class="image"><img src="image::<span class="opengraph-link-container max-w-[400px] object-contain cursor-zoom-in" data-og-url="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" data-asciidoc-image="true" data-image-index="0" data-image-src="image::<span class=">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">Video link with pic <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg> <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span>]</p>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="tables-3"><a class="anchor" href="#tables-3"></a><a class="link" href="#tables-3">Tables</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="orderly-3"><a class="anchor" href="#orderly-3"></a><a class="link" href="#orderly-3">Orderly</a></h3>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
<col style="width: 33.3333%;">
<col style="width: 66.6667%;">
</colgroup>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Syntax</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Description</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Header</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Title</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Paragraph</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Text</p></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="unorderly-3"><a class="anchor" href="#unorderly-3"></a><a class="link" href="#unorderly-3">Unorderly</a></h3>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
<col style="width: 33.3333%;">
<col style="width: 66.6667%;">
</colgroup>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Syntax</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Description</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Header</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Title</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Paragraph</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Text</p></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="with-alignment-3"><a class="anchor" href="#with-alignment-3"></a><a class="link" href="#with-alignment-3">With alignment</a></h3>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
<col style="width: 33.3333%;">
<col style="width: 33.3333%;">
<col style="width: 33.3334%;">
</colgroup>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Syntax</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Description</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">Test Text</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Header</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Title</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">Here_s this</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Paragraph</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Text</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">And more</p></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="sect1">
<h2 id="code-blocks-3"><a class="anchor" href="#code-blocks-3"></a><a class="link" href="#code-blocks-3">Code blocks</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="json-3"><a class="anchor" href="#json-3"></a><a class="link" href="#json-3">json</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
{
"id": "&lt;event_id&gt;",
"pubkey": "&lt;event_originator_pubkey&gt;",
"created_at": 1725087283,
"kind": 30040,
"tags": [
["d", "aesop_s-fables-by-aesop"],
["title", "Aesop_s Fables"],
["author", "Aesop"],
],
"sig": "&lt;event_signature&gt;"
}
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="typescript-3"><a class="anchor" href="#typescript-3"></a><a class="link" href="#typescript-3">typescript</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
/**
* Get Nostr identifier type
*/
function getNostrType(id: string): _npub_ | _nprofile_ | _nevent_ | _naddr_ | _note_ | null {
if (id.startsWith(_npub_)) return _npub_;
if (id.startsWith(_nprofile_)) return _nprofile_;
if (id.startsWith(_nevent_)) return _nevent_;
if (id.startsWith(_naddr_)) return _naddr_;
if (id.startsWith(_note_)) return _note_;
return null;
}
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="shell-3"><a class="anchor" href="#shell-3"></a><a class="link" href="#shell-3">shell</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''</code></pre>
</div>
</div>
<div class="paragraph">
<p>mkdir new_directory
cp source.txt destination.txt</p>
</div>
<hr>
</div>
<div class="sect2">
<h3 id="latex-5"><a class="anchor" href="#latex-5"></a><a class="link" href="#latex-5">LaTeX</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
$
M =
\begin{bmatrix}
\frac{5}{6} &amp; \frac{1}{6} &amp; 0 \\[0.3em]
\frac{5}{6} &amp; 0 &amp; \frac{1}{6} \\[0.3em]
0 &amp; \frac{5}{6} &amp; \frac{1}{6}
\end{bmatrix}
$
'''</code></pre>
</div>
</div>
<div class="listingblock">
<div class="content">
<pre><code>'''
$
f(x)=
\begin{cases}
1/d_{ij} &amp; \quad \text{when $d_{ij} \leq 160$}\\
0 &amp; \quad \text{otherwise}
\end{cases}
$
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="abc-notation-3"><a class="anchor" href="#abc-notation-3"></a><a class="link" href="#abc-notation-3">ABC Notation</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
X:1
T:Ohne Titel
C:Aufgezeichnet 1784
A:Seibis nahe Lichtenberg in Oberfranken
S:Handschrift, bezeichnet und datiert: "Heinrich Nicol Philipp zu Seibis den 30 Junius 1784"
M:4/4
L:1/4
K:D
dd d2 | ee e2 | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
|:\
fg ad | cB cA | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="plantuml-3"><a class="anchor" href="#plantuml-3"></a><a class="link" href="#plantuml-3">PlantUML</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
@startuml
Alice -&gt; Bob: Authentication Request
Bob --&gt; Alice: Authentication Response
@enduml
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="bpmn-3"><a class="anchor" href="#bpmn-3"></a><a class="link" href="#bpmn-3">BPMN</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
@startbpmn
start
:Task 1;
:Task 2;
stop
@endbpmn
'''</code></pre>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="latex-6"><a class="anchor" href="#latex-6"></a><a class="link" href="#latex-6">LaTeX</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="latex-in-inline-code-3"><a class="anchor" href="#latex-in-inline-code-3"></a><a class="link" href="#latex-in-inline-code-3">LaTeX in inline-code</a></h3>
<div class="paragraph">
<p>`$[ x^n + y^n = z^n \]== Bullet list</p>
</div>
<div class="paragraph">
<p>This is a test unordered list with mixed bullets:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>First item with a number 2. in it</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
<div class="ulist">
<ul>
<li>
<p>Indented item</p>
</li>
<li>
<p>Indented item</p>
</li>
</ul>
</div>
</li>
<li>
<p>Fourth item</p>
</li>
</ul>
</div>
<div class="paragraph">
<p>Another unordered list:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>1st item</p>
</li>
<li>
<p>2nd item</p>
</li>
<li>
<p>third item containing <em>italic</em> text</p>
<div class="ulist">
<ul>
<li>
<p>indented item</p>
</li>
<li>
<p>second indented item</p>
</li>
</ul>
</div>
</li>
<li>
<p>fourth item</p>
</li>
</ul>
</div>
<div class="paragraph">
<p>This is a test ordered list with indented items:</p>
</div>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>First item</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
<div class="olist loweralpha">
<ol class="loweralpha" type="a">
<li>
<p>Indented item</p>
</li>
<li>
<p>Indented item</p>
</li>
</ol>
</div>
</li>
<li>
<p>Fourth item</p>
</li>
</ol>
</div>
<div class="paragraph">
<p>Ordered list where everything has no number:</p>
</div>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>First item</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
</li>
<li>
<p>Fourth item</p>
</li>
</ol>
</div>
<div class="paragraph">
<p>This is a mixed list with indented items:</p>
</div>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>First item</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
<div class="ulist">
<ul>
<li>
<p>Indented item</p>
</li>
<li>
<p>Indented item</p>
</li>
</ul>
</div>
</li>
<li>
<p>Fourth item</p>
</li>
</ol>
</div>
<div class="paragraph">
<p>This is another mixed list with indented items:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>First item</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>Indented item</p>
</li>
<li>
<p>Indented item</p>
</li>
</ol>
</div>
</li>
<li>
<p>Fourth item</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="headers-4"><a class="anchor" href="#headers-4"></a><a class="link" href="#headers-4">Headers</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="third-level-header-4"><a class="anchor" href="#third-level-header-4"></a><a class="link" href="#third-level-header-4">Third-level header</a></h3>
<div class="sect3">
<h4 id="fourth-level-header-4"><a class="anchor" href="#fourth-level-header-4"></a><a class="link" href="#fourth-level-header-4">Fourth-level header</a></h4>
<div class="sect4">
<h5 id="fifth-level-header-4"><a class="anchor" href="#fifth-level-header-4"></a><a class="link" href="#fifth-level-header-4">Fifth-level header</a></h5>
<div class="sect5">
<h6 id="sixth-level-header-4"><a class="anchor" href="#sixth-level-header-4"></a><a class="link" href="#sixth-level-header-4">Sixth-level header</a></h6>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="media-and-links-4"><a class="anchor" href="#media-and-links-4"></a><a class="link" href="#media-and-links-4">Media and Links</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="nostr-address-4"><a class="anchor" href="#nostr-address-4"></a><a class="link" href="#nostr-address-4">Nostr address</a></h3>
<div class="paragraph">
<p>This should be ignored and rendered as plaintext: naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l</p>
</div>
<div class="paragraph">
<p>This is also plaintext:</p>
</div>
<div class="paragraph">
<p>npub1gv069u6q7zkl393ad47xutpqmyfj0rrfrlnqnlfc2ld38k8nnl4st9wa6q</p>
</div>
<div class="paragraph">
<p>These should be turned into links:</p>
</div>
<div class="paragraph">
<p><a href="nostr:naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l">naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z">npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj">nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh">nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg">note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg</a></p>
</div>
</div>
<div class="sect2">
<h3 id="hashtag-4"><a class="anchor" href="#hashtag-4"></a><a class="link" href="#hashtag-4">Hashtag</a></h3>
<div class="paragraph">
<p><a class="hashtag-link text-primary-600 dark:text-primary-500 hover:underline" data-topic="testhashtag" data-url="/notes?t=testhashtag" href="/notes?t=testhashtag">#testhashtag</a> at the start of the line and <a class="hashtag-link text-primary-600 dark:text-primary-500 hover:underline" data-topic="inlinehashtag" data-url="/notes?t=inlinehashtag" href="/notes?t=inlinehashtag">#inlinehashtag</a> in the middle</p>
</div>
</div>
<div class="sect2">
<h3 id="wikilinks-4"><a class="anchor" href="#wikilinks-4"></a><a class="link" href="#wikilinks-4">Wikilinks</a></h3>
<div class="paragraph">
<p><a class="wikilink text-primary-600 dark:text-primary-500 hover:underline" data-dtag="nkbip-01" data-url="/events?d=nkbip-01" href="/events?d=nkbip-01">Specification</a> and <a class="wikilink text-primary-600 dark:text-primary-500 hover:underline" data-dtag="mirepoix" data-url="/events?d=mirepoix" href="/events?d=mirepoix">mirepoix</a></p>
</div>
</div>
<div class="sect2">
<h3 id="url-4"><a class="anchor" href="#url-4"></a><a class="link" href="#url-4">URL</a></h3>
<div class="paragraph">
<p><span class="opengraph-link-container" data-og-url="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html">
<a href="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span></p>
</div>
<div class="paragraph">
<p><span class="opengraph-link-container" data-og-url="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html">
<a href="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span>[Welt Online link]</p>
</div>
<div class="paragraph">
<p>this should render as plaintext: <code>http://www.example.com</code></p>
</div>
<div class="paragraph">
<p>this should be a hyperlink: www.example.com</p>
</div>
<div class="paragraph">
<p>this should be a hyperlink to the http URL with the same address, so <a href="https://theforest.nostr1.com/" target="_blank" rel="noopener noreferrer">wss://theforest.nostr1.com</a> should render like <a href="https://theforest.nostr1.com"https://theforest.nostr1.com" target="_blank" rel="noopener noreferrer">wss://theforest.nostr1.com<a href="https://theforest.nostr1.com" target="_blank" rel="noreferrer noopener" class="break-words inline-flex items-baseline gap-1">width=100%&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;imageblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;img src=&quot;image::https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png&quot; alt=&quot;https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>[width=100%][test image" width="100%">
</div>
</div>
</div>
<div class="sect2">
<h3 id="media-4"><a class="anchor" href="#media-4"></a><a class="link" href="#media-4">Media</a></h3>
<div class="sect3">
<h4 id="youtube-4"><a class="anchor" href="#youtube-4"></a><a class="link" href="#youtube-4">YouTube</a></h4>
<div class="paragraph">
<p><a href="https://youtube.com/shorts/ZWfvChb-i0w" target="_blank" rel="noopener noreferrer">https://youtube.com/shorts/ZWfvChb-i0w</a></p>
</div>
<div class="paragraph">
<p><a href="https://youtube.com/shorts/ZWfvChb-i0w" target="_blank" rel="noopener noreferrer">https://youtube.com/shorts/ZWfvChb-i0w</a>[<span class="image"><img src="image::<span class="opengraph-link-container max-w-[400px] object-contain cursor-zoom-in" data-og-url="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" data-asciidoc-image="true" data-image-index="0" data-image-src="image::<span class=">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">Youtube link with pic <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg> <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span>]</p>
</div>
</div>
<div class="sect3">
<h4 id="spotify-4"><a class="anchor" href="#spotify-4"></a><a class="link" href="#spotify-4">Spotify</a></h4>
<div class="paragraph">
<p><div class="media-embed spotify-embed" style="margin: 1rem 0;">
<iframe
style="border-radius: 12px; width: 100%; max-width: 100%;"
src="https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator"
width="100%"
height="352"
frameborder="0"
allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy">
</iframe>
</div></p>
</div>
<div class="paragraph">
<p><a href="<div class="media-embed spotify-embed" style="margin: 1rem 0;">
<iframe
style="border-radius: 12px; width: 100%; max-width: 100%;"
src="https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator"
width="100%"
height="352"
frameborder="0"
allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy">
</iframe>
</div>"><span class="image"><img src="image::<span class="opengraph-link-container max-w-[400px] object-contain cursor-zoom-in" data-og-url="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" data-asciidoc-image="true" data-image-index="0" data-image-src="image::<span class=">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">Spotify link with pic&lt;/a&gt; <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg> <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span></p>
</div>
</div>
<div class="sect3">
<h4 id="audio-4"><a class="anchor" href="#audio-4"></a><a class="link" href="#audio-4">Audio</a></h4>
<div class="paragraph">
<p>MEDIA:audio:<a href="https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3" target="_blank" rel="noopener noreferrer">https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3</a></p>
</div>
<div class="paragraph">
<p>link:MEDIA:audio:<a href="https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3" target="_blank" rel="noopener noreferrer">https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3</a>[<span class="image"><img src="image::<span class="opengraph-link-container max-w-[400px] object-contain cursor-zoom-in" data-og-url="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" data-asciidoc-image="true" data-image-index="0" data-image-src="image::<span class=">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">Audio link with pic <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg> <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span>]</p>
</div>
</div>
<div class="sect3">
<h4 id="video-4"><a class="anchor" href="#video-4"></a><a class="link" href="#video-4">Video</a></h4>
<div class="paragraph">
<p>MEDIA:video:<a href="https://v.nostr.build/MTjaYib4upQuf8zn.mp4" target="_blank" rel="noopener noreferrer">https://v.nostr.build/MTjaYib4upQuf8zn.mp4</a></p>
</div>
<div class="paragraph">
<p>link:MEDIA:video:<a href="https://v.nostr.build/MTjaYib4upQuf8zn.mp4" target="_blank" rel="noopener noreferrer">https://v.nostr.build/MTjaYib4upQuf8zn.mp4</a>[<span class="image"><img src="image::<span class="opengraph-link-container max-w-[400px] object-contain cursor-zoom-in" data-og-url="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" data-asciidoc-image="true" data-image-index="0" data-image-src="image::<span class=">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">Video link with pic <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg> <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span>]</p>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="tables-4"><a class="anchor" href="#tables-4"></a><a class="link" href="#tables-4">Tables</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="orderly-4"><a class="anchor" href="#orderly-4"></a><a class="link" href="#orderly-4">Orderly</a></h3>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
<col style="width: 33.3333%;">
<col style="width: 66.6667%;">
</colgroup>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Syntax</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Description</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Header</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Title</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Paragraph</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Text</p></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="unorderly-4"><a class="anchor" href="#unorderly-4"></a><a class="link" href="#unorderly-4">Unorderly</a></h3>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
<col style="width: 33.3333%;">
<col style="width: 66.6667%;">
</colgroup>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Syntax</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Description</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Header</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Title</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Paragraph</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Text</p></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="with-alignment-4"><a class="anchor" href="#with-alignment-4"></a><a class="link" href="#with-alignment-4">With alignment</a></h3>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
<col style="width: 33.3333%;">
<col style="width: 33.3333%;">
<col style="width: 33.3334%;">
</colgroup>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Syntax</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Description</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">Test Text</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Header</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Title</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">Here_s this</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Paragraph</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Text</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">And more</p></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="sect1">
<h2 id="code-blocks-4"><a class="anchor" href="#code-blocks-4"></a><a class="link" href="#code-blocks-4">Code blocks</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="json-4"><a class="anchor" href="#json-4"></a><a class="link" href="#json-4">json</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
{
"id": "&lt;event_id&gt;",
"pubkey": "&lt;event_originator_pubkey&gt;",
"created_at": 1725087283,
"kind": 30040,
"tags": [
["d", "aesop_s-fables-by-aesop"],
["title", "Aesop_s Fables"],
["author", "Aesop"],
],
"sig": "&lt;event_signature&gt;"
}
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="typescript-4"><a class="anchor" href="#typescript-4"></a><a class="link" href="#typescript-4">typescript</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
/**
* Get Nostr identifier type
*/
function getNostrType(id: string): _npub_ | _nprofile_ | _nevent_ | _naddr_ | _note_ | null {
if (id.startsWith(_npub_)) return _npub_;
if (id.startsWith(_nprofile_)) return _nprofile_;
if (id.startsWith(_nevent_)) return _nevent_;
if (id.startsWith(_naddr_)) return _naddr_;
if (id.startsWith(_note_)) return _note_;
return null;
}
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="shell-4"><a class="anchor" href="#shell-4"></a><a class="link" href="#shell-4">shell</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''</code></pre>
</div>
</div>
<div class="paragraph">
<p>mkdir new_directory
cp source.txt destination.txt</p>
</div>
<hr>
</div>
<div class="sect2">
<h3 id="latex-7"><a class="anchor" href="#latex-7"></a><a class="link" href="#latex-7">LaTeX</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
$
M =
\begin{bmatrix}
\frac{5}{6} &amp; \frac{1}{6} &amp; 0 \\[0.3em]
\frac{5}{6} &amp; 0 &amp; \frac{1}{6} \\[0.3em]
0 &amp; \frac{5}{6} &amp; \frac{1}{6}
\end{bmatrix}
$
'''</code></pre>
</div>
</div>
<div class="listingblock">
<div class="content">
<pre><code>'''
$
f(x)=
\begin{cases}
1/d_{ij} &amp; \quad \text{when $d_{ij} \leq 160$}\\
0 &amp; \quad \text{otherwise}
\end{cases}
$
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="abc-notation-4"><a class="anchor" href="#abc-notation-4"></a><a class="link" href="#abc-notation-4">ABC Notation</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
X:1
T:Ohne Titel
C:Aufgezeichnet 1784
A:Seibis nahe Lichtenberg in Oberfranken
S:Handschrift, bezeichnet und datiert: "Heinrich Nicol Philipp zu Seibis den 30 Junius 1784"
M:4/4
L:1/4
K:D
dd d2 | ee e2 | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
|:\
fg ad | cB cA | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="plantuml-4"><a class="anchor" href="#plantuml-4"></a><a class="link" href="#plantuml-4">PlantUML</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
@startuml
Alice -&gt; Bob: Authentication Request
Bob --&gt; Alice: Authentication Response
@enduml
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="bpmn-4"><a class="anchor" href="#bpmn-4"></a><a class="link" href="#bpmn-4">BPMN</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
@startbpmn
start
:Task 1;
:Task 2;
stop
@endbpmn
'''</code></pre>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="latex-8"><a class="anchor" href="#latex-8"></a><a class="link" href="#latex-8">LaTeX</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="latex-in-inline-code-4"><a class="anchor" href="#latex-in-inline-code-4"></a><a class="link" href="#latex-in-inline-code-4">LaTeX in inline-code</a></h3>
<div class="literalblock">
<div class="content">
<pre>and and `$\color{blue}{X \sim Normal \; (\mu,\sigma^2)}== Bullet list</pre>
</div>
</div>
<div class="paragraph">
<p>This is a test unordered list with mixed bullets:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>First item with a number 2. in it</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
<div class="ulist">
<ul>
<li>
<p>Indented item</p>
</li>
<li>
<p>Indented item</p>
</li>
</ul>
</div>
</li>
<li>
<p>Fourth item</p>
</li>
</ul>
</div>
<div class="paragraph">
<p>Another unordered list:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>1st item</p>
</li>
<li>
<p>2nd item</p>
</li>
<li>
<p>third item containing <em>italic</em> text</p>
<div class="ulist">
<ul>
<li>
<p>indented item</p>
</li>
<li>
<p>second indented item</p>
</li>
</ul>
</div>
</li>
<li>
<p>fourth item</p>
</li>
</ul>
</div>
<div class="paragraph">
<p>This is a test ordered list with indented items:</p>
</div>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>First item</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
<div class="olist loweralpha">
<ol class="loweralpha" type="a">
<li>
<p>Indented item</p>
</li>
<li>
<p>Indented item</p>
</li>
</ol>
</div>
</li>
<li>
<p>Fourth item</p>
</li>
</ol>
</div>
<div class="paragraph">
<p>Ordered list where everything has no number:</p>
</div>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>First item</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
</li>
<li>
<p>Fourth item</p>
</li>
</ol>
</div>
<div class="paragraph">
<p>This is a mixed list with indented items:</p>
</div>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>First item</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
<div class="ulist">
<ul>
<li>
<p>Indented item</p>
</li>
<li>
<p>Indented item</p>
</li>
</ul>
</div>
</li>
<li>
<p>Fourth item</p>
</li>
</ol>
</div>
<div class="paragraph">
<p>This is another mixed list with indented items:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>First item</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>Indented item</p>
</li>
<li>
<p>Indented item</p>
</li>
</ol>
</div>
</li>
<li>
<p>Fourth item</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="headers-5"><a class="anchor" href="#headers-5"></a><a class="link" href="#headers-5">Headers</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="third-level-header-5"><a class="anchor" href="#third-level-header-5"></a><a class="link" href="#third-level-header-5">Third-level header</a></h3>
<div class="sect3">
<h4 id="fourth-level-header-5"><a class="anchor" href="#fourth-level-header-5"></a><a class="link" href="#fourth-level-header-5">Fourth-level header</a></h4>
<div class="sect4">
<h5 id="fifth-level-header-5"><a class="anchor" href="#fifth-level-header-5"></a><a class="link" href="#fifth-level-header-5">Fifth-level header</a></h5>
<div class="sect5">
<h6 id="sixth-level-header-5"><a class="anchor" href="#sixth-level-header-5"></a><a class="link" href="#sixth-level-header-5">Sixth-level header</a></h6>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="media-and-links-5"><a class="anchor" href="#media-and-links-5"></a><a class="link" href="#media-and-links-5">Media and Links</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="nostr-address-5"><a class="anchor" href="#nostr-address-5"></a><a class="link" href="#nostr-address-5">Nostr address</a></h3>
<div class="paragraph">
<p>This should be ignored and rendered as plaintext: naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l</p>
</div>
<div class="paragraph">
<p>This is also plaintext:</p>
</div>
<div class="paragraph">
<p>npub1gv069u6q7zkl393ad47xutpqmyfj0rrfrlnqnlfc2ld38k8nnl4st9wa6q</p>
</div>
<div class="paragraph">
<p>These should be turned into links:</p>
</div>
<div class="paragraph">
<p><a href="nostr:naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l">naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z">npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj">nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh">nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg">note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg</a></p>
</div>
</div>
<div class="sect2">
<h3 id="hashtag-5"><a class="anchor" href="#hashtag-5"></a><a class="link" href="#hashtag-5">Hashtag</a></h3>
<div class="paragraph">
<p><a class="hashtag-link text-primary-600 dark:text-primary-500 hover:underline" data-topic="testhashtag" data-url="/notes?t=testhashtag" href="/notes?t=testhashtag">#testhashtag</a> at the start of the line and <a class="hashtag-link text-primary-600 dark:text-primary-500 hover:underline" data-topic="inlinehashtag" data-url="/notes?t=inlinehashtag" href="/notes?t=inlinehashtag">#inlinehashtag</a> in the middle</p>
</div>
</div>
<div class="sect2">
<h3 id="wikilinks-5"><a class="anchor" href="#wikilinks-5"></a><a class="link" href="#wikilinks-5">Wikilinks</a></h3>
<div class="paragraph">
<p><a class="wikilink text-primary-600 dark:text-primary-500 hover:underline" data-dtag="nkbip-01" data-url="/events?d=nkbip-01" href="/events?d=nkbip-01">Specification</a> and <a class="wikilink text-primary-600 dark:text-primary-500 hover:underline" data-dtag="mirepoix" data-url="/events?d=mirepoix" href="/events?d=mirepoix">mirepoix</a></p>
</div>
</div>
<div class="sect2">
<h3 id="url-5"><a class="anchor" href="#url-5"></a><a class="link" href="#url-5">URL</a></h3>
<div class="paragraph">
<p><span class="opengraph-link-container" data-og-url="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html">
<a href="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span></p>
</div>
<div class="paragraph">
<p><span class="opengraph-link-container" data-og-url="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html">
<a href="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span>[Welt Online link]</p>
</div>
<div class="paragraph">
<p>this should render as plaintext: <code>http://www.example.com</code></p>
</div>
<div class="paragraph">
<p>this should be a hyperlink: www.example.com</p>
</div>
<div class="paragraph">
<p>this should be a hyperlink to the http URL with the same address, so <a href="https://theforest.nostr1.com/" target="_blank" rel="noopener noreferrer">wss://theforest.nostr1.com</a> should render like <a href="https://theforest.nostr1.com"https://theforest.nostr1.com" target="_blank" rel="noopener noreferrer">wss://theforest.nostr1.com<a href="https://theforest.nostr1.com" target="_blank" rel="noreferrer noopener" class="break-words inline-flex items-baseline gap-1">width=100%&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;imageblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;img src=&quot;image::https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png&quot; alt=&quot;https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>[width=100%][test image" width="100%">
</div>
</div>
</div>
<div class="sect2">
<h3 id="media-5"><a class="anchor" href="#media-5"></a><a class="link" href="#media-5">Media</a></h3>
<div class="sect3">
<h4 id="youtube-5"><a class="anchor" href="#youtube-5"></a><a class="link" href="#youtube-5">YouTube</a></h4>
<div class="paragraph">
<p><a href="https://youtube.com/shorts/ZWfvChb-i0w" target="_blank" rel="noopener noreferrer">https://youtube.com/shorts/ZWfvChb-i0w</a></p>
</div>
<div class="paragraph">
<p><a href="https://youtube.com/shorts/ZWfvChb-i0w" target="_blank" rel="noopener noreferrer">https://youtube.com/shorts/ZWfvChb-i0w</a>[<span class="image"><img src="image::<span class="opengraph-link-container max-w-[400px] object-contain cursor-zoom-in" data-og-url="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" data-asciidoc-image="true" data-image-index="0" data-image-src="image::<span class=">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">Youtube link with pic <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg> <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span>]</p>
</div>
</div>
<div class="sect3">
<h4 id="spotify-5"><a class="anchor" href="#spotify-5"></a><a class="link" href="#spotify-5">Spotify</a></h4>
<div class="paragraph">
<p><div class="media-embed spotify-embed" style="margin: 1rem 0;">
<iframe
style="border-radius: 12px; width: 100%; max-width: 100%;"
src="https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator"
width="100%"
height="352"
frameborder="0"
allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy">
</iframe>
</div></p>
</div>
<div class="paragraph">
<p><a href="<div class="media-embed spotify-embed" style="margin: 1rem 0;">
<iframe
style="border-radius: 12px; width: 100%; max-width: 100%;"
src="https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator"
width="100%"
height="352"
frameborder="0"
allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy">
</iframe>
</div>"><span class="image"><img src="image::<span class="opengraph-link-container max-w-[400px] object-contain cursor-zoom-in" data-og-url="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" data-asciidoc-image="true" data-image-index="0" data-image-src="image::<span class=">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">Spotify link with pic&lt;/a&gt; <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg> <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span></p>
</div>
</div>
<div class="sect3">
<h4 id="audio-5"><a class="anchor" href="#audio-5"></a><a class="link" href="#audio-5">Audio</a></h4>
<div class="paragraph">
<p>MEDIA:audio:<a href="https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3" target="_blank" rel="noopener noreferrer">https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3</a></p>
</div>
<div class="paragraph">
<p>link:MEDIA:audio:<a href="https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3" target="_blank" rel="noopener noreferrer">https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3</a>[<span class="image"><img src="image::<span class="opengraph-link-container max-w-[400px] object-contain cursor-zoom-in" data-og-url="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" data-asciidoc-image="true" data-image-index="0" data-image-src="image::<span class=">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">Audio link with pic <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg> <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span>]</p>
</div>
</div>
<div class="sect3">
<h4 id="video-5"><a class="anchor" href="#video-5"></a><a class="link" href="#video-5">Video</a></h4>
<div class="paragraph">
<p>MEDIA:video:<a href="https://v.nostr.build/MTjaYib4upQuf8zn.mp4" target="_blank" rel="noopener noreferrer">https://v.nostr.build/MTjaYib4upQuf8zn.mp4</a></p>
</div>
<div class="paragraph">
<p>link:MEDIA:video:<a href="https://v.nostr.build/MTjaYib4upQuf8zn.mp4" target="_blank" rel="noopener noreferrer">https://v.nostr.build/MTjaYib4upQuf8zn.mp4</a>[<span class="image"><img src="image::<span class="opengraph-link-container max-w-[400px] object-contain cursor-zoom-in" data-og-url="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" data-asciidoc-image="true" data-image-index="0" data-image-src="image::<span class=">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">Video link with pic <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg> <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span>]</p>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="tables-5"><a class="anchor" href="#tables-5"></a><a class="link" href="#tables-5">Tables</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="orderly-5"><a class="anchor" href="#orderly-5"></a><a class="link" href="#orderly-5">Orderly</a></h3>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
<col style="width: 33.3333%;">
<col style="width: 66.6667%;">
</colgroup>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Syntax</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Description</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Header</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Title</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Paragraph</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Text</p></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="unorderly-5"><a class="anchor" href="#unorderly-5"></a><a class="link" href="#unorderly-5">Unorderly</a></h3>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
<col style="width: 33.3333%;">
<col style="width: 66.6667%;">
</colgroup>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Syntax</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Description</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Header</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Title</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Paragraph</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Text</p></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="with-alignment-5"><a class="anchor" href="#with-alignment-5"></a><a class="link" href="#with-alignment-5">With alignment</a></h3>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
<col style="width: 33.3333%;">
<col style="width: 33.3333%;">
<col style="width: 33.3334%;">
</colgroup>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Syntax</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Description</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">Test Text</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Header</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Title</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">Here_s this</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Paragraph</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Text</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">And more</p></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="sect1">
<h2 id="code-blocks-5"><a class="anchor" href="#code-blocks-5"></a><a class="link" href="#code-blocks-5">Code blocks</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="json-5"><a class="anchor" href="#json-5"></a><a class="link" href="#json-5">json</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
{
"id": "&lt;event_id&gt;",
"pubkey": "&lt;event_originator_pubkey&gt;",
"created_at": 1725087283,
"kind": 30040,
"tags": [
["d", "aesop_s-fables-by-aesop"],
["title", "Aesop_s Fables"],
["author", "Aesop"],
],
"sig": "&lt;event_signature&gt;"
}
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="typescript-5"><a class="anchor" href="#typescript-5"></a><a class="link" href="#typescript-5">typescript</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
/**
* Get Nostr identifier type
*/
function getNostrType(id: string): _npub_ | _nprofile_ | _nevent_ | _naddr_ | _note_ | null {
if (id.startsWith(_npub_)) return _npub_;
if (id.startsWith(_nprofile_)) return _nprofile_;
if (id.startsWith(_nevent_)) return _nevent_;
if (id.startsWith(_naddr_)) return _naddr_;
if (id.startsWith(_note_)) return _note_;
return null;
}
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="shell-5"><a class="anchor" href="#shell-5"></a><a class="link" href="#shell-5">shell</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''</code></pre>
</div>
</div>
<div class="paragraph">
<p>mkdir new_directory
cp source.txt destination.txt</p>
</div>
<hr>
</div>
<div class="sect2">
<h3 id="latex-9"><a class="anchor" href="#latex-9"></a><a class="link" href="#latex-9">LaTeX</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
$
M =
\begin{bmatrix}
\frac{5}{6} &amp; \frac{1}{6} &amp; 0 \\[0.3em]
\frac{5}{6} &amp; 0 &amp; \frac{1}{6} \\[0.3em]
0 &amp; \frac{5}{6} &amp; \frac{1}{6}
\end{bmatrix}
$
'''</code></pre>
</div>
</div>
<div class="listingblock">
<div class="content">
<pre><code>'''
$
f(x)=
\begin{cases}
1/d_{ij} &amp; \quad \text{when $d_{ij} \leq 160$}\\
0 &amp; \quad \text{otherwise}
\end{cases}
$
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="abc-notation-5"><a class="anchor" href="#abc-notation-5"></a><a class="link" href="#abc-notation-5">ABC Notation</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
X:1
T:Ohne Titel
C:Aufgezeichnet 1784
A:Seibis nahe Lichtenberg in Oberfranken
S:Handschrift, bezeichnet und datiert: "Heinrich Nicol Philipp zu Seibis den 30 Junius 1784"
M:4/4
L:1/4
K:D
dd d2 | ee e2 | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
|:\
fg ad | cB cA | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="plantuml-5"><a class="anchor" href="#plantuml-5"></a><a class="link" href="#plantuml-5">PlantUML</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
@startuml
Alice -&gt; Bob: Authentication Request
Bob --&gt; Alice: Authentication Response
@enduml
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="bpmn-5"><a class="anchor" href="#bpmn-5"></a><a class="link" href="#bpmn-5">BPMN</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
@startbpmn
start
:Task 1;
:Task 2;
stop
@endbpmn
'''</code></pre>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="latex-10"><a class="anchor" href="#latex-10"></a><a class="link" href="#latex-10">LaTeX</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="latex-in-inline-code-5"><a class="anchor" href="#latex-in-inline-code-5"></a><a class="link" href="#latex-in-inline-code-5">LaTeX in inline-code</a></h3>
<div class="paragraph">
<p>`$[ x^n + y^n = z^n \]== Bullet list</p>
</div>
<div class="paragraph">
<p>This is a test unordered list with mixed bullets:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>First item with a number 2. in it</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
<div class="ulist">
<ul>
<li>
<p>Indented item</p>
</li>
<li>
<p>Indented item</p>
</li>
</ul>
</div>
</li>
<li>
<p>Fourth item</p>
</li>
</ul>
</div>
<div class="paragraph">
<p>Another unordered list:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>1st item</p>
</li>
<li>
<p>2nd item</p>
</li>
<li>
<p>third item containing <em>italic</em> text</p>
<div class="ulist">
<ul>
<li>
<p>indented item</p>
</li>
<li>
<p>second indented item</p>
</li>
</ul>
</div>
</li>
<li>
<p>fourth item</p>
</li>
</ul>
</div>
<div class="paragraph">
<p>This is a test ordered list with indented items:</p>
</div>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>First item</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
<div class="olist loweralpha">
<ol class="loweralpha" type="a">
<li>
<p>Indented item</p>
</li>
<li>
<p>Indented item</p>
</li>
</ol>
</div>
</li>
<li>
<p>Fourth item</p>
</li>
</ol>
</div>
<div class="paragraph">
<p>Ordered list where everything has no number:</p>
</div>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>First item</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
</li>
<li>
<p>Fourth item</p>
</li>
</ol>
</div>
<div class="paragraph">
<p>This is a mixed list with indented items:</p>
</div>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>First item</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
<div class="ulist">
<ul>
<li>
<p>Indented item</p>
</li>
<li>
<p>Indented item</p>
</li>
</ul>
</div>
</li>
<li>
<p>Fourth item</p>
</li>
</ol>
</div>
<div class="paragraph">
<p>This is another mixed list with indented items:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>First item</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>Indented item</p>
</li>
<li>
<p>Indented item</p>
</li>
</ol>
</div>
</li>
<li>
<p>Fourth item</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="headers-6"><a class="anchor" href="#headers-6"></a><a class="link" href="#headers-6">Headers</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="third-level-header-6"><a class="anchor" href="#third-level-header-6"></a><a class="link" href="#third-level-header-6">Third-level header</a></h3>
<div class="sect3">
<h4 id="fourth-level-header-6"><a class="anchor" href="#fourth-level-header-6"></a><a class="link" href="#fourth-level-header-6">Fourth-level header</a></h4>
<div class="sect4">
<h5 id="fifth-level-header-6"><a class="anchor" href="#fifth-level-header-6"></a><a class="link" href="#fifth-level-header-6">Fifth-level header</a></h5>
<div class="sect5">
<h6 id="sixth-level-header-6"><a class="anchor" href="#sixth-level-header-6"></a><a class="link" href="#sixth-level-header-6">Sixth-level header</a></h6>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="media-and-links-6"><a class="anchor" href="#media-and-links-6"></a><a class="link" href="#media-and-links-6">Media and Links</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="nostr-address-6"><a class="anchor" href="#nostr-address-6"></a><a class="link" href="#nostr-address-6">Nostr address</a></h3>
<div class="paragraph">
<p>This should be ignored and rendered as plaintext: naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l</p>
</div>
<div class="paragraph">
<p>This is also plaintext:</p>
</div>
<div class="paragraph">
<p>npub1gv069u6q7zkl393ad47xutpqmyfj0rrfrlnqnlfc2ld38k8nnl4st9wa6q</p>
</div>
<div class="paragraph">
<p>These should be turned into links:</p>
</div>
<div class="paragraph">
<p><a href="nostr:naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l">naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z">npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj">nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh">nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg">note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg</a></p>
</div>
</div>
<div class="sect2">
<h3 id="hashtag-6"><a class="anchor" href="#hashtag-6"></a><a class="link" href="#hashtag-6">Hashtag</a></h3>
<div class="paragraph">
<p><a class="hashtag-link text-primary-600 dark:text-primary-500 hover:underline" data-topic="testhashtag" data-url="/notes?t=testhashtag" href="/notes?t=testhashtag">#testhashtag</a> at the start of the line and <a class="hashtag-link text-primary-600 dark:text-primary-500 hover:underline" data-topic="inlinehashtag" data-url="/notes?t=inlinehashtag" href="/notes?t=inlinehashtag">#inlinehashtag</a> in the middle</p>
</div>
</div>
<div class="sect2">
<h3 id="wikilinks-6"><a class="anchor" href="#wikilinks-6"></a><a class="link" href="#wikilinks-6">Wikilinks</a></h3>
<div class="paragraph">
<p><a class="wikilink text-primary-600 dark:text-primary-500 hover:underline" data-dtag="nkbip-01" data-url="/events?d=nkbip-01" href="/events?d=nkbip-01">Specification</a> and <a class="wikilink text-primary-600 dark:text-primary-500 hover:underline" data-dtag="mirepoix" data-url="/events?d=mirepoix" href="/events?d=mirepoix">mirepoix</a></p>
</div>
</div>
<div class="sect2">
<h3 id="url-6"><a class="anchor" href="#url-6"></a><a class="link" href="#url-6">URL</a></h3>
<div class="paragraph">
<p><span class="opengraph-link-container" data-og-url="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html">
<a href="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span></p>
</div>
<div class="paragraph">
<p><span class="opengraph-link-container" data-og-url="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html">
<a href="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span>[Welt Online link]</p>
</div>
<div class="paragraph">
<p>this should render as plaintext: <code>http://www.example.com</code></p>
</div>
<div class="paragraph">
<p>this should be a hyperlink: www.example.com</p>
</div>
<div class="paragraph">
<p>this should be a hyperlink to the http URL with the same address, so <a href="https://theforest.nostr1.com/" target="_blank" rel="noopener noreferrer">wss://theforest.nostr1.com</a> should render like <a href="https://theforest.nostr1.com"https://theforest.nostr1.com" target="_blank" rel="noopener noreferrer">wss://theforest.nostr1.com<a href="https://theforest.nostr1.com" target="_blank" rel="noreferrer noopener" class="break-words inline-flex items-baseline gap-1">width=100%&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;imageblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;img src=&quot;image::https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png&quot; alt=&quot;https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>[width=100%][test image" width="100%">
</div>
</div>
</div>
<div class="sect2">
<h3 id="media-6"><a class="anchor" href="#media-6"></a><a class="link" href="#media-6">Media</a></h3>
<div class="sect3">
<h4 id="youtube-6"><a class="anchor" href="#youtube-6"></a><a class="link" href="#youtube-6">YouTube</a></h4>
<div class="paragraph">
<p><a href="https://youtube.com/shorts/ZWfvChb-i0w" target="_blank" rel="noopener noreferrer">https://youtube.com/shorts/ZWfvChb-i0w</a></p>
</div>
<div class="paragraph">
<p><a href="https://youtube.com/shorts/ZWfvChb-i0w" target="_blank" rel="noopener noreferrer">https://youtube.com/shorts/ZWfvChb-i0w</a>[<span class="image"><img src="image::<span class="opengraph-link-container max-w-[400px] object-contain cursor-zoom-in" data-og-url="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" data-asciidoc-image="true" data-image-index="0" data-image-src="image::<span class=">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">Youtube link with pic <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg> <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span>]</p>
</div>
</div>
<div class="sect3">
<h4 id="spotify-6"><a class="anchor" href="#spotify-6"></a><a class="link" href="#spotify-6">Spotify</a></h4>
<div class="paragraph">
<p><div class="media-embed spotify-embed" style="margin: 1rem 0;">
<iframe
style="border-radius: 12px; width: 100%; max-width: 100%;"
src="https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator"
width="100%"
height="352"
frameborder="0"
allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy">
</iframe>
</div></p>
</div>
<div class="paragraph">
<p><a href="<div class="media-embed spotify-embed" style="margin: 1rem 0;">
<iframe
style="border-radius: 12px; width: 100%; max-width: 100%;"
src="https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator"
width="100%"
height="352"
frameborder="0"
allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy">
</iframe>
</div>"><span class="image"><img src="image::<span class="opengraph-link-container max-w-[400px] object-contain cursor-zoom-in" data-og-url="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" data-asciidoc-image="true" data-image-index="0" data-image-src="image::<span class=">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">Spotify link with pic&lt;/a&gt; <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg> <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span></p>
</div>
</div>
<div class="sect3">
<h4 id="audio-6"><a class="anchor" href="#audio-6"></a><a class="link" href="#audio-6">Audio</a></h4>
<div class="paragraph">
<p>MEDIA:audio:<a href="https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3" target="_blank" rel="noopener noreferrer">https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3</a></p>
</div>
<div class="paragraph">
<p>link:MEDIA:audio:<a href="https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3" target="_blank" rel="noopener noreferrer">https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3</a>[<span class="image"><img src="image::<span class="opengraph-link-container max-w-[400px] object-contain cursor-zoom-in" data-og-url="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" data-asciidoc-image="true" data-image-index="0" data-image-src="image::<span class=">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">Audio link with pic <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg> <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span>]</p>
</div>
</div>
<div class="sect3">
<h4 id="video-6"><a class="anchor" href="#video-6"></a><a class="link" href="#video-6">Video</a></h4>
<div class="paragraph">
<p>MEDIA:video:<a href="https://v.nostr.build/MTjaYib4upQuf8zn.mp4" target="_blank" rel="noopener noreferrer">https://v.nostr.build/MTjaYib4upQuf8zn.mp4</a></p>
</div>
<div class="paragraph">
<p>link:MEDIA:video:<a href="https://v.nostr.build/MTjaYib4upQuf8zn.mp4" target="_blank" rel="noopener noreferrer">https://v.nostr.build/MTjaYib4upQuf8zn.mp4</a>[<span class="image"><img src="image::<span class="opengraph-link-container max-w-[400px] object-contain cursor-zoom-in" data-og-url="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" data-asciidoc-image="true" data-image-index="0" data-image-src="image::<span class=">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">Video link with pic <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg> <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span>]</p>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="tables-6"><a class="anchor" href="#tables-6"></a><a class="link" href="#tables-6">Tables</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="orderly-6"><a class="anchor" href="#orderly-6"></a><a class="link" href="#orderly-6">Orderly</a></h3>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
<col style="width: 33.3333%;">
<col style="width: 66.6667%;">
</colgroup>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Syntax</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Description</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Header</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Title</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Paragraph</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Text</p></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="unorderly-6"><a class="anchor" href="#unorderly-6"></a><a class="link" href="#unorderly-6">Unorderly</a></h3>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
<col style="width: 33.3333%;">
<col style="width: 66.6667%;">
</colgroup>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Syntax</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Description</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Header</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Title</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Paragraph</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Text</p></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="with-alignment-6"><a class="anchor" href="#with-alignment-6"></a><a class="link" href="#with-alignment-6">With alignment</a></h3>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
<col style="width: 33.3333%;">
<col style="width: 33.3333%;">
<col style="width: 33.3334%;">
</colgroup>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Syntax</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Description</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">Test Text</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Header</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Title</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">Here_s this</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Paragraph</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Text</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">And more</p></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="sect1">
<h2 id="code-blocks-6"><a class="anchor" href="#code-blocks-6"></a><a class="link" href="#code-blocks-6">Code blocks</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="json-6"><a class="anchor" href="#json-6"></a><a class="link" href="#json-6">json</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
{
"id": "&lt;event_id&gt;",
"pubkey": "&lt;event_originator_pubkey&gt;",
"created_at": 1725087283,
"kind": 30040,
"tags": [
["d", "aesop_s-fables-by-aesop"],
["title", "Aesop_s Fables"],
["author", "Aesop"],
],
"sig": "&lt;event_signature&gt;"
}
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="typescript-6"><a class="anchor" href="#typescript-6"></a><a class="link" href="#typescript-6">typescript</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
/**
* Get Nostr identifier type
*/
function getNostrType(id: string): _npub_ | _nprofile_ | _nevent_ | _naddr_ | _note_ | null {
if (id.startsWith(_npub_)) return _npub_;
if (id.startsWith(_nprofile_)) return _nprofile_;
if (id.startsWith(_nevent_)) return _nevent_;
if (id.startsWith(_naddr_)) return _naddr_;
if (id.startsWith(_note_)) return _note_;
return null;
}
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="shell-6"><a class="anchor" href="#shell-6"></a><a class="link" href="#shell-6">shell</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''</code></pre>
</div>
</div>
<div class="paragraph">
<p>mkdir new_directory
cp source.txt destination.txt</p>
</div>
<hr>
</div>
<div class="sect2">
<h3 id="latex-11"><a class="anchor" href="#latex-11"></a><a class="link" href="#latex-11">LaTeX</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
$
M =
\begin{bmatrix}
\frac{5}{6} &amp; \frac{1}{6} &amp; 0 \\[0.3em]
\frac{5}{6} &amp; 0 &amp; \frac{1}{6} \\[0.3em]
0 &amp; \frac{5}{6} &amp; \frac{1}{6}
\end{bmatrix}
$
'''</code></pre>
</div>
</div>
<div class="listingblock">
<div class="content">
<pre><code>'''
$
f(x)=
\begin{cases}
1/d_{ij} &amp; \quad \text{when $d_{ij} \leq 160$}\\
0 &amp; \quad \text{otherwise}
\end{cases}
$
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="abc-notation-6"><a class="anchor" href="#abc-notation-6"></a><a class="link" href="#abc-notation-6">ABC Notation</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
X:1
T:Ohne Titel
C:Aufgezeichnet 1784
A:Seibis nahe Lichtenberg in Oberfranken
S:Handschrift, bezeichnet und datiert: "Heinrich Nicol Philipp zu Seibis den 30 Junius 1784"
M:4/4
L:1/4
K:D
dd d2 | ee e2 | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
|:\
fg ad | cB cA | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="plantuml-6"><a class="anchor" href="#plantuml-6"></a><a class="link" href="#plantuml-6">PlantUML</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
@startuml
Alice -&gt; Bob: Authentication Request
Bob --&gt; Alice: Authentication Response
@enduml
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="bpmn-6"><a class="anchor" href="#bpmn-6"></a><a class="link" href="#bpmn-6">BPMN</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
@startbpmn
start
:Task 1;
:Task 2;
stop
@endbpmn
'''</code></pre>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="latex-12"><a class="anchor" href="#latex-12"></a><a class="link" href="#latex-12">LaTeX</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="latex-in-inline-code-6"><a class="anchor" href="#latex-in-inline-code-6"></a><a class="link" href="#latex-in-inline-code-6">LaTeX in inline-code</a></h3>
<div class="literalblock">
<div class="content">
<pre>and `$[\sqrt{x^2+1}\]== Bullet list</pre>
</div>
</div>
<div class="paragraph">
<p>This is a test unordered list with mixed bullets:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>First item with a number 2. in it</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
<div class="ulist">
<ul>
<li>
<p>Indented item</p>
</li>
<li>
<p>Indented item</p>
</li>
</ul>
</div>
</li>
<li>
<p>Fourth item</p>
</li>
</ul>
</div>
<div class="paragraph">
<p>Another unordered list:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>1st item</p>
</li>
<li>
<p>2nd item</p>
</li>
<li>
<p>third item containing <em>italic</em> text</p>
<div class="ulist">
<ul>
<li>
<p>indented item</p>
</li>
<li>
<p>second indented item</p>
</li>
</ul>
</div>
</li>
<li>
<p>fourth item</p>
</li>
</ul>
</div>
<div class="paragraph">
<p>This is a test ordered list with indented items:</p>
</div>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>First item</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
<div class="olist loweralpha">
<ol class="loweralpha" type="a">
<li>
<p>Indented item</p>
</li>
<li>
<p>Indented item</p>
</li>
</ol>
</div>
</li>
<li>
<p>Fourth item</p>
</li>
</ol>
</div>
<div class="paragraph">
<p>Ordered list where everything has no number:</p>
</div>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>First item</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
</li>
<li>
<p>Fourth item</p>
</li>
</ol>
</div>
<div class="paragraph">
<p>This is a mixed list with indented items:</p>
</div>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>First item</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
<div class="ulist">
<ul>
<li>
<p>Indented item</p>
</li>
<li>
<p>Indented item</p>
</li>
</ul>
</div>
</li>
<li>
<p>Fourth item</p>
</li>
</ol>
</div>
<div class="paragraph">
<p>This is another mixed list with indented items:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>First item</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>Indented item</p>
</li>
<li>
<p>Indented item</p>
</li>
</ol>
</div>
</li>
<li>
<p>Fourth item</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="headers-7"><a class="anchor" href="#headers-7"></a><a class="link" href="#headers-7">Headers</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="third-level-header-7"><a class="anchor" href="#third-level-header-7"></a><a class="link" href="#third-level-header-7">Third-level header</a></h3>
<div class="sect3">
<h4 id="fourth-level-header-7"><a class="anchor" href="#fourth-level-header-7"></a><a class="link" href="#fourth-level-header-7">Fourth-level header</a></h4>
<div class="sect4">
<h5 id="fifth-level-header-7"><a class="anchor" href="#fifth-level-header-7"></a><a class="link" href="#fifth-level-header-7">Fifth-level header</a></h5>
<div class="sect5">
<h6 id="sixth-level-header-7"><a class="anchor" href="#sixth-level-header-7"></a><a class="link" href="#sixth-level-header-7">Sixth-level header</a></h6>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="media-and-links-7"><a class="anchor" href="#media-and-links-7"></a><a class="link" href="#media-and-links-7">Media and Links</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="nostr-address-7"><a class="anchor" href="#nostr-address-7"></a><a class="link" href="#nostr-address-7">Nostr address</a></h3>
<div class="paragraph">
<p>This should be ignored and rendered as plaintext: naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l</p>
</div>
<div class="paragraph">
<p>This is also plaintext:</p>
</div>
<div class="paragraph">
<p>npub1gv069u6q7zkl393ad47xutpqmyfj0rrfrlnqnlfc2ld38k8nnl4st9wa6q</p>
</div>
<div class="paragraph">
<p>These should be turned into links:</p>
</div>
<div class="paragraph">
<p><a href="nostr:naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l">naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z">npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj">nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh">nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg">note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg</a></p>
</div>
</div>
<div class="sect2">
<h3 id="hashtag-7"><a class="anchor" href="#hashtag-7"></a><a class="link" href="#hashtag-7">Hashtag</a></h3>
<div class="paragraph">
<p><a class="hashtag-link text-primary-600 dark:text-primary-500 hover:underline" data-topic="testhashtag" data-url="/notes?t=testhashtag" href="/notes?t=testhashtag">#testhashtag</a> at the start of the line and <a class="hashtag-link text-primary-600 dark:text-primary-500 hover:underline" data-topic="inlinehashtag" data-url="/notes?t=inlinehashtag" href="/notes?t=inlinehashtag">#inlinehashtag</a> in the middle</p>
</div>
</div>
<div class="sect2">
<h3 id="wikilinks-7"><a class="anchor" href="#wikilinks-7"></a><a class="link" href="#wikilinks-7">Wikilinks</a></h3>
<div class="paragraph">
<p><a class="wikilink text-primary-600 dark:text-primary-500 hover:underline" data-dtag="nkbip-01" data-url="/events?d=nkbip-01" href="/events?d=nkbip-01">Specification</a> and <a class="wikilink text-primary-600 dark:text-primary-500 hover:underline" data-dtag="mirepoix" data-url="/events?d=mirepoix" href="/events?d=mirepoix">mirepoix</a></p>
</div>
</div>
<div class="sect2">
<h3 id="url-7"><a class="anchor" href="#url-7"></a><a class="link" href="#url-7">URL</a></h3>
<div class="paragraph">
<p><span class="opengraph-link-container" data-og-url="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html">
<a href="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span></p>
</div>
<div class="paragraph">
<p><span class="opengraph-link-container" data-og-url="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html">
<a href="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span>[Welt Online link]</p>
</div>
<div class="paragraph">
<p>this should render as plaintext: <code>http://www.example.com</code></p>
</div>
<div class="paragraph">
<p>this should be a hyperlink: www.example.com</p>
</div>
<div class="paragraph">
<p>this should be a hyperlink to the http URL with the same address, so <a href="https://theforest.nostr1.com/" target="_blank" rel="noopener noreferrer">wss://theforest.nostr1.com</a> should render like <a href="https://theforest.nostr1.com"https://theforest.nostr1.com" target="_blank" rel="noopener noreferrer">wss://theforest.nostr1.com<a href="https://theforest.nostr1.com" target="_blank" rel="noreferrer noopener" class="break-words inline-flex items-baseline gap-1">width=100%&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;imageblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;img src=&quot;image::https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png&quot; alt=&quot;https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>[width=100%][test image" width="100%">
</div>
</div>
</div>
<div class="sect2">
<h3 id="media-7"><a class="anchor" href="#media-7"></a><a class="link" href="#media-7">Media</a></h3>
<div class="sect3">
<h4 id="youtube-7"><a class="anchor" href="#youtube-7"></a><a class="link" href="#youtube-7">YouTube</a></h4>
<div class="paragraph">
<p><a href="https://youtube.com/shorts/ZWfvChb-i0w" target="_blank" rel="noopener noreferrer">https://youtube.com/shorts/ZWfvChb-i0w</a></p>
</div>
<div class="paragraph">
<p><a href="https://youtube.com/shorts/ZWfvChb-i0w" target="_blank" rel="noopener noreferrer">https://youtube.com/shorts/ZWfvChb-i0w</a>[<span class="image"><img src="image::<span class="opengraph-link-container max-w-[400px] object-contain cursor-zoom-in" data-og-url="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" data-asciidoc-image="true" data-image-index="0" data-image-src="image::<span class=">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">Youtube link with pic <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg> <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span>]</p>
</div>
</div>
<div class="sect3">
<h4 id="spotify-7"><a class="anchor" href="#spotify-7"></a><a class="link" href="#spotify-7">Spotify</a></h4>
<div class="paragraph">
<p><div class="media-embed spotify-embed" style="margin: 1rem 0;">
<iframe
style="border-radius: 12px; width: 100%; max-width: 100%;"
src="https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator"
width="100%"
height="352"
frameborder="0"
allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy">
</iframe>
</div></p>
</div>
<div class="paragraph">
<p><a href="<div class="media-embed spotify-embed" style="margin: 1rem 0;">
<iframe
style="border-radius: 12px; width: 100%; max-width: 100%;"
src="https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator"
width="100%"
height="352"
frameborder="0"
allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy">
</iframe>
</div>"><span class="image"><img src="image::<span class="opengraph-link-container max-w-[400px] object-contain cursor-zoom-in" data-og-url="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" data-asciidoc-image="true" data-image-index="0" data-image-src="image::<span class=">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">Spotify link with pic&lt;/a&gt; <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg> <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span></p>
</div>
</div>
<div class="sect3">
<h4 id="audio-7"><a class="anchor" href="#audio-7"></a><a class="link" href="#audio-7">Audio</a></h4>
<div class="paragraph">
<p>MEDIA:audio:<a href="https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3" target="_blank" rel="noopener noreferrer">https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3</a></p>
</div>
<div class="paragraph">
<p>link:MEDIA:audio:<a href="https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3" target="_blank" rel="noopener noreferrer">https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3</a>[<span class="image"><img src="image::<span class="opengraph-link-container max-w-[400px] object-contain cursor-zoom-in" data-og-url="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" data-asciidoc-image="true" data-image-index="0" data-image-src="image::<span class=">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">Audio link with pic <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg> <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span>]</p>
</div>
</div>
<div class="sect3">
<h4 id="video-7"><a class="anchor" href="#video-7"></a><a class="link" href="#video-7">Video</a></h4>
<div class="paragraph">
<p>MEDIA:video:<a href="https://v.nostr.build/MTjaYib4upQuf8zn.mp4" target="_blank" rel="noopener noreferrer">https://v.nostr.build/MTjaYib4upQuf8zn.mp4</a></p>
</div>
<div class="paragraph">
<p>link:MEDIA:video:<a href="https://v.nostr.build/MTjaYib4upQuf8zn.mp4" target="_blank" rel="noopener noreferrer">https://v.nostr.build/MTjaYib4upQuf8zn.mp4</a>[<span class="image"><img src="image::<span class="opengraph-link-container max-w-[400px] object-contain cursor-zoom-in" data-og-url="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" data-asciidoc-image="true" data-image-index="0" data-image-src="image::<span class=">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">Video link with pic <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg> <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span>]</p>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="tables-7"><a class="anchor" href="#tables-7"></a><a class="link" href="#tables-7">Tables</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="orderly-7"><a class="anchor" href="#orderly-7"></a><a class="link" href="#orderly-7">Orderly</a></h3>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
<col style="width: 33.3333%;">
<col style="width: 66.6667%;">
</colgroup>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Syntax</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Description</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Header</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Title</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Paragraph</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Text</p></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="unorderly-7"><a class="anchor" href="#unorderly-7"></a><a class="link" href="#unorderly-7">Unorderly</a></h3>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
<col style="width: 33.3333%;">
<col style="width: 66.6667%;">
</colgroup>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Syntax</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Description</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Header</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Title</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Paragraph</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Text</p></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="with-alignment-7"><a class="anchor" href="#with-alignment-7"></a><a class="link" href="#with-alignment-7">With alignment</a></h3>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
<col style="width: 33.3333%;">
<col style="width: 33.3333%;">
<col style="width: 33.3334%;">
</colgroup>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Syntax</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Description</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">Test Text</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Header</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Title</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">Here_s this</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Paragraph</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Text</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">And more</p></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="sect1">
<h2 id="code-blocks-7"><a class="anchor" href="#code-blocks-7"></a><a class="link" href="#code-blocks-7">Code blocks</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="json-7"><a class="anchor" href="#json-7"></a><a class="link" href="#json-7">json</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
{
"id": "&lt;event_id&gt;",
"pubkey": "&lt;event_originator_pubkey&gt;",
"created_at": 1725087283,
"kind": 30040,
"tags": [
["d", "aesop_s-fables-by-aesop"],
["title", "Aesop_s Fables"],
["author", "Aesop"],
],
"sig": "&lt;event_signature&gt;"
}
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="typescript-7"><a class="anchor" href="#typescript-7"></a><a class="link" href="#typescript-7">typescript</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
/**
* Get Nostr identifier type
*/
function getNostrType(id: string): _npub_ | _nprofile_ | _nevent_ | _naddr_ | _note_ | null {
if (id.startsWith(_npub_)) return _npub_;
if (id.startsWith(_nprofile_)) return _nprofile_;
if (id.startsWith(_nevent_)) return _nevent_;
if (id.startsWith(_naddr_)) return _naddr_;
if (id.startsWith(_note_)) return _note_;
return null;
}
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="shell-7"><a class="anchor" href="#shell-7"></a><a class="link" href="#shell-7">shell</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''</code></pre>
</div>
</div>
<div class="paragraph">
<p>mkdir new_directory
cp source.txt destination.txt</p>
</div>
<hr>
</div>
<div class="sect2">
<h3 id="latex-13"><a class="anchor" href="#latex-13"></a><a class="link" href="#latex-13">LaTeX</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
$
M =
\begin{bmatrix}
\frac{5}{6} &amp; \frac{1}{6} &amp; 0 \\[0.3em]
\frac{5}{6} &amp; 0 &amp; \frac{1}{6} \\[0.3em]
0 &amp; \frac{5}{6} &amp; \frac{1}{6}
\end{bmatrix}
$
'''</code></pre>
</div>
</div>
<div class="listingblock">
<div class="content">
<pre><code>'''
$
f(x)=
\begin{cases}
1/d_{ij} &amp; \quad \text{when $d_{ij} \leq 160$}\\
0 &amp; \quad \text{otherwise}
\end{cases}
$
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="abc-notation-7"><a class="anchor" href="#abc-notation-7"></a><a class="link" href="#abc-notation-7">ABC Notation</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
X:1
T:Ohne Titel
C:Aufgezeichnet 1784
A:Seibis nahe Lichtenberg in Oberfranken
S:Handschrift, bezeichnet und datiert: "Heinrich Nicol Philipp zu Seibis den 30 Junius 1784"
M:4/4
L:1/4
K:D
dd d2 | ee e2 | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
|:\
fg ad | cB cA | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="plantuml-7"><a class="anchor" href="#plantuml-7"></a><a class="link" href="#plantuml-7">PlantUML</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
@startuml
Alice -&gt; Bob: Authentication Request
Bob --&gt; Alice: Authentication Response
@enduml
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="bpmn-7"><a class="anchor" href="#bpmn-7"></a><a class="link" href="#bpmn-7">BPMN</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
@startbpmn
start
:Task 1;
:Task 2;
stop
@endbpmn
'''</code></pre>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="latex-14"><a class="anchor" href="#latex-14"></a><a class="link" href="#latex-14">LaTeX</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="latex-in-inline-code-7"><a class="anchor" href="#latex-in-inline-code-7"></a><a class="link" href="#latex-in-inline-code-7">LaTeX in inline-code</a></h3>
<div class="paragraph">
<p>`$[ x^n + y^n = z^n \]== Bullet list</p>
</div>
<div class="paragraph">
<p>This is a test unordered list with mixed bullets:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>First item with a number 2. in it</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
<div class="ulist">
<ul>
<li>
<p>Indented item</p>
</li>
<li>
<p>Indented item</p>
</li>
</ul>
</div>
</li>
<li>
<p>Fourth item</p>
</li>
</ul>
</div>
<div class="paragraph">
<p>Another unordered list:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>1st item</p>
</li>
<li>
<p>2nd item</p>
</li>
<li>
<p>third item containing <em>italic</em> text</p>
<div class="ulist">
<ul>
<li>
<p>indented item</p>
</li>
<li>
<p>second indented item</p>
</li>
</ul>
</div>
</li>
<li>
<p>fourth item</p>
</li>
</ul>
</div>
<div class="paragraph">
<p>This is a test ordered list with indented items:</p>
</div>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>First item</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
<div class="olist loweralpha">
<ol class="loweralpha" type="a">
<li>
<p>Indented item</p>
</li>
<li>
<p>Indented item</p>
</li>
</ol>
</div>
</li>
<li>
<p>Fourth item</p>
</li>
</ol>
</div>
<div class="paragraph">
<p>Ordered list where everything has no number:</p>
</div>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>First item</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
</li>
<li>
<p>Fourth item</p>
</li>
</ol>
</div>
<div class="paragraph">
<p>This is a mixed list with indented items:</p>
</div>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>First item</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
<div class="ulist">
<ul>
<li>
<p>Indented item</p>
</li>
<li>
<p>Indented item</p>
</li>
</ul>
</div>
</li>
<li>
<p>Fourth item</p>
</li>
</ol>
</div>
<div class="paragraph">
<p>This is another mixed list with indented items:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>First item</p>
</li>
<li>
<p>Second item</p>
</li>
<li>
<p>Third item</p>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>Indented item</p>
</li>
<li>
<p>Indented item</p>
</li>
</ol>
</div>
</li>
<li>
<p>Fourth item</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="headers-8"><a class="anchor" href="#headers-8"></a><a class="link" href="#headers-8">Headers</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="third-level-header-8"><a class="anchor" href="#third-level-header-8"></a><a class="link" href="#third-level-header-8">Third-level header</a></h3>
<div class="sect3">
<h4 id="fourth-level-header-8"><a class="anchor" href="#fourth-level-header-8"></a><a class="link" href="#fourth-level-header-8">Fourth-level header</a></h4>
<div class="sect4">
<h5 id="fifth-level-header-8"><a class="anchor" href="#fifth-level-header-8"></a><a class="link" href="#fifth-level-header-8">Fifth-level header</a></h5>
<div class="sect5">
<h6 id="sixth-level-header-8"><a class="anchor" href="#sixth-level-header-8"></a><a class="link" href="#sixth-level-header-8">Sixth-level header</a></h6>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="media-and-links-8"><a class="anchor" href="#media-and-links-8"></a><a class="link" href="#media-and-links-8">Media and Links</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="nostr-address-8"><a class="anchor" href="#nostr-address-8"></a><a class="link" href="#nostr-address-8">Nostr address</a></h3>
<div class="paragraph">
<p>This should be ignored and rendered as plaintext: naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l</p>
</div>
<div class="paragraph">
<p>This is also plaintext:</p>
</div>
<div class="paragraph">
<p>npub1gv069u6q7zkl393ad47xutpqmyfj0rrfrlnqnlfc2ld38k8nnl4st9wa6q</p>
</div>
<div class="paragraph">
<p>These should be turned into links:</p>
</div>
<div class="paragraph">
<p><a href="nostr:naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l">naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z">npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj">nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh">nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh</a></p>
</div>
<div class="paragraph">
<p><a href="nostr:note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg">note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg</a></p>
</div>
</div>
<div class="sect2">
<h3 id="hashtag-8"><a class="anchor" href="#hashtag-8"></a><a class="link" href="#hashtag-8">Hashtag</a></h3>
<div class="paragraph">
<p><a class="hashtag-link text-primary-600 dark:text-primary-500 hover:underline" data-topic="testhashtag" data-url="/notes?t=testhashtag" href="/notes?t=testhashtag">#testhashtag</a> at the start of the line and <a class="hashtag-link text-primary-600 dark:text-primary-500 hover:underline" data-topic="inlinehashtag" data-url="/notes?t=inlinehashtag" href="/notes?t=inlinehashtag">#inlinehashtag</a> in the middle</p>
</div>
</div>
<div class="sect2">
<h3 id="wikilinks-8"><a class="anchor" href="#wikilinks-8"></a><a class="link" href="#wikilinks-8">Wikilinks</a></h3>
<div class="paragraph">
<p><a class="wikilink text-primary-600 dark:text-primary-500 hover:underline" data-dtag="nkbip-01" data-url="/events?d=nkbip-01" href="/events?d=nkbip-01">Specification</a> and <a class="wikilink text-primary-600 dark:text-primary-500 hover:underline" data-dtag="mirepoix" data-url="/events?d=mirepoix" href="/events?d=mirepoix">mirepoix</a></p>
</div>
</div>
<div class="sect2">
<h3 id="url-8"><a class="anchor" href="#url-8"></a><a class="link" href="#url-8">URL</a></h3>
<div class="paragraph">
<p><span class="opengraph-link-container" data-og-url="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html">
<a href="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span></p>
</div>
<div class="paragraph">
<p><span class="opengraph-link-container" data-og-url="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html">
<a href="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span>[Welt Online link]</p>
</div>
<div class="paragraph">
<p>this should render as plaintext: <code>http://www.example.com</code></p>
</div>
<div class="paragraph">
<p>this should be a hyperlink: www.example.com</p>
</div>
<div class="paragraph">
<p>this should be a hyperlink to the http URL with the same address, so <a href="https://theforest.nostr1.com/" target="_blank" rel="noopener noreferrer">wss://theforest.nostr1.com</a> should render like <a href="https://theforest.nostr1.com"https://theforest.nostr1.com" target="_blank" rel="noopener noreferrer">wss://theforest.nostr1.com<a href="https://theforest.nostr1.com" target="_blank" rel="noreferrer noopener" class="break-words inline-flex items-baseline gap-1">width=100%&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;imageblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;img src=&quot;image::https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png&quot; alt=&quot;https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>[width=100%][test image" width="100%">
</div>
</div>
</div>
<div class="sect2">
<h3 id="media-8"><a class="anchor" href="#media-8"></a><a class="link" href="#media-8">Media</a></h3>
<div class="sect3">
<h4 id="youtube-8"><a class="anchor" href="#youtube-8"></a><a class="link" href="#youtube-8">YouTube</a></h4>
<div class="paragraph">
<p><a href="https://youtube.com/shorts/ZWfvChb-i0w" target="_blank" rel="noopener noreferrer">https://youtube.com/shorts/ZWfvChb-i0w</a></p>
</div>
<div class="paragraph">
<p><a href="https://youtube.com/shorts/ZWfvChb-i0w" target="_blank" rel="noopener noreferrer">https://youtube.com/shorts/ZWfvChb-i0w</a>[<span class="image"><img src="image::<span class="opengraph-link-container max-w-[400px] object-contain cursor-zoom-in" data-og-url="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" data-asciidoc-image="true" data-image-index="0" data-image-src="image::<span class=">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">Youtube link with pic <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg> <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span>]</p>
</div>
</div>
<div class="sect3">
<h4 id="spotify-8"><a class="anchor" href="#spotify-8"></a><a class="link" href="#spotify-8">Spotify</a></h4>
<div class="paragraph">
<p><div class="media-embed spotify-embed" style="margin: 1rem 0;">
<iframe
style="border-radius: 12px; width: 100%; max-width: 100%;"
src="https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator"
width="100%"
height="352"
frameborder="0"
allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy">
</iframe>
</div></p>
</div>
<div class="paragraph">
<p><a href="<div class="media-embed spotify-embed" style="margin: 1rem 0;">
<iframe
style="border-radius: 12px; width: 100%; max-width: 100%;"
src="https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator"
width="100%"
height="352"
frameborder="0"
allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy">
</iframe>
</div>"><span class="image"><img src="image::<span class="opengraph-link-container max-w-[400px] object-contain cursor-zoom-in" data-og-url="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" data-asciidoc-image="true" data-image-index="0" data-image-src="image::<span class=">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">Spotify link with pic&lt;/a&gt; <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg> <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span></p>
</div>
</div>
<div class="sect3">
<h4 id="audio-8"><a class="anchor" href="#audio-8"></a><a class="link" href="#audio-8">Audio</a></h4>
<div class="paragraph">
<p>MEDIA:audio:<a href="https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3" target="_blank" rel="noopener noreferrer">https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3</a></p>
</div>
<div class="paragraph">
<p>link:MEDIA:audio:<a href="https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3" target="_blank" rel="noopener noreferrer">https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3</a>[<span class="image"><img src="image::<span class="opengraph-link-container max-w-[400px] object-contain cursor-zoom-in" data-og-url="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" data-asciidoc-image="true" data-image-index="0" data-image-src="image::<span class=">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">Audio link with pic <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg> <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span>]</p>
</div>
</div>
<div class="sect3">
<h4 id="video-8"><a class="anchor" href="#video-8"></a><a class="link" href="#video-8">Video</a></h4>
<div class="paragraph">
<p>MEDIA:video:<a href="https://v.nostr.build/MTjaYib4upQuf8zn.mp4" target="_blank" rel="noopener noreferrer">https://v.nostr.build/MTjaYib4upQuf8zn.mp4</a></p>
</div>
<div class="paragraph">
<p>link:MEDIA:video:<a href="https://v.nostr.build/MTjaYib4upQuf8zn.mp4" target="_blank" rel="noopener noreferrer">https://v.nostr.build/MTjaYib4upQuf8zn.mp4</a>[<span class="image"><img src="image::<span class="opengraph-link-container max-w-[400px] object-contain cursor-zoom-in" data-og-url="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" data-asciidoc-image="true" data-image-index="0" data-image-src="image::<span class=">
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;quot;" target="_blank" rel="noreferrer noopener" class="opengraph-link break-words inline-flex items-baseline gap-1">Video link with pic <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg> <svg style="width: 0.75rem; height: 0.75rem; flex-shrink: 0;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /></svg></a>
<div class="opengraph-preview" data-og-loading="true" style="display: none;">
<div class="opengraph-card">
<div class="opengraph-image-container">
<img class="opengraph-image" src="" alt="" style="display: none;" />
</div>
<div class="opengraph-content">
<div class="opengraph-site"></div>
<div class="opengraph-title"></div>
<div class="opengraph-description"></div>
</div>
</div>
</div>
</span>]</p>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="tables-8"><a class="anchor" href="#tables-8"></a><a class="link" href="#tables-8">Tables</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="orderly-8"><a class="anchor" href="#orderly-8"></a><a class="link" href="#orderly-8">Orderly</a></h3>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
<col style="width: 33.3333%;">
<col style="width: 66.6667%;">
</colgroup>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Syntax</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Description</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Header</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Title</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Paragraph</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Text</p></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="unorderly-8"><a class="anchor" href="#unorderly-8"></a><a class="link" href="#unorderly-8">Unorderly</a></h3>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
<col style="width: 33.3333%;">
<col style="width: 66.6667%;">
</colgroup>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Syntax</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Description</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Header</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Title</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Paragraph</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Text</p></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="with-alignment-8"><a class="anchor" href="#with-alignment-8"></a><a class="link" href="#with-alignment-8">With alignment</a></h3>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
<col style="width: 33.3333%;">
<col style="width: 33.3333%;">
<col style="width: 33.3334%;">
</colgroup>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Syntax</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Description</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">Test Text</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Header</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Title</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">Here_s this</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Paragraph</p></td>
<td class="tableblock halign-center valign-top"><p class="tableblock">Text</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">And more</p></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="sect1">
<h2 id="code-blocks-8"><a class="anchor" href="#code-blocks-8"></a><a class="link" href="#code-blocks-8">Code blocks</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="json-8"><a class="anchor" href="#json-8"></a><a class="link" href="#json-8">json</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
{
"id": "&lt;event_id&gt;",
"pubkey": "&lt;event_originator_pubkey&gt;",
"created_at": 1725087283,
"kind": 30040,
"tags": [
["d", "aesop_s-fables-by-aesop"],
["title", "Aesop_s Fables"],
["author", "Aesop"],
],
"sig": "&lt;event_signature&gt;"
}
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="typescript-8"><a class="anchor" href="#typescript-8"></a><a class="link" href="#typescript-8">typescript</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
/**
* Get Nostr identifier type
*/
function getNostrType(id: string): _npub_ | _nprofile_ | _nevent_ | _naddr_ | _note_ | null {
if (id.startsWith(_npub_)) return _npub_;
if (id.startsWith(_nprofile_)) return _nprofile_;
if (id.startsWith(_nevent_)) return _nevent_;
if (id.startsWith(_naddr_)) return _naddr_;
if (id.startsWith(_note_)) return _note_;
return null;
}
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="shell-8"><a class="anchor" href="#shell-8"></a><a class="link" href="#shell-8">shell</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''</code></pre>
</div>
</div>
<div class="paragraph">
<p>mkdir new_directory
cp source.txt destination.txt</p>
</div>
<hr>
</div>
<div class="sect2">
<h3 id="latex-15"><a class="anchor" href="#latex-15"></a><a class="link" href="#latex-15">LaTeX</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
$
M =
\begin{bmatrix}
\frac{5}{6} &amp; \frac{1}{6} &amp; 0 \\[0.3em]
\frac{5}{6} &amp; 0 &amp; \frac{1}{6} \\[0.3em]
0 &amp; \frac{5}{6} &amp; \frac{1}{6}
\end{bmatrix}
$
'''</code></pre>
</div>
</div>
<div class="listingblock">
<div class="content">
<pre><code>'''
$
f(x)=
\begin{cases}
1/d_{ij} &amp; \quad \text{when $d_{ij} \leq 160$}\\
0 &amp; \quad \text{otherwise}
\end{cases}
$
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="abc-notation-8"><a class="anchor" href="#abc-notation-8"></a><a class="link" href="#abc-notation-8">ABC Notation</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
X:1
T:Ohne Titel
C:Aufgezeichnet 1784
A:Seibis nahe Lichtenberg in Oberfranken
S:Handschrift, bezeichnet und datiert: "Heinrich Nicol Philipp zu Seibis den 30 Junius 1784"
M:4/4
L:1/4
K:D
dd d2 | ee e2 | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
|:\
fg ad | cB cA | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="plantuml-8"><a class="anchor" href="#plantuml-8"></a><a class="link" href="#plantuml-8">PlantUML</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
@startuml
Alice -&gt; Bob: Authentication Request
Bob --&gt; Alice: Authentication Response
@enduml
'''</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="bpmn-8"><a class="anchor" href="#bpmn-8"></a><a class="link" href="#bpmn-8">BPMN</a></h3>
<div class="listingblock">
<div class="content">
<pre><code>'''
@startbpmn
start
:Task 1;
:Task 2;
stop
@endbpmn
'''</code></pre>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="latex-16"><a class="anchor" href="#latex-16"></a><a class="link" href="#latex-16">LaTeX</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="latex-in-inline-code-8"><a class="anchor" href="#latex-in-inline-code-8"></a><a class="link" href="#latex-in-inline-code-8">LaTeX in inline-code</a></h3>
<div class="literalblock">
<div class="content">
<pre>and and</pre>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="latex-outside-of-code"><a class="anchor" href="#latex-outside-of-code"></a><a class="link" href="#latex-outside-of-code">LaTeX outside of code</a></h2>
<div class="sectionbody">
<div class="paragraph">
<p>This is a latex code block \mathbb{N} = \{ a \in \mathbb{Z} : a &gt; 0 \} and another that is an inline latex $\color{green}{X \sim Normal \; (\mu,\sigma^2)}$ and should be green</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="footnotes"><a class="anchor" href="#footnotes"></a><a class="link" href="#footnotes">Footnotes</a></h2>
<div class="sectionbody">
<div class="paragraph">
<p>Here_s a simple footnote,<sup class="footnote">[<a id="_footnoteref_1" class="footnote" href="#_footnotedef_1" title="View footnote.">1</a>]</sup> and here_s a longer one.<sup class="footnote">[<a id="_footnoteref_2" class="footnote" href="#_footnotedef_2" title="View footnote.">2</a>]</sup></p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="anchor-links"><a class="anchor" href="#anchor-links"></a><a class="link" href="#anchor-links">Anchor links</a></h2>
<div class="sectionbody">
<div class="paragraph">
<p><a href="#bullet-list">Link to bullet list section</a></p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="formatting"><a class="anchor" href="#formatting"></a><a class="link" href="#formatting">Formatting</a></h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="strikethrough"><a class="anchor" href="#strikethrough"></a><a class="link" href="#strikethrough">Strikethrough</a></h3>
<div class="paragraph">
<p><span class="line-through line-through-2">The world is flat.</span> We now know that the world is round. This should not be <sub>struck</sub> through.</p>
</div>
</div>
<div class="sect2">
<h3 id="bold"><a class="anchor" href="#bold"></a><a class="link" href="#bold">Bold</a></h3>
<div class="paragraph">
<p>This is <strong>bold</strong> text. So is this <strong>bold</strong> text.</p>
</div>
</div>
<div class="sect2">
<h3 id="italic"><a class="anchor" href="#italic"></a><a class="link" href="#italic">Italic</a></h3>
<div class="paragraph">
<p>This is <em>italic</em> text. So is this <em>italic</em> text.</p>
</div>
</div>
<div class="sect2">
<h3 id="task-list"><a class="anchor" href="#task-list"></a><a class="link" href="#task-list">Task List</a></h3>
<div class="ulist checklist">
<ul class="checklist">
<li>
<p>&#10003; Write the press release</p>
</li>
<li>
<p>&#10063; Update the website</p>
</li>
<li>
<p>&#10063; Contact the media</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="emoji-shortcodes"><a class="anchor" href="#emoji-shortcodes"></a><a class="link" href="#emoji-shortcodes">Emoji shortcodes</a></h3>
<div class="paragraph">
<p>Gone camping! :tent: Be back soon.</p>
</div>
<div class="paragraph">
<p>That is so funny! :joy:</p>
</div>
</div>
<div class="sect2">
<h3 id="marking-and-highlighting-text"><a class="anchor" href="#marking-and-highlighting-text"></a><a class="link" href="#marking-and-highlighting-text">Marking and highlighting text</a></h3>
<div class="paragraph">
<p>I need to highlight these <span class="highlight">very important words</span>.</p>
</div>
</div>
<div class="sect2">
<h3 id="subscript-and-superscript"><a class="anchor" href="#subscript-and-superscript"></a><a class="link" href="#subscript-and-superscript">Subscript and Superscript</a></h3>
<div class="paragraph">
<p>H<sub>2</sub>O</p>
</div>
<div class="paragraph">
<p>X<sup>2</sup></p>
</div>
</div>
<div class="sect2">
<h3 id="delimiter"><a class="anchor" href="#delimiter"></a><a class="link" href="#delimiter">Delimiter</a></h3>
<div class="paragraph">
<p>based upon a -</p>
</div>
<div class="paragraph">
<p>_*</p>
</div>
<div class="paragraph">
<p>based upon a *</p>
</div>
<div class="paragraph">
<p>*_</p>
</div>
</div>
<div class="sect2">
<h3 id="quotes"><a class="anchor" href="#quotes"></a><a class="link" href="#quotes">Quotes</a></h3>
<div class="quoteblock">
<blockquote>
<div class="paragraph">
<p>This is a single line blockequote sdfjsdlfkjasldkfjsdölfkjsdlfkjsadlöfkjsdlöfkjsadölfkjsdlf kjsldfkjsdalkjslkdfjlöskdfjlösdkjfsldkfjsöldkfjlösdkfjalsd kfjlsdkfjlödkfjlaksdfjlkjdfslkjalsdkfjlasdkfj alsdkjflskdfj sdfklj</p>
</div>
</blockquote>
</div>
<div class="quoteblock">
<blockquote>
<div class="paragraph">
<p>This is a multi line blockequote sdfjsdlfkjasldkfjsdölfkjsdlfkjsadlöfkjsdlöfkjsadölfkjsdlf kjsldfkjsdalkjslkdfjlöskdfjlösdkjfsldkfjsöldkfjlösdkfjalsd kfjlsdkfjlödkfjlaksdfjlkjdfslkjalsdkfjlasdkfj alsdkjflskdfj sdfklj
This is a multi line blockequote sdfjsdlfkjasldkfjsdölfkjsdlfkjsadlöfkjsdlöfkjsadölfkjsdlf kjsldfkjsdalkjslkdfjlöskdfjlösdkjfsldkfjsöldkfjlösdkfjalsd kfjlsdkfjlödkfjlaksdfjlkjdfslkjalsdkfjlasdkfj alsdkjflskdfj sdfklj
This is a multi line blockequote sdfjsdlfkjasldkfjsdölfkjsdlfkjsadlöfkjsdlöfkjsadölfkjsdlf kjsldfkjsdalkjslkdfjlöskdfjlösdkjfsldkfjsöldkfjlösdkfjalsd kfjlsdkfjlödkfjlaksdfjlkjdfslkjalsdkfjlasdkfj alsdkjflskdfj sdfklj
This is a multi line blockequote sdfjsdlfkjasldkfjsdölfkjsdlfkjsadlöfkjsdlöfkjsadölfkjsdlf kjsldfkjsdalkjslkdfjlöskdfjlösdkjfsldkfjsöldkfjlösdkfjalsd kfjlsdkfjlödkfjlaksdfjlkjdfslkjalsdkfjlasdkfj alsdkjflskdfj sdfklj</p>
</div>
</blockquote>
</div>
</div>
</div>
</div>
<div id="footnotes">
<hr>
<div class="footnote" id="_footnotedef_1">
<a href="#_footnoteref_1">1</a>. This is the first footnote.
</div>
<div class="footnote" id="_footnotedef_2">
<a href="#_footnoteref_2">2</a>. Here_s one with multiple paragraphs and code.
</div>
</div>
</div>
<details style="margin-top: 15px;">
<summary style="cursor: pointer; color: #3498db; font-weight: 500;">View Raw HTML</summary>
<div class="code-block" style="margin-top: 10px;">
<pre>&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;bullet-list&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#bullet-list&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#bullet-list&quot;&gt;Bullet list&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is a test unordered list with mixed bullets:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;First item with a number 2. in it&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;Another unordered list:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;1st item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;2nd item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;third item containing &lt;em&gt;italic&lt;/em&gt; text&lt;/p&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;second indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is a test ordered list with indented items:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;olist arabic&quot;&gt;
&lt;ol class=&quot;arabic&quot;&gt;
&lt;li&gt;
&lt;p&gt;First item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;div class=&quot;olist loweralpha&quot;&gt;
&lt;ol class=&quot;loweralpha&quot; type=&quot;a&quot;&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;Ordered list where everything has no number:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;olist arabic&quot;&gt;
&lt;ol class=&quot;arabic&quot;&gt;
&lt;li&gt;
&lt;p&gt;First item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is a mixed list with indented items:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;olist arabic&quot;&gt;
&lt;ol class=&quot;arabic&quot;&gt;
&lt;li&gt;
&lt;p&gt;First item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is another mixed list with indented items:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;First item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;div class=&quot;olist arabic&quot;&gt;
&lt;ol class=&quot;arabic&quot;&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;headers&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#headers&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#headers&quot;&gt;Headers&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;third-level-header&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#third-level-header&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#third-level-header&quot;&gt;Third-level header&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;fourth-level-header&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#fourth-level-header&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#fourth-level-header&quot;&gt;Fourth-level header&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;sect4&quot;&gt;
&lt;h5 id=&quot;fifth-level-header&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#fifth-level-header&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#fifth-level-header&quot;&gt;Fifth-level header&lt;/a&gt;&lt;/h5&gt;
&lt;div class=&quot;sect5&quot;&gt;
&lt;h6 id=&quot;sixth-level-header&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#sixth-level-header&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#sixth-level-header&quot;&gt;Sixth-level header&lt;/a&gt;&lt;/h6&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;media-and-links&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#media-and-links&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#media-and-links&quot;&gt;Media and Links&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;nostr-address&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#nostr-address&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#nostr-address&quot;&gt;Nostr address&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This should be ignored and rendered as plaintext: naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is also plaintext:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;npub1gv069u6q7zkl393ad47xutpqmyfj0rrfrlnqnlfc2ld38k8nnl4st9wa6q&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;These should be turned into links:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l&quot;&gt;naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z&quot;&gt;npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj&quot;&gt;nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh&quot;&gt;nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg&quot;&gt;note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;hashtag&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#hashtag&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#hashtag&quot;&gt;Hashtag&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a class=&quot;hashtag-link text-primary-600 dark:text-primary-500 hover:underline&quot; data-topic=&quot;testhashtag&quot; data-url=&quot;/notes?t=testhashtag&quot; href=&quot;/notes?t=testhashtag&quot;&gt;#testhashtag&lt;/a&gt; at the start of the line and &lt;a class=&quot;hashtag-link text-primary-600 dark:text-primary-500 hover:underline&quot; data-topic=&quot;inlinehashtag&quot; data-url=&quot;/notes?t=inlinehashtag&quot; href=&quot;/notes?t=inlinehashtag&quot;&gt;#inlinehashtag&lt;/a&gt; in the middle&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;wikilinks&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#wikilinks&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#wikilinks&quot;&gt;Wikilinks&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a class=&quot;wikilink text-primary-600 dark:text-primary-500 hover:underline&quot; data-dtag=&quot;nkbip-01&quot; data-url=&quot;/events?d=nkbip-01&quot; href=&quot;/events?d=nkbip-01&quot;&gt;Specification&lt;/a&gt; and &lt;a class=&quot;wikilink text-primary-600 dark:text-primary-500 hover:underline&quot; data-dtag=&quot;mirepoix&quot; data-url=&quot;/events?d=mirepoix&quot; href=&quot;/events?d=mirepoix&quot;&gt;mirepoix&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;url&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#url&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#url&quot;&gt;URL&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;span class=&quot;opengraph-link-container&quot; data-og-url=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot;&gt;
&lt;a href=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;span class=&quot;opengraph-link-container&quot; data-og-url=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot;&gt;
&lt;a href=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;[Welt Online link]&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;this should render as plaintext: &lt;code&gt;http://www.example.com&lt;/code&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;this should be a hyperlink: www.example.com&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;this should be a hyperlink to the http URL with the same address, so &lt;a href=&quot;https://theforest.nostr1.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;wss://theforest.nostr1.com&lt;/a&gt; should render like &lt;a href=&quot;https://theforest.nostr1.com&quot;https://theforest.nostr1.com&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;wss://theforest.nostr1.com&lt;a href=&quot;https://theforest.nostr1.com&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;break-words inline-flex items-baseline gap-1&quot;&gt;width=100%&amp;quot;&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;div class=&amp;quot;imageblock&amp;quot;&amp;gt;
&amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;
&amp;lt;img src=&amp;quot;image::https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png&amp;quot; alt=&amp;quot;https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;[width=100%][test image&quot; width=&quot;100%&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;media&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#media&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#media&quot;&gt;Media&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;youtube&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#youtube&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#youtube&quot;&gt;YouTube&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://youtube.com/shorts/ZWfvChb-i0w&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://youtube.com/shorts/ZWfvChb-i0w&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://youtube.com/shorts/ZWfvChb-i0w&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://youtube.com/shorts/ZWfvChb-i0w&lt;/a&gt;[&lt;span class=&quot;image&quot;&gt;&lt;img src=&quot;image::&lt;span class=&quot;opengraph-link-container max-w-[400px] object-contain cursor-zoom-in&quot; data-og-url=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; data-asciidoc-image=&quot;true&quot; data-image-index=&quot;0&quot; data-image-src=&quot;image::&lt;span class=&quot;&gt;
&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;Youtube link with pic &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;]&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;spotify&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#spotify&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#spotify&quot;&gt;Spotify&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;div class=&quot;media-embed spotify-embed&quot; style=&quot;margin: 1rem 0;&quot;&gt;
&lt;iframe
style=&quot;border-radius: 12px; width: 100%; max-width: 100%;&quot;
src=&quot;https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator&quot;
width=&quot;100%&quot;
height=&quot;352&quot;
frameborder=&quot;0&quot;
allowfullscreen=&quot;&quot;
allow=&quot;autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture&quot;
loading=&quot;lazy&quot;&gt;
&lt;/iframe&gt;
&lt;/div&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;&lt;div class=&quot;media-embed spotify-embed&quot; style=&quot;margin: 1rem 0;&quot;&gt;
&lt;iframe
style=&quot;border-radius: 12px; width: 100%; max-width: 100%;&quot;
src=&quot;https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator&quot;
width=&quot;100%&quot;
height=&quot;352&quot;
frameborder=&quot;0&quot;
allowfullscreen=&quot;&quot;
allow=&quot;autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture&quot;
loading=&quot;lazy&quot;&gt;
&lt;/iframe&gt;
&lt;/div&gt;&quot;&gt;&lt;span class=&quot;image&quot;&gt;&lt;img src=&quot;image::&lt;span class=&quot;opengraph-link-container max-w-[400px] object-contain cursor-zoom-in&quot; data-og-url=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; data-asciidoc-image=&quot;true&quot; data-image-index=&quot;0&quot; data-image-src=&quot;image::&lt;span class=&quot;&gt;
&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;Spotify link with pic&amp;lt;/a&amp;gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;audio&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#audio&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#audio&quot;&gt;Audio&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;MEDIA:audio:&lt;a href=&quot;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;link:MEDIA:audio:&lt;a href=&quot;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&lt;/a&gt;[&lt;span class=&quot;image&quot;&gt;&lt;img src=&quot;image::&lt;span class=&quot;opengraph-link-container max-w-[400px] object-contain cursor-zoom-in&quot; data-og-url=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; data-asciidoc-image=&quot;true&quot; data-image-index=&quot;0&quot; data-image-src=&quot;image::&lt;span class=&quot;&gt;
&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;Audio link with pic &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;]&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;video&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#video&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#video&quot;&gt;Video&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;MEDIA:video:&lt;a href=&quot;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;link:MEDIA:video:&lt;a href=&quot;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&lt;/a&gt;[&lt;span class=&quot;image&quot;&gt;&lt;img src=&quot;image::&lt;span class=&quot;opengraph-link-container max-w-[400px] object-contain cursor-zoom-in&quot; data-og-url=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; data-asciidoc-image=&quot;true&quot; data-image-index=&quot;0&quot; data-image-src=&quot;image::&lt;span class=&quot;&gt;
&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;Video link with pic &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;]&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;tables&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#tables&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#tables&quot;&gt;Tables&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;orderly&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#orderly&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#orderly&quot;&gt;Orderly&lt;/a&gt;&lt;/h3&gt;
&lt;table class=&quot;tableblock frame-all grid-all stretch&quot;&gt;
&lt;colgroup&gt;
&lt;col style=&quot;width: 33.3333%;&quot;&gt;
&lt;col style=&quot;width: 66.6667%;&quot;&gt;
&lt;/colgroup&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Syntax&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Description&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Header&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Title&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Paragraph&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Text&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;unorderly&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#unorderly&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#unorderly&quot;&gt;Unorderly&lt;/a&gt;&lt;/h3&gt;
&lt;table class=&quot;tableblock frame-all grid-all stretch&quot;&gt;
&lt;colgroup&gt;
&lt;col style=&quot;width: 33.3333%;&quot;&gt;
&lt;col style=&quot;width: 66.6667%;&quot;&gt;
&lt;/colgroup&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Syntax&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Description&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Header&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Title&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Paragraph&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Text&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;with-alignment&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#with-alignment&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#with-alignment&quot;&gt;With alignment&lt;/a&gt;&lt;/h3&gt;
&lt;table class=&quot;tableblock frame-all grid-all stretch&quot;&gt;
&lt;colgroup&gt;
&lt;col style=&quot;width: 33.3333%;&quot;&gt;
&lt;col style=&quot;width: 33.3333%;&quot;&gt;
&lt;col style=&quot;width: 33.3334%;&quot;&gt;
&lt;/colgroup&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Syntax&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-center valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Description&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-right valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Test Text&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Header&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-center valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Title&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-right valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Here_s this&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Paragraph&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-center valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Text&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-right valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;And more&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;code-blocks&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#code-blocks&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#code-blocks&quot;&gt;Code blocks&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;json&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#json&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#json&quot;&gt;json&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
{
&quot;id&quot;: &quot;&amp;lt;event_id&amp;gt;&quot;,
&quot;pubkey&quot;: &quot;&amp;lt;event_originator_pubkey&amp;gt;&quot;,
&quot;created_at&quot;: 1725087283,
&quot;kind&quot;: 30040,
&quot;tags&quot;: [
[&quot;d&quot;, &quot;aesop_s-fables-by-aesop&quot;],
[&quot;title&quot;, &quot;Aesop_s Fables&quot;],
[&quot;author&quot;, &quot;Aesop&quot;],
],
&quot;sig&quot;: &quot;&amp;lt;event_signature&amp;gt;&quot;
}
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;typescript&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#typescript&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#typescript&quot;&gt;typescript&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
/**
* Get Nostr identifier type
*/
function getNostrType(id: string): _npub_ | _nprofile_ | _nevent_ | _naddr_ | _note_ | null {
if (id.startsWith(_npub_)) return _npub_;
if (id.startsWith(_nprofile_)) return _nprofile_;
if (id.startsWith(_nevent_)) return _nevent_;
if (id.startsWith(_naddr_)) return _naddr_;
if (id.startsWith(_note_)) return _note_;
return null;
}
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;shell&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#shell&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#shell&quot;&gt;shell&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;mkdir new_directory
cp source.txt destination.txt&lt;/p&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;latex&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#latex&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#latex&quot;&gt;LaTeX&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
$
M =
\begin{bmatrix}
\frac{5}{6} &amp;amp; \frac{1}{6} &amp;amp; 0 \\[0.3em]
\frac{5}{6} &amp;amp; 0 &amp;amp; \frac{1}{6} \\[0.3em]
0 &amp;amp; \frac{5}{6} &amp;amp; \frac{1}{6}
\end{bmatrix}
$
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
$
f(x)=
\begin{cases}
1/d_{ij} &amp;amp; \quad \text{when $d_{ij} \leq 160$}\\
0 &amp;amp; \quad \text{otherwise}
\end{cases}
$
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;abc-notation&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#abc-notation&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#abc-notation&quot;&gt;ABC Notation&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
X:1
T:Ohne Titel
C:Aufgezeichnet 1784
A:Seibis nahe Lichtenberg in Oberfranken
S:Handschrift, bezeichnet und datiert: &quot;Heinrich Nicol Philipp zu Seibis den 30 Junius 1784&quot;
M:4/4
L:1/4
K:D
dd d2 | ee e2 | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
|:\
fg ad | cB cA | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;plantuml&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#plantuml&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#plantuml&quot;&gt;PlantUML&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
@startuml
Alice -&amp;gt; Bob: Authentication Request
Bob --&amp;gt; Alice: Authentication Response
@enduml
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;bpmn&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#bpmn&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#bpmn&quot;&gt;BPMN&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
@startbpmn
start
:Task 1;
:Task 2;
stop
@endbpmn
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;latex-2&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#latex-2&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#latex-2&quot;&gt;LaTeX&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;latex-in-inline-code&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#latex-in-inline-code&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#latex-in-inline-code&quot;&gt;LaTeX in inline-code&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;`$[ x^n + y^n = z^n \]== Bullet list&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is a test unordered list with mixed bullets:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;First item with a number 2. in it&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;Another unordered list:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;1st item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;2nd item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;third item containing &lt;em&gt;italic&lt;/em&gt; text&lt;/p&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;second indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is a test ordered list with indented items:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;olist arabic&quot;&gt;
&lt;ol class=&quot;arabic&quot;&gt;
&lt;li&gt;
&lt;p&gt;First item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;div class=&quot;olist loweralpha&quot;&gt;
&lt;ol class=&quot;loweralpha&quot; type=&quot;a&quot;&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;Ordered list where everything has no number:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;olist arabic&quot;&gt;
&lt;ol class=&quot;arabic&quot;&gt;
&lt;li&gt;
&lt;p&gt;First item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is a mixed list with indented items:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;olist arabic&quot;&gt;
&lt;ol class=&quot;arabic&quot;&gt;
&lt;li&gt;
&lt;p&gt;First item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is another mixed list with indented items:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;First item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;div class=&quot;olist arabic&quot;&gt;
&lt;ol class=&quot;arabic&quot;&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;headers-2&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#headers-2&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#headers-2&quot;&gt;Headers&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;third-level-header-2&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#third-level-header-2&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#third-level-header-2&quot;&gt;Third-level header&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;fourth-level-header-2&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#fourth-level-header-2&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#fourth-level-header-2&quot;&gt;Fourth-level header&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;sect4&quot;&gt;
&lt;h5 id=&quot;fifth-level-header-2&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#fifth-level-header-2&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#fifth-level-header-2&quot;&gt;Fifth-level header&lt;/a&gt;&lt;/h5&gt;
&lt;div class=&quot;sect5&quot;&gt;
&lt;h6 id=&quot;sixth-level-header-2&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#sixth-level-header-2&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#sixth-level-header-2&quot;&gt;Sixth-level header&lt;/a&gt;&lt;/h6&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;media-and-links-2&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#media-and-links-2&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#media-and-links-2&quot;&gt;Media and Links&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;nostr-address-2&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#nostr-address-2&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#nostr-address-2&quot;&gt;Nostr address&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This should be ignored and rendered as plaintext: naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is also plaintext:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;npub1gv069u6q7zkl393ad47xutpqmyfj0rrfrlnqnlfc2ld38k8nnl4st9wa6q&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;These should be turned into links:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l&quot;&gt;naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z&quot;&gt;npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj&quot;&gt;nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh&quot;&gt;nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg&quot;&gt;note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;hashtag-2&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#hashtag-2&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#hashtag-2&quot;&gt;Hashtag&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a class=&quot;hashtag-link text-primary-600 dark:text-primary-500 hover:underline&quot; data-topic=&quot;testhashtag&quot; data-url=&quot;/notes?t=testhashtag&quot; href=&quot;/notes?t=testhashtag&quot;&gt;#testhashtag&lt;/a&gt; at the start of the line and &lt;a class=&quot;hashtag-link text-primary-600 dark:text-primary-500 hover:underline&quot; data-topic=&quot;inlinehashtag&quot; data-url=&quot;/notes?t=inlinehashtag&quot; href=&quot;/notes?t=inlinehashtag&quot;&gt;#inlinehashtag&lt;/a&gt; in the middle&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;wikilinks-2&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#wikilinks-2&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#wikilinks-2&quot;&gt;Wikilinks&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a class=&quot;wikilink text-primary-600 dark:text-primary-500 hover:underline&quot; data-dtag=&quot;nkbip-01&quot; data-url=&quot;/events?d=nkbip-01&quot; href=&quot;/events?d=nkbip-01&quot;&gt;Specification&lt;/a&gt; and &lt;a class=&quot;wikilink text-primary-600 dark:text-primary-500 hover:underline&quot; data-dtag=&quot;mirepoix&quot; data-url=&quot;/events?d=mirepoix&quot; href=&quot;/events?d=mirepoix&quot;&gt;mirepoix&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;url-2&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#url-2&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#url-2&quot;&gt;URL&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;span class=&quot;opengraph-link-container&quot; data-og-url=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot;&gt;
&lt;a href=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;span class=&quot;opengraph-link-container&quot; data-og-url=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot;&gt;
&lt;a href=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;[Welt Online link]&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;this should render as plaintext: &lt;code&gt;http://www.example.com&lt;/code&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;this should be a hyperlink: www.example.com&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;this should be a hyperlink to the http URL with the same address, so &lt;a href=&quot;https://theforest.nostr1.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;wss://theforest.nostr1.com&lt;/a&gt; should render like &lt;a href=&quot;https://theforest.nostr1.com&quot;https://theforest.nostr1.com&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;wss://theforest.nostr1.com&lt;a href=&quot;https://theforest.nostr1.com&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;break-words inline-flex items-baseline gap-1&quot;&gt;width=100%&amp;quot;&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;div class=&amp;quot;imageblock&amp;quot;&amp;gt;
&amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;
&amp;lt;img src=&amp;quot;image::https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png&amp;quot; alt=&amp;quot;https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;[width=100%][test image&quot; width=&quot;100%&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;media-2&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#media-2&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#media-2&quot;&gt;Media&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;youtube-2&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#youtube-2&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#youtube-2&quot;&gt;YouTube&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://youtube.com/shorts/ZWfvChb-i0w&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://youtube.com/shorts/ZWfvChb-i0w&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://youtube.com/shorts/ZWfvChb-i0w&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://youtube.com/shorts/ZWfvChb-i0w&lt;/a&gt;[&lt;span class=&quot;image&quot;&gt;&lt;img src=&quot;image::&lt;span class=&quot;opengraph-link-container max-w-[400px] object-contain cursor-zoom-in&quot; data-og-url=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; data-asciidoc-image=&quot;true&quot; data-image-index=&quot;0&quot; data-image-src=&quot;image::&lt;span class=&quot;&gt;
&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;Youtube link with pic &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;]&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;spotify-2&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#spotify-2&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#spotify-2&quot;&gt;Spotify&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;div class=&quot;media-embed spotify-embed&quot; style=&quot;margin: 1rem 0;&quot;&gt;
&lt;iframe
style=&quot;border-radius: 12px; width: 100%; max-width: 100%;&quot;
src=&quot;https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator&quot;
width=&quot;100%&quot;
height=&quot;352&quot;
frameborder=&quot;0&quot;
allowfullscreen=&quot;&quot;
allow=&quot;autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture&quot;
loading=&quot;lazy&quot;&gt;
&lt;/iframe&gt;
&lt;/div&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;&lt;div class=&quot;media-embed spotify-embed&quot; style=&quot;margin: 1rem 0;&quot;&gt;
&lt;iframe
style=&quot;border-radius: 12px; width: 100%; max-width: 100%;&quot;
src=&quot;https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator&quot;
width=&quot;100%&quot;
height=&quot;352&quot;
frameborder=&quot;0&quot;
allowfullscreen=&quot;&quot;
allow=&quot;autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture&quot;
loading=&quot;lazy&quot;&gt;
&lt;/iframe&gt;
&lt;/div&gt;&quot;&gt;&lt;span class=&quot;image&quot;&gt;&lt;img src=&quot;image::&lt;span class=&quot;opengraph-link-container max-w-[400px] object-contain cursor-zoom-in&quot; data-og-url=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; data-asciidoc-image=&quot;true&quot; data-image-index=&quot;0&quot; data-image-src=&quot;image::&lt;span class=&quot;&gt;
&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;Spotify link with pic&amp;lt;/a&amp;gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;audio-2&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#audio-2&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#audio-2&quot;&gt;Audio&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;MEDIA:audio:&lt;a href=&quot;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;link:MEDIA:audio:&lt;a href=&quot;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&lt;/a&gt;[&lt;span class=&quot;image&quot;&gt;&lt;img src=&quot;image::&lt;span class=&quot;opengraph-link-container max-w-[400px] object-contain cursor-zoom-in&quot; data-og-url=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; data-asciidoc-image=&quot;true&quot; data-image-index=&quot;0&quot; data-image-src=&quot;image::&lt;span class=&quot;&gt;
&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;Audio link with pic &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;]&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;video-2&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#video-2&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#video-2&quot;&gt;Video&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;MEDIA:video:&lt;a href=&quot;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;link:MEDIA:video:&lt;a href=&quot;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&lt;/a&gt;[&lt;span class=&quot;image&quot;&gt;&lt;img src=&quot;image::&lt;span class=&quot;opengraph-link-container max-w-[400px] object-contain cursor-zoom-in&quot; data-og-url=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; data-asciidoc-image=&quot;true&quot; data-image-index=&quot;0&quot; data-image-src=&quot;image::&lt;span class=&quot;&gt;
&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;Video link with pic &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;]&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;tables-2&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#tables-2&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#tables-2&quot;&gt;Tables&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;orderly-2&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#orderly-2&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#orderly-2&quot;&gt;Orderly&lt;/a&gt;&lt;/h3&gt;
&lt;table class=&quot;tableblock frame-all grid-all stretch&quot;&gt;
&lt;colgroup&gt;
&lt;col style=&quot;width: 33.3333%;&quot;&gt;
&lt;col style=&quot;width: 66.6667%;&quot;&gt;
&lt;/colgroup&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Syntax&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Description&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Header&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Title&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Paragraph&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Text&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;unorderly-2&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#unorderly-2&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#unorderly-2&quot;&gt;Unorderly&lt;/a&gt;&lt;/h3&gt;
&lt;table class=&quot;tableblock frame-all grid-all stretch&quot;&gt;
&lt;colgroup&gt;
&lt;col style=&quot;width: 33.3333%;&quot;&gt;
&lt;col style=&quot;width: 66.6667%;&quot;&gt;
&lt;/colgroup&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Syntax&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Description&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Header&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Title&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Paragraph&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Text&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;with-alignment-2&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#with-alignment-2&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#with-alignment-2&quot;&gt;With alignment&lt;/a&gt;&lt;/h3&gt;
&lt;table class=&quot;tableblock frame-all grid-all stretch&quot;&gt;
&lt;colgroup&gt;
&lt;col style=&quot;width: 33.3333%;&quot;&gt;
&lt;col style=&quot;width: 33.3333%;&quot;&gt;
&lt;col style=&quot;width: 33.3334%;&quot;&gt;
&lt;/colgroup&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Syntax&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-center valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Description&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-right valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Test Text&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Header&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-center valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Title&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-right valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Here_s this&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Paragraph&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-center valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Text&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-right valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;And more&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;code-blocks-2&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#code-blocks-2&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#code-blocks-2&quot;&gt;Code blocks&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;json-2&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#json-2&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#json-2&quot;&gt;json&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
{
&quot;id&quot;: &quot;&amp;lt;event_id&amp;gt;&quot;,
&quot;pubkey&quot;: &quot;&amp;lt;event_originator_pubkey&amp;gt;&quot;,
&quot;created_at&quot;: 1725087283,
&quot;kind&quot;: 30040,
&quot;tags&quot;: [
[&quot;d&quot;, &quot;aesop_s-fables-by-aesop&quot;],
[&quot;title&quot;, &quot;Aesop_s Fables&quot;],
[&quot;author&quot;, &quot;Aesop&quot;],
],
&quot;sig&quot;: &quot;&amp;lt;event_signature&amp;gt;&quot;
}
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;typescript-2&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#typescript-2&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#typescript-2&quot;&gt;typescript&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
/**
* Get Nostr identifier type
*/
function getNostrType(id: string): _npub_ | _nprofile_ | _nevent_ | _naddr_ | _note_ | null {
if (id.startsWith(_npub_)) return _npub_;
if (id.startsWith(_nprofile_)) return _nprofile_;
if (id.startsWith(_nevent_)) return _nevent_;
if (id.startsWith(_naddr_)) return _naddr_;
if (id.startsWith(_note_)) return _note_;
return null;
}
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;shell-2&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#shell-2&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#shell-2&quot;&gt;shell&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;mkdir new_directory
cp source.txt destination.txt&lt;/p&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;latex-3&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#latex-3&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#latex-3&quot;&gt;LaTeX&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
$
M =
\begin{bmatrix}
\frac{5}{6} &amp;amp; \frac{1}{6} &amp;amp; 0 \\[0.3em]
\frac{5}{6} &amp;amp; 0 &amp;amp; \frac{1}{6} \\[0.3em]
0 &amp;amp; \frac{5}{6} &amp;amp; \frac{1}{6}
\end{bmatrix}
$
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
$
f(x)=
\begin{cases}
1/d_{ij} &amp;amp; \quad \text{when $d_{ij} \leq 160$}\\
0 &amp;amp; \quad \text{otherwise}
\end{cases}
$
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;abc-notation-2&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#abc-notation-2&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#abc-notation-2&quot;&gt;ABC Notation&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
X:1
T:Ohne Titel
C:Aufgezeichnet 1784
A:Seibis nahe Lichtenberg in Oberfranken
S:Handschrift, bezeichnet und datiert: &quot;Heinrich Nicol Philipp zu Seibis den 30 Junius 1784&quot;
M:4/4
L:1/4
K:D
dd d2 | ee e2 | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
|:\
fg ad | cB cA | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;plantuml-2&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#plantuml-2&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#plantuml-2&quot;&gt;PlantUML&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
@startuml
Alice -&amp;gt; Bob: Authentication Request
Bob --&amp;gt; Alice: Authentication Response
@enduml
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;bpmn-2&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#bpmn-2&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#bpmn-2&quot;&gt;BPMN&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
@startbpmn
start
:Task 1;
:Task 2;
stop
@endbpmn
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;latex-4&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#latex-4&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#latex-4&quot;&gt;LaTeX&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;latex-in-inline-code-2&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#latex-in-inline-code-2&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#latex-in-inline-code-2&quot;&gt;LaTeX in inline-code&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;literalblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;and `$[\sqrt{x^2+1}\]== Bullet list&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is a test unordered list with mixed bullets:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;First item with a number 2. in it&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;Another unordered list:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;1st item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;2nd item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;third item containing &lt;em&gt;italic&lt;/em&gt; text&lt;/p&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;second indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is a test ordered list with indented items:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;olist arabic&quot;&gt;
&lt;ol class=&quot;arabic&quot;&gt;
&lt;li&gt;
&lt;p&gt;First item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;div class=&quot;olist loweralpha&quot;&gt;
&lt;ol class=&quot;loweralpha&quot; type=&quot;a&quot;&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;Ordered list where everything has no number:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;olist arabic&quot;&gt;
&lt;ol class=&quot;arabic&quot;&gt;
&lt;li&gt;
&lt;p&gt;First item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is a mixed list with indented items:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;olist arabic&quot;&gt;
&lt;ol class=&quot;arabic&quot;&gt;
&lt;li&gt;
&lt;p&gt;First item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is another mixed list with indented items:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;First item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;div class=&quot;olist arabic&quot;&gt;
&lt;ol class=&quot;arabic&quot;&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;headers-3&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#headers-3&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#headers-3&quot;&gt;Headers&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;third-level-header-3&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#third-level-header-3&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#third-level-header-3&quot;&gt;Third-level header&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;fourth-level-header-3&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#fourth-level-header-3&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#fourth-level-header-3&quot;&gt;Fourth-level header&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;sect4&quot;&gt;
&lt;h5 id=&quot;fifth-level-header-3&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#fifth-level-header-3&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#fifth-level-header-3&quot;&gt;Fifth-level header&lt;/a&gt;&lt;/h5&gt;
&lt;div class=&quot;sect5&quot;&gt;
&lt;h6 id=&quot;sixth-level-header-3&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#sixth-level-header-3&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#sixth-level-header-3&quot;&gt;Sixth-level header&lt;/a&gt;&lt;/h6&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;media-and-links-3&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#media-and-links-3&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#media-and-links-3&quot;&gt;Media and Links&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;nostr-address-3&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#nostr-address-3&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#nostr-address-3&quot;&gt;Nostr address&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This should be ignored and rendered as plaintext: naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is also plaintext:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;npub1gv069u6q7zkl393ad47xutpqmyfj0rrfrlnqnlfc2ld38k8nnl4st9wa6q&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;These should be turned into links:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l&quot;&gt;naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z&quot;&gt;npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj&quot;&gt;nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh&quot;&gt;nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg&quot;&gt;note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;hashtag-3&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#hashtag-3&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#hashtag-3&quot;&gt;Hashtag&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a class=&quot;hashtag-link text-primary-600 dark:text-primary-500 hover:underline&quot; data-topic=&quot;testhashtag&quot; data-url=&quot;/notes?t=testhashtag&quot; href=&quot;/notes?t=testhashtag&quot;&gt;#testhashtag&lt;/a&gt; at the start of the line and &lt;a class=&quot;hashtag-link text-primary-600 dark:text-primary-500 hover:underline&quot; data-topic=&quot;inlinehashtag&quot; data-url=&quot;/notes?t=inlinehashtag&quot; href=&quot;/notes?t=inlinehashtag&quot;&gt;#inlinehashtag&lt;/a&gt; in the middle&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;wikilinks-3&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#wikilinks-3&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#wikilinks-3&quot;&gt;Wikilinks&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a class=&quot;wikilink text-primary-600 dark:text-primary-500 hover:underline&quot; data-dtag=&quot;nkbip-01&quot; data-url=&quot;/events?d=nkbip-01&quot; href=&quot;/events?d=nkbip-01&quot;&gt;Specification&lt;/a&gt; and &lt;a class=&quot;wikilink text-primary-600 dark:text-primary-500 hover:underline&quot; data-dtag=&quot;mirepoix&quot; data-url=&quot;/events?d=mirepoix&quot; href=&quot;/events?d=mirepoix&quot;&gt;mirepoix&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;url-3&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#url-3&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#url-3&quot;&gt;URL&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;span class=&quot;opengraph-link-container&quot; data-og-url=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot;&gt;
&lt;a href=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;span class=&quot;opengraph-link-container&quot; data-og-url=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot;&gt;
&lt;a href=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;[Welt Online link]&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;this should render as plaintext: &lt;code&gt;http://www.example.com&lt;/code&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;this should be a hyperlink: www.example.com&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;this should be a hyperlink to the http URL with the same address, so &lt;a href=&quot;https://theforest.nostr1.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;wss://theforest.nostr1.com&lt;/a&gt; should render like &lt;a href=&quot;https://theforest.nostr1.com&quot;https://theforest.nostr1.com&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;wss://theforest.nostr1.com&lt;a href=&quot;https://theforest.nostr1.com&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;break-words inline-flex items-baseline gap-1&quot;&gt;width=100%&amp;quot;&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;div class=&amp;quot;imageblock&amp;quot;&amp;gt;
&amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;
&amp;lt;img src=&amp;quot;image::https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png&amp;quot; alt=&amp;quot;https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;[width=100%][test image&quot; width=&quot;100%&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;media-3&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#media-3&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#media-3&quot;&gt;Media&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;youtube-3&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#youtube-3&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#youtube-3&quot;&gt;YouTube&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://youtube.com/shorts/ZWfvChb-i0w&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://youtube.com/shorts/ZWfvChb-i0w&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://youtube.com/shorts/ZWfvChb-i0w&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://youtube.com/shorts/ZWfvChb-i0w&lt;/a&gt;[&lt;span class=&quot;image&quot;&gt;&lt;img src=&quot;image::&lt;span class=&quot;opengraph-link-container max-w-[400px] object-contain cursor-zoom-in&quot; data-og-url=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; data-asciidoc-image=&quot;true&quot; data-image-index=&quot;0&quot; data-image-src=&quot;image::&lt;span class=&quot;&gt;
&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;Youtube link with pic &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;]&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;spotify-3&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#spotify-3&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#spotify-3&quot;&gt;Spotify&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;div class=&quot;media-embed spotify-embed&quot; style=&quot;margin: 1rem 0;&quot;&gt;
&lt;iframe
style=&quot;border-radius: 12px; width: 100%; max-width: 100%;&quot;
src=&quot;https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator&quot;
width=&quot;100%&quot;
height=&quot;352&quot;
frameborder=&quot;0&quot;
allowfullscreen=&quot;&quot;
allow=&quot;autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture&quot;
loading=&quot;lazy&quot;&gt;
&lt;/iframe&gt;
&lt;/div&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;&lt;div class=&quot;media-embed spotify-embed&quot; style=&quot;margin: 1rem 0;&quot;&gt;
&lt;iframe
style=&quot;border-radius: 12px; width: 100%; max-width: 100%;&quot;
src=&quot;https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator&quot;
width=&quot;100%&quot;
height=&quot;352&quot;
frameborder=&quot;0&quot;
allowfullscreen=&quot;&quot;
allow=&quot;autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture&quot;
loading=&quot;lazy&quot;&gt;
&lt;/iframe&gt;
&lt;/div&gt;&quot;&gt;&lt;span class=&quot;image&quot;&gt;&lt;img src=&quot;image::&lt;span class=&quot;opengraph-link-container max-w-[400px] object-contain cursor-zoom-in&quot; data-og-url=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; data-asciidoc-image=&quot;true&quot; data-image-index=&quot;0&quot; data-image-src=&quot;image::&lt;span class=&quot;&gt;
&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;Spotify link with pic&amp;lt;/a&amp;gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;audio-3&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#audio-3&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#audio-3&quot;&gt;Audio&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;MEDIA:audio:&lt;a href=&quot;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;link:MEDIA:audio:&lt;a href=&quot;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&lt;/a&gt;[&lt;span class=&quot;image&quot;&gt;&lt;img src=&quot;image::&lt;span class=&quot;opengraph-link-container max-w-[400px] object-contain cursor-zoom-in&quot; data-og-url=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; data-asciidoc-image=&quot;true&quot; data-image-index=&quot;0&quot; data-image-src=&quot;image::&lt;span class=&quot;&gt;
&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;Audio link with pic &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;]&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;video-3&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#video-3&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#video-3&quot;&gt;Video&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;MEDIA:video:&lt;a href=&quot;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;link:MEDIA:video:&lt;a href=&quot;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&lt;/a&gt;[&lt;span class=&quot;image&quot;&gt;&lt;img src=&quot;image::&lt;span class=&quot;opengraph-link-container max-w-[400px] object-contain cursor-zoom-in&quot; data-og-url=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; data-asciidoc-image=&quot;true&quot; data-image-index=&quot;0&quot; data-image-src=&quot;image::&lt;span class=&quot;&gt;
&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;Video link with pic &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;]&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;tables-3&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#tables-3&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#tables-3&quot;&gt;Tables&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;orderly-3&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#orderly-3&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#orderly-3&quot;&gt;Orderly&lt;/a&gt;&lt;/h3&gt;
&lt;table class=&quot;tableblock frame-all grid-all stretch&quot;&gt;
&lt;colgroup&gt;
&lt;col style=&quot;width: 33.3333%;&quot;&gt;
&lt;col style=&quot;width: 66.6667%;&quot;&gt;
&lt;/colgroup&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Syntax&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Description&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Header&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Title&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Paragraph&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Text&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;unorderly-3&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#unorderly-3&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#unorderly-3&quot;&gt;Unorderly&lt;/a&gt;&lt;/h3&gt;
&lt;table class=&quot;tableblock frame-all grid-all stretch&quot;&gt;
&lt;colgroup&gt;
&lt;col style=&quot;width: 33.3333%;&quot;&gt;
&lt;col style=&quot;width: 66.6667%;&quot;&gt;
&lt;/colgroup&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Syntax&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Description&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Header&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Title&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Paragraph&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Text&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;with-alignment-3&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#with-alignment-3&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#with-alignment-3&quot;&gt;With alignment&lt;/a&gt;&lt;/h3&gt;
&lt;table class=&quot;tableblock frame-all grid-all stretch&quot;&gt;
&lt;colgroup&gt;
&lt;col style=&quot;width: 33.3333%;&quot;&gt;
&lt;col style=&quot;width: 33.3333%;&quot;&gt;
&lt;col style=&quot;width: 33.3334%;&quot;&gt;
&lt;/colgroup&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Syntax&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-center valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Description&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-right valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Test Text&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Header&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-center valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Title&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-right valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Here_s this&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Paragraph&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-center valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Text&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-right valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;And more&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;code-blocks-3&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#code-blocks-3&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#code-blocks-3&quot;&gt;Code blocks&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;json-3&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#json-3&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#json-3&quot;&gt;json&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
{
&quot;id&quot;: &quot;&amp;lt;event_id&amp;gt;&quot;,
&quot;pubkey&quot;: &quot;&amp;lt;event_originator_pubkey&amp;gt;&quot;,
&quot;created_at&quot;: 1725087283,
&quot;kind&quot;: 30040,
&quot;tags&quot;: [
[&quot;d&quot;, &quot;aesop_s-fables-by-aesop&quot;],
[&quot;title&quot;, &quot;Aesop_s Fables&quot;],
[&quot;author&quot;, &quot;Aesop&quot;],
],
&quot;sig&quot;: &quot;&amp;lt;event_signature&amp;gt;&quot;
}
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;typescript-3&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#typescript-3&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#typescript-3&quot;&gt;typescript&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
/**
* Get Nostr identifier type
*/
function getNostrType(id: string): _npub_ | _nprofile_ | _nevent_ | _naddr_ | _note_ | null {
if (id.startsWith(_npub_)) return _npub_;
if (id.startsWith(_nprofile_)) return _nprofile_;
if (id.startsWith(_nevent_)) return _nevent_;
if (id.startsWith(_naddr_)) return _naddr_;
if (id.startsWith(_note_)) return _note_;
return null;
}
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;shell-3&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#shell-3&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#shell-3&quot;&gt;shell&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;mkdir new_directory
cp source.txt destination.txt&lt;/p&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;latex-5&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#latex-5&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#latex-5&quot;&gt;LaTeX&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
$
M =
\begin{bmatrix}
\frac{5}{6} &amp;amp; \frac{1}{6} &amp;amp; 0 \\[0.3em]
\frac{5}{6} &amp;amp; 0 &amp;amp; \frac{1}{6} \\[0.3em]
0 &amp;amp; \frac{5}{6} &amp;amp; \frac{1}{6}
\end{bmatrix}
$
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
$
f(x)=
\begin{cases}
1/d_{ij} &amp;amp; \quad \text{when $d_{ij} \leq 160$}\\
0 &amp;amp; \quad \text{otherwise}
\end{cases}
$
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;abc-notation-3&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#abc-notation-3&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#abc-notation-3&quot;&gt;ABC Notation&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
X:1
T:Ohne Titel
C:Aufgezeichnet 1784
A:Seibis nahe Lichtenberg in Oberfranken
S:Handschrift, bezeichnet und datiert: &quot;Heinrich Nicol Philipp zu Seibis den 30 Junius 1784&quot;
M:4/4
L:1/4
K:D
dd d2 | ee e2 | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
|:\
fg ad | cB cA | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;plantuml-3&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#plantuml-3&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#plantuml-3&quot;&gt;PlantUML&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
@startuml
Alice -&amp;gt; Bob: Authentication Request
Bob --&amp;gt; Alice: Authentication Response
@enduml
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;bpmn-3&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#bpmn-3&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#bpmn-3&quot;&gt;BPMN&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
@startbpmn
start
:Task 1;
:Task 2;
stop
@endbpmn
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;latex-6&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#latex-6&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#latex-6&quot;&gt;LaTeX&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;latex-in-inline-code-3&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#latex-in-inline-code-3&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#latex-in-inline-code-3&quot;&gt;LaTeX in inline-code&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;`$[ x^n + y^n = z^n \]== Bullet list&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is a test unordered list with mixed bullets:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;First item with a number 2. in it&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;Another unordered list:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;1st item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;2nd item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;third item containing &lt;em&gt;italic&lt;/em&gt; text&lt;/p&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;second indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is a test ordered list with indented items:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;olist arabic&quot;&gt;
&lt;ol class=&quot;arabic&quot;&gt;
&lt;li&gt;
&lt;p&gt;First item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;div class=&quot;olist loweralpha&quot;&gt;
&lt;ol class=&quot;loweralpha&quot; type=&quot;a&quot;&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;Ordered list where everything has no number:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;olist arabic&quot;&gt;
&lt;ol class=&quot;arabic&quot;&gt;
&lt;li&gt;
&lt;p&gt;First item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is a mixed list with indented items:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;olist arabic&quot;&gt;
&lt;ol class=&quot;arabic&quot;&gt;
&lt;li&gt;
&lt;p&gt;First item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is another mixed list with indented items:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;First item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;div class=&quot;olist arabic&quot;&gt;
&lt;ol class=&quot;arabic&quot;&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;headers-4&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#headers-4&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#headers-4&quot;&gt;Headers&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;third-level-header-4&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#third-level-header-4&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#third-level-header-4&quot;&gt;Third-level header&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;fourth-level-header-4&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#fourth-level-header-4&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#fourth-level-header-4&quot;&gt;Fourth-level header&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;sect4&quot;&gt;
&lt;h5 id=&quot;fifth-level-header-4&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#fifth-level-header-4&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#fifth-level-header-4&quot;&gt;Fifth-level header&lt;/a&gt;&lt;/h5&gt;
&lt;div class=&quot;sect5&quot;&gt;
&lt;h6 id=&quot;sixth-level-header-4&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#sixth-level-header-4&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#sixth-level-header-4&quot;&gt;Sixth-level header&lt;/a&gt;&lt;/h6&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;media-and-links-4&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#media-and-links-4&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#media-and-links-4&quot;&gt;Media and Links&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;nostr-address-4&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#nostr-address-4&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#nostr-address-4&quot;&gt;Nostr address&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This should be ignored and rendered as plaintext: naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is also plaintext:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;npub1gv069u6q7zkl393ad47xutpqmyfj0rrfrlnqnlfc2ld38k8nnl4st9wa6q&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;These should be turned into links:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l&quot;&gt;naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z&quot;&gt;npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj&quot;&gt;nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh&quot;&gt;nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg&quot;&gt;note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;hashtag-4&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#hashtag-4&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#hashtag-4&quot;&gt;Hashtag&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a class=&quot;hashtag-link text-primary-600 dark:text-primary-500 hover:underline&quot; data-topic=&quot;testhashtag&quot; data-url=&quot;/notes?t=testhashtag&quot; href=&quot;/notes?t=testhashtag&quot;&gt;#testhashtag&lt;/a&gt; at the start of the line and &lt;a class=&quot;hashtag-link text-primary-600 dark:text-primary-500 hover:underline&quot; data-topic=&quot;inlinehashtag&quot; data-url=&quot;/notes?t=inlinehashtag&quot; href=&quot;/notes?t=inlinehashtag&quot;&gt;#inlinehashtag&lt;/a&gt; in the middle&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;wikilinks-4&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#wikilinks-4&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#wikilinks-4&quot;&gt;Wikilinks&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a class=&quot;wikilink text-primary-600 dark:text-primary-500 hover:underline&quot; data-dtag=&quot;nkbip-01&quot; data-url=&quot;/events?d=nkbip-01&quot; href=&quot;/events?d=nkbip-01&quot;&gt;Specification&lt;/a&gt; and &lt;a class=&quot;wikilink text-primary-600 dark:text-primary-500 hover:underline&quot; data-dtag=&quot;mirepoix&quot; data-url=&quot;/events?d=mirepoix&quot; href=&quot;/events?d=mirepoix&quot;&gt;mirepoix&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;url-4&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#url-4&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#url-4&quot;&gt;URL&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;span class=&quot;opengraph-link-container&quot; data-og-url=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot;&gt;
&lt;a href=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;span class=&quot;opengraph-link-container&quot; data-og-url=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot;&gt;
&lt;a href=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;[Welt Online link]&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;this should render as plaintext: &lt;code&gt;http://www.example.com&lt;/code&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;this should be a hyperlink: www.example.com&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;this should be a hyperlink to the http URL with the same address, so &lt;a href=&quot;https://theforest.nostr1.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;wss://theforest.nostr1.com&lt;/a&gt; should render like &lt;a href=&quot;https://theforest.nostr1.com&quot;https://theforest.nostr1.com&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;wss://theforest.nostr1.com&lt;a href=&quot;https://theforest.nostr1.com&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;break-words inline-flex items-baseline gap-1&quot;&gt;width=100%&amp;quot;&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;div class=&amp;quot;imageblock&amp;quot;&amp;gt;
&amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;
&amp;lt;img src=&amp;quot;image::https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png&amp;quot; alt=&amp;quot;https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;[width=100%][test image&quot; width=&quot;100%&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;media-4&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#media-4&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#media-4&quot;&gt;Media&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;youtube-4&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#youtube-4&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#youtube-4&quot;&gt;YouTube&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://youtube.com/shorts/ZWfvChb-i0w&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://youtube.com/shorts/ZWfvChb-i0w&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://youtube.com/shorts/ZWfvChb-i0w&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://youtube.com/shorts/ZWfvChb-i0w&lt;/a&gt;[&lt;span class=&quot;image&quot;&gt;&lt;img src=&quot;image::&lt;span class=&quot;opengraph-link-container max-w-[400px] object-contain cursor-zoom-in&quot; data-og-url=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; data-asciidoc-image=&quot;true&quot; data-image-index=&quot;0&quot; data-image-src=&quot;image::&lt;span class=&quot;&gt;
&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;Youtube link with pic &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;]&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;spotify-4&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#spotify-4&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#spotify-4&quot;&gt;Spotify&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;div class=&quot;media-embed spotify-embed&quot; style=&quot;margin: 1rem 0;&quot;&gt;
&lt;iframe
style=&quot;border-radius: 12px; width: 100%; max-width: 100%;&quot;
src=&quot;https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator&quot;
width=&quot;100%&quot;
height=&quot;352&quot;
frameborder=&quot;0&quot;
allowfullscreen=&quot;&quot;
allow=&quot;autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture&quot;
loading=&quot;lazy&quot;&gt;
&lt;/iframe&gt;
&lt;/div&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;&lt;div class=&quot;media-embed spotify-embed&quot; style=&quot;margin: 1rem 0;&quot;&gt;
&lt;iframe
style=&quot;border-radius: 12px; width: 100%; max-width: 100%;&quot;
src=&quot;https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator&quot;
width=&quot;100%&quot;
height=&quot;352&quot;
frameborder=&quot;0&quot;
allowfullscreen=&quot;&quot;
allow=&quot;autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture&quot;
loading=&quot;lazy&quot;&gt;
&lt;/iframe&gt;
&lt;/div&gt;&quot;&gt;&lt;span class=&quot;image&quot;&gt;&lt;img src=&quot;image::&lt;span class=&quot;opengraph-link-container max-w-[400px] object-contain cursor-zoom-in&quot; data-og-url=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; data-asciidoc-image=&quot;true&quot; data-image-index=&quot;0&quot; data-image-src=&quot;image::&lt;span class=&quot;&gt;
&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;Spotify link with pic&amp;lt;/a&amp;gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;audio-4&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#audio-4&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#audio-4&quot;&gt;Audio&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;MEDIA:audio:&lt;a href=&quot;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;link:MEDIA:audio:&lt;a href=&quot;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&lt;/a&gt;[&lt;span class=&quot;image&quot;&gt;&lt;img src=&quot;image::&lt;span class=&quot;opengraph-link-container max-w-[400px] object-contain cursor-zoom-in&quot; data-og-url=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; data-asciidoc-image=&quot;true&quot; data-image-index=&quot;0&quot; data-image-src=&quot;image::&lt;span class=&quot;&gt;
&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;Audio link with pic &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;]&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;video-4&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#video-4&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#video-4&quot;&gt;Video&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;MEDIA:video:&lt;a href=&quot;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;link:MEDIA:video:&lt;a href=&quot;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&lt;/a&gt;[&lt;span class=&quot;image&quot;&gt;&lt;img src=&quot;image::&lt;span class=&quot;opengraph-link-container max-w-[400px] object-contain cursor-zoom-in&quot; data-og-url=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; data-asciidoc-image=&quot;true&quot; data-image-index=&quot;0&quot; data-image-src=&quot;image::&lt;span class=&quot;&gt;
&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;Video link with pic &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;]&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;tables-4&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#tables-4&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#tables-4&quot;&gt;Tables&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;orderly-4&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#orderly-4&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#orderly-4&quot;&gt;Orderly&lt;/a&gt;&lt;/h3&gt;
&lt;table class=&quot;tableblock frame-all grid-all stretch&quot;&gt;
&lt;colgroup&gt;
&lt;col style=&quot;width: 33.3333%;&quot;&gt;
&lt;col style=&quot;width: 66.6667%;&quot;&gt;
&lt;/colgroup&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Syntax&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Description&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Header&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Title&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Paragraph&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Text&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;unorderly-4&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#unorderly-4&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#unorderly-4&quot;&gt;Unorderly&lt;/a&gt;&lt;/h3&gt;
&lt;table class=&quot;tableblock frame-all grid-all stretch&quot;&gt;
&lt;colgroup&gt;
&lt;col style=&quot;width: 33.3333%;&quot;&gt;
&lt;col style=&quot;width: 66.6667%;&quot;&gt;
&lt;/colgroup&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Syntax&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Description&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Header&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Title&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Paragraph&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Text&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;with-alignment-4&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#with-alignment-4&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#with-alignment-4&quot;&gt;With alignment&lt;/a&gt;&lt;/h3&gt;
&lt;table class=&quot;tableblock frame-all grid-all stretch&quot;&gt;
&lt;colgroup&gt;
&lt;col style=&quot;width: 33.3333%;&quot;&gt;
&lt;col style=&quot;width: 33.3333%;&quot;&gt;
&lt;col style=&quot;width: 33.3334%;&quot;&gt;
&lt;/colgroup&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Syntax&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-center valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Description&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-right valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Test Text&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Header&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-center valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Title&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-right valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Here_s this&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Paragraph&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-center valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Text&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-right valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;And more&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;code-blocks-4&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#code-blocks-4&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#code-blocks-4&quot;&gt;Code blocks&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;json-4&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#json-4&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#json-4&quot;&gt;json&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
{
&quot;id&quot;: &quot;&amp;lt;event_id&amp;gt;&quot;,
&quot;pubkey&quot;: &quot;&amp;lt;event_originator_pubkey&amp;gt;&quot;,
&quot;created_at&quot;: 1725087283,
&quot;kind&quot;: 30040,
&quot;tags&quot;: [
[&quot;d&quot;, &quot;aesop_s-fables-by-aesop&quot;],
[&quot;title&quot;, &quot;Aesop_s Fables&quot;],
[&quot;author&quot;, &quot;Aesop&quot;],
],
&quot;sig&quot;: &quot;&amp;lt;event_signature&amp;gt;&quot;
}
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;typescript-4&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#typescript-4&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#typescript-4&quot;&gt;typescript&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
/**
* Get Nostr identifier type
*/
function getNostrType(id: string): _npub_ | _nprofile_ | _nevent_ | _naddr_ | _note_ | null {
if (id.startsWith(_npub_)) return _npub_;
if (id.startsWith(_nprofile_)) return _nprofile_;
if (id.startsWith(_nevent_)) return _nevent_;
if (id.startsWith(_naddr_)) return _naddr_;
if (id.startsWith(_note_)) return _note_;
return null;
}
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;shell-4&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#shell-4&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#shell-4&quot;&gt;shell&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;mkdir new_directory
cp source.txt destination.txt&lt;/p&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;latex-7&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#latex-7&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#latex-7&quot;&gt;LaTeX&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
$
M =
\begin{bmatrix}
\frac{5}{6} &amp;amp; \frac{1}{6} &amp;amp; 0 \\[0.3em]
\frac{5}{6} &amp;amp; 0 &amp;amp; \frac{1}{6} \\[0.3em]
0 &amp;amp; \frac{5}{6} &amp;amp; \frac{1}{6}
\end{bmatrix}
$
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
$
f(x)=
\begin{cases}
1/d_{ij} &amp;amp; \quad \text{when $d_{ij} \leq 160$}\\
0 &amp;amp; \quad \text{otherwise}
\end{cases}
$
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;abc-notation-4&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#abc-notation-4&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#abc-notation-4&quot;&gt;ABC Notation&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
X:1
T:Ohne Titel
C:Aufgezeichnet 1784
A:Seibis nahe Lichtenberg in Oberfranken
S:Handschrift, bezeichnet und datiert: &quot;Heinrich Nicol Philipp zu Seibis den 30 Junius 1784&quot;
M:4/4
L:1/4
K:D
dd d2 | ee e2 | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
|:\
fg ad | cB cA | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;plantuml-4&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#plantuml-4&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#plantuml-4&quot;&gt;PlantUML&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
@startuml
Alice -&amp;gt; Bob: Authentication Request
Bob --&amp;gt; Alice: Authentication Response
@enduml
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;bpmn-4&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#bpmn-4&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#bpmn-4&quot;&gt;BPMN&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
@startbpmn
start
:Task 1;
:Task 2;
stop
@endbpmn
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;latex-8&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#latex-8&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#latex-8&quot;&gt;LaTeX&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;latex-in-inline-code-4&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#latex-in-inline-code-4&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#latex-in-inline-code-4&quot;&gt;LaTeX in inline-code&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;literalblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;and and `$\color{blue}{X \sim Normal \; (\mu,\sigma^2)}== Bullet list&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is a test unordered list with mixed bullets:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;First item with a number 2. in it&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;Another unordered list:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;1st item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;2nd item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;third item containing &lt;em&gt;italic&lt;/em&gt; text&lt;/p&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;second indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is a test ordered list with indented items:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;olist arabic&quot;&gt;
&lt;ol class=&quot;arabic&quot;&gt;
&lt;li&gt;
&lt;p&gt;First item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;div class=&quot;olist loweralpha&quot;&gt;
&lt;ol class=&quot;loweralpha&quot; type=&quot;a&quot;&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;Ordered list where everything has no number:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;olist arabic&quot;&gt;
&lt;ol class=&quot;arabic&quot;&gt;
&lt;li&gt;
&lt;p&gt;First item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is a mixed list with indented items:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;olist arabic&quot;&gt;
&lt;ol class=&quot;arabic&quot;&gt;
&lt;li&gt;
&lt;p&gt;First item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is another mixed list with indented items:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;First item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;div class=&quot;olist arabic&quot;&gt;
&lt;ol class=&quot;arabic&quot;&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;headers-5&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#headers-5&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#headers-5&quot;&gt;Headers&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;third-level-header-5&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#third-level-header-5&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#third-level-header-5&quot;&gt;Third-level header&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;fourth-level-header-5&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#fourth-level-header-5&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#fourth-level-header-5&quot;&gt;Fourth-level header&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;sect4&quot;&gt;
&lt;h5 id=&quot;fifth-level-header-5&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#fifth-level-header-5&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#fifth-level-header-5&quot;&gt;Fifth-level header&lt;/a&gt;&lt;/h5&gt;
&lt;div class=&quot;sect5&quot;&gt;
&lt;h6 id=&quot;sixth-level-header-5&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#sixth-level-header-5&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#sixth-level-header-5&quot;&gt;Sixth-level header&lt;/a&gt;&lt;/h6&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;media-and-links-5&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#media-and-links-5&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#media-and-links-5&quot;&gt;Media and Links&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;nostr-address-5&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#nostr-address-5&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#nostr-address-5&quot;&gt;Nostr address&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This should be ignored and rendered as plaintext: naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is also plaintext:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;npub1gv069u6q7zkl393ad47xutpqmyfj0rrfrlnqnlfc2ld38k8nnl4st9wa6q&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;These should be turned into links:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l&quot;&gt;naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z&quot;&gt;npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj&quot;&gt;nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh&quot;&gt;nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg&quot;&gt;note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;hashtag-5&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#hashtag-5&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#hashtag-5&quot;&gt;Hashtag&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a class=&quot;hashtag-link text-primary-600 dark:text-primary-500 hover:underline&quot; data-topic=&quot;testhashtag&quot; data-url=&quot;/notes?t=testhashtag&quot; href=&quot;/notes?t=testhashtag&quot;&gt;#testhashtag&lt;/a&gt; at the start of the line and &lt;a class=&quot;hashtag-link text-primary-600 dark:text-primary-500 hover:underline&quot; data-topic=&quot;inlinehashtag&quot; data-url=&quot;/notes?t=inlinehashtag&quot; href=&quot;/notes?t=inlinehashtag&quot;&gt;#inlinehashtag&lt;/a&gt; in the middle&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;wikilinks-5&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#wikilinks-5&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#wikilinks-5&quot;&gt;Wikilinks&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a class=&quot;wikilink text-primary-600 dark:text-primary-500 hover:underline&quot; data-dtag=&quot;nkbip-01&quot; data-url=&quot;/events?d=nkbip-01&quot; href=&quot;/events?d=nkbip-01&quot;&gt;Specification&lt;/a&gt; and &lt;a class=&quot;wikilink text-primary-600 dark:text-primary-500 hover:underline&quot; data-dtag=&quot;mirepoix&quot; data-url=&quot;/events?d=mirepoix&quot; href=&quot;/events?d=mirepoix&quot;&gt;mirepoix&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;url-5&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#url-5&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#url-5&quot;&gt;URL&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;span class=&quot;opengraph-link-container&quot; data-og-url=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot;&gt;
&lt;a href=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;span class=&quot;opengraph-link-container&quot; data-og-url=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot;&gt;
&lt;a href=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;[Welt Online link]&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;this should render as plaintext: &lt;code&gt;http://www.example.com&lt;/code&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;this should be a hyperlink: www.example.com&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;this should be a hyperlink to the http URL with the same address, so &lt;a href=&quot;https://theforest.nostr1.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;wss://theforest.nostr1.com&lt;/a&gt; should render like &lt;a href=&quot;https://theforest.nostr1.com&quot;https://theforest.nostr1.com&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;wss://theforest.nostr1.com&lt;a href=&quot;https://theforest.nostr1.com&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;break-words inline-flex items-baseline gap-1&quot;&gt;width=100%&amp;quot;&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;div class=&amp;quot;imageblock&amp;quot;&amp;gt;
&amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;
&amp;lt;img src=&amp;quot;image::https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png&amp;quot; alt=&amp;quot;https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;[width=100%][test image&quot; width=&quot;100%&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;media-5&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#media-5&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#media-5&quot;&gt;Media&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;youtube-5&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#youtube-5&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#youtube-5&quot;&gt;YouTube&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://youtube.com/shorts/ZWfvChb-i0w&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://youtube.com/shorts/ZWfvChb-i0w&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://youtube.com/shorts/ZWfvChb-i0w&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://youtube.com/shorts/ZWfvChb-i0w&lt;/a&gt;[&lt;span class=&quot;image&quot;&gt;&lt;img src=&quot;image::&lt;span class=&quot;opengraph-link-container max-w-[400px] object-contain cursor-zoom-in&quot; data-og-url=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; data-asciidoc-image=&quot;true&quot; data-image-index=&quot;0&quot; data-image-src=&quot;image::&lt;span class=&quot;&gt;
&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;Youtube link with pic &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;]&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;spotify-5&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#spotify-5&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#spotify-5&quot;&gt;Spotify&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;div class=&quot;media-embed spotify-embed&quot; style=&quot;margin: 1rem 0;&quot;&gt;
&lt;iframe
style=&quot;border-radius: 12px; width: 100%; max-width: 100%;&quot;
src=&quot;https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator&quot;
width=&quot;100%&quot;
height=&quot;352&quot;
frameborder=&quot;0&quot;
allowfullscreen=&quot;&quot;
allow=&quot;autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture&quot;
loading=&quot;lazy&quot;&gt;
&lt;/iframe&gt;
&lt;/div&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;&lt;div class=&quot;media-embed spotify-embed&quot; style=&quot;margin: 1rem 0;&quot;&gt;
&lt;iframe
style=&quot;border-radius: 12px; width: 100%; max-width: 100%;&quot;
src=&quot;https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator&quot;
width=&quot;100%&quot;
height=&quot;352&quot;
frameborder=&quot;0&quot;
allowfullscreen=&quot;&quot;
allow=&quot;autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture&quot;
loading=&quot;lazy&quot;&gt;
&lt;/iframe&gt;
&lt;/div&gt;&quot;&gt;&lt;span class=&quot;image&quot;&gt;&lt;img src=&quot;image::&lt;span class=&quot;opengraph-link-container max-w-[400px] object-contain cursor-zoom-in&quot; data-og-url=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; data-asciidoc-image=&quot;true&quot; data-image-index=&quot;0&quot; data-image-src=&quot;image::&lt;span class=&quot;&gt;
&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;Spotify link with pic&amp;lt;/a&amp;gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;audio-5&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#audio-5&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#audio-5&quot;&gt;Audio&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;MEDIA:audio:&lt;a href=&quot;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;link:MEDIA:audio:&lt;a href=&quot;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&lt;/a&gt;[&lt;span class=&quot;image&quot;&gt;&lt;img src=&quot;image::&lt;span class=&quot;opengraph-link-container max-w-[400px] object-contain cursor-zoom-in&quot; data-og-url=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; data-asciidoc-image=&quot;true&quot; data-image-index=&quot;0&quot; data-image-src=&quot;image::&lt;span class=&quot;&gt;
&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;Audio link with pic &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;]&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;video-5&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#video-5&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#video-5&quot;&gt;Video&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;MEDIA:video:&lt;a href=&quot;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;link:MEDIA:video:&lt;a href=&quot;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&lt;/a&gt;[&lt;span class=&quot;image&quot;&gt;&lt;img src=&quot;image::&lt;span class=&quot;opengraph-link-container max-w-[400px] object-contain cursor-zoom-in&quot; data-og-url=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; data-asciidoc-image=&quot;true&quot; data-image-index=&quot;0&quot; data-image-src=&quot;image::&lt;span class=&quot;&gt;
&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;Video link with pic &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;]&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;tables-5&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#tables-5&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#tables-5&quot;&gt;Tables&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;orderly-5&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#orderly-5&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#orderly-5&quot;&gt;Orderly&lt;/a&gt;&lt;/h3&gt;
&lt;table class=&quot;tableblock frame-all grid-all stretch&quot;&gt;
&lt;colgroup&gt;
&lt;col style=&quot;width: 33.3333%;&quot;&gt;
&lt;col style=&quot;width: 66.6667%;&quot;&gt;
&lt;/colgroup&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Syntax&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Description&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Header&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Title&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Paragraph&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Text&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;unorderly-5&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#unorderly-5&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#unorderly-5&quot;&gt;Unorderly&lt;/a&gt;&lt;/h3&gt;
&lt;table class=&quot;tableblock frame-all grid-all stretch&quot;&gt;
&lt;colgroup&gt;
&lt;col style=&quot;width: 33.3333%;&quot;&gt;
&lt;col style=&quot;width: 66.6667%;&quot;&gt;
&lt;/colgroup&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Syntax&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Description&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Header&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Title&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Paragraph&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Text&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;with-alignment-5&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#with-alignment-5&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#with-alignment-5&quot;&gt;With alignment&lt;/a&gt;&lt;/h3&gt;
&lt;table class=&quot;tableblock frame-all grid-all stretch&quot;&gt;
&lt;colgroup&gt;
&lt;col style=&quot;width: 33.3333%;&quot;&gt;
&lt;col style=&quot;width: 33.3333%;&quot;&gt;
&lt;col style=&quot;width: 33.3334%;&quot;&gt;
&lt;/colgroup&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Syntax&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-center valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Description&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-right valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Test Text&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Header&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-center valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Title&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-right valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Here_s this&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Paragraph&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-center valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Text&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-right valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;And more&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;code-blocks-5&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#code-blocks-5&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#code-blocks-5&quot;&gt;Code blocks&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;json-5&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#json-5&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#json-5&quot;&gt;json&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
{
&quot;id&quot;: &quot;&amp;lt;event_id&amp;gt;&quot;,
&quot;pubkey&quot;: &quot;&amp;lt;event_originator_pubkey&amp;gt;&quot;,
&quot;created_at&quot;: 1725087283,
&quot;kind&quot;: 30040,
&quot;tags&quot;: [
[&quot;d&quot;, &quot;aesop_s-fables-by-aesop&quot;],
[&quot;title&quot;, &quot;Aesop_s Fables&quot;],
[&quot;author&quot;, &quot;Aesop&quot;],
],
&quot;sig&quot;: &quot;&amp;lt;event_signature&amp;gt;&quot;
}
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;typescript-5&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#typescript-5&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#typescript-5&quot;&gt;typescript&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
/**
* Get Nostr identifier type
*/
function getNostrType(id: string): _npub_ | _nprofile_ | _nevent_ | _naddr_ | _note_ | null {
if (id.startsWith(_npub_)) return _npub_;
if (id.startsWith(_nprofile_)) return _nprofile_;
if (id.startsWith(_nevent_)) return _nevent_;
if (id.startsWith(_naddr_)) return _naddr_;
if (id.startsWith(_note_)) return _note_;
return null;
}
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;shell-5&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#shell-5&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#shell-5&quot;&gt;shell&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;mkdir new_directory
cp source.txt destination.txt&lt;/p&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;latex-9&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#latex-9&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#latex-9&quot;&gt;LaTeX&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
$
M =
\begin{bmatrix}
\frac{5}{6} &amp;amp; \frac{1}{6} &amp;amp; 0 \\[0.3em]
\frac{5}{6} &amp;amp; 0 &amp;amp; \frac{1}{6} \\[0.3em]
0 &amp;amp; \frac{5}{6} &amp;amp; \frac{1}{6}
\end{bmatrix}
$
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
$
f(x)=
\begin{cases}
1/d_{ij} &amp;amp; \quad \text{when $d_{ij} \leq 160$}\\
0 &amp;amp; \quad \text{otherwise}
\end{cases}
$
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;abc-notation-5&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#abc-notation-5&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#abc-notation-5&quot;&gt;ABC Notation&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
X:1
T:Ohne Titel
C:Aufgezeichnet 1784
A:Seibis nahe Lichtenberg in Oberfranken
S:Handschrift, bezeichnet und datiert: &quot;Heinrich Nicol Philipp zu Seibis den 30 Junius 1784&quot;
M:4/4
L:1/4
K:D
dd d2 | ee e2 | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
|:\
fg ad | cB cA | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;plantuml-5&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#plantuml-5&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#plantuml-5&quot;&gt;PlantUML&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
@startuml
Alice -&amp;gt; Bob: Authentication Request
Bob --&amp;gt; Alice: Authentication Response
@enduml
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;bpmn-5&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#bpmn-5&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#bpmn-5&quot;&gt;BPMN&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
@startbpmn
start
:Task 1;
:Task 2;
stop
@endbpmn
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;latex-10&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#latex-10&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#latex-10&quot;&gt;LaTeX&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;latex-in-inline-code-5&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#latex-in-inline-code-5&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#latex-in-inline-code-5&quot;&gt;LaTeX in inline-code&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;`$[ x^n + y^n = z^n \]== Bullet list&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is a test unordered list with mixed bullets:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;First item with a number 2. in it&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;Another unordered list:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;1st item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;2nd item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;third item containing &lt;em&gt;italic&lt;/em&gt; text&lt;/p&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;second indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is a test ordered list with indented items:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;olist arabic&quot;&gt;
&lt;ol class=&quot;arabic&quot;&gt;
&lt;li&gt;
&lt;p&gt;First item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;div class=&quot;olist loweralpha&quot;&gt;
&lt;ol class=&quot;loweralpha&quot; type=&quot;a&quot;&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;Ordered list where everything has no number:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;olist arabic&quot;&gt;
&lt;ol class=&quot;arabic&quot;&gt;
&lt;li&gt;
&lt;p&gt;First item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is a mixed list with indented items:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;olist arabic&quot;&gt;
&lt;ol class=&quot;arabic&quot;&gt;
&lt;li&gt;
&lt;p&gt;First item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is another mixed list with indented items:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;First item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;div class=&quot;olist arabic&quot;&gt;
&lt;ol class=&quot;arabic&quot;&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;headers-6&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#headers-6&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#headers-6&quot;&gt;Headers&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;third-level-header-6&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#third-level-header-6&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#third-level-header-6&quot;&gt;Third-level header&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;fourth-level-header-6&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#fourth-level-header-6&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#fourth-level-header-6&quot;&gt;Fourth-level header&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;sect4&quot;&gt;
&lt;h5 id=&quot;fifth-level-header-6&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#fifth-level-header-6&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#fifth-level-header-6&quot;&gt;Fifth-level header&lt;/a&gt;&lt;/h5&gt;
&lt;div class=&quot;sect5&quot;&gt;
&lt;h6 id=&quot;sixth-level-header-6&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#sixth-level-header-6&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#sixth-level-header-6&quot;&gt;Sixth-level header&lt;/a&gt;&lt;/h6&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;media-and-links-6&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#media-and-links-6&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#media-and-links-6&quot;&gt;Media and Links&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;nostr-address-6&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#nostr-address-6&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#nostr-address-6&quot;&gt;Nostr address&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This should be ignored and rendered as plaintext: naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is also plaintext:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;npub1gv069u6q7zkl393ad47xutpqmyfj0rrfrlnqnlfc2ld38k8nnl4st9wa6q&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;These should be turned into links:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l&quot;&gt;naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z&quot;&gt;npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj&quot;&gt;nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh&quot;&gt;nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg&quot;&gt;note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;hashtag-6&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#hashtag-6&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#hashtag-6&quot;&gt;Hashtag&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a class=&quot;hashtag-link text-primary-600 dark:text-primary-500 hover:underline&quot; data-topic=&quot;testhashtag&quot; data-url=&quot;/notes?t=testhashtag&quot; href=&quot;/notes?t=testhashtag&quot;&gt;#testhashtag&lt;/a&gt; at the start of the line and &lt;a class=&quot;hashtag-link text-primary-600 dark:text-primary-500 hover:underline&quot; data-topic=&quot;inlinehashtag&quot; data-url=&quot;/notes?t=inlinehashtag&quot; href=&quot;/notes?t=inlinehashtag&quot;&gt;#inlinehashtag&lt;/a&gt; in the middle&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;wikilinks-6&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#wikilinks-6&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#wikilinks-6&quot;&gt;Wikilinks&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a class=&quot;wikilink text-primary-600 dark:text-primary-500 hover:underline&quot; data-dtag=&quot;nkbip-01&quot; data-url=&quot;/events?d=nkbip-01&quot; href=&quot;/events?d=nkbip-01&quot;&gt;Specification&lt;/a&gt; and &lt;a class=&quot;wikilink text-primary-600 dark:text-primary-500 hover:underline&quot; data-dtag=&quot;mirepoix&quot; data-url=&quot;/events?d=mirepoix&quot; href=&quot;/events?d=mirepoix&quot;&gt;mirepoix&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;url-6&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#url-6&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#url-6&quot;&gt;URL&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;span class=&quot;opengraph-link-container&quot; data-og-url=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot;&gt;
&lt;a href=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;span class=&quot;opengraph-link-container&quot; data-og-url=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot;&gt;
&lt;a href=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;[Welt Online link]&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;this should render as plaintext: &lt;code&gt;http://www.example.com&lt;/code&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;this should be a hyperlink: www.example.com&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;this should be a hyperlink to the http URL with the same address, so &lt;a href=&quot;https://theforest.nostr1.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;wss://theforest.nostr1.com&lt;/a&gt; should render like &lt;a href=&quot;https://theforest.nostr1.com&quot;https://theforest.nostr1.com&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;wss://theforest.nostr1.com&lt;a href=&quot;https://theforest.nostr1.com&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;break-words inline-flex items-baseline gap-1&quot;&gt;width=100%&amp;quot;&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;div class=&amp;quot;imageblock&amp;quot;&amp;gt;
&amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;
&amp;lt;img src=&amp;quot;image::https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png&amp;quot; alt=&amp;quot;https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;[width=100%][test image&quot; width=&quot;100%&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;media-6&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#media-6&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#media-6&quot;&gt;Media&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;youtube-6&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#youtube-6&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#youtube-6&quot;&gt;YouTube&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://youtube.com/shorts/ZWfvChb-i0w&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://youtube.com/shorts/ZWfvChb-i0w&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://youtube.com/shorts/ZWfvChb-i0w&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://youtube.com/shorts/ZWfvChb-i0w&lt;/a&gt;[&lt;span class=&quot;image&quot;&gt;&lt;img src=&quot;image::&lt;span class=&quot;opengraph-link-container max-w-[400px] object-contain cursor-zoom-in&quot; data-og-url=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; data-asciidoc-image=&quot;true&quot; data-image-index=&quot;0&quot; data-image-src=&quot;image::&lt;span class=&quot;&gt;
&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;Youtube link with pic &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;]&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;spotify-6&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#spotify-6&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#spotify-6&quot;&gt;Spotify&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;div class=&quot;media-embed spotify-embed&quot; style=&quot;margin: 1rem 0;&quot;&gt;
&lt;iframe
style=&quot;border-radius: 12px; width: 100%; max-width: 100%;&quot;
src=&quot;https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator&quot;
width=&quot;100%&quot;
height=&quot;352&quot;
frameborder=&quot;0&quot;
allowfullscreen=&quot;&quot;
allow=&quot;autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture&quot;
loading=&quot;lazy&quot;&gt;
&lt;/iframe&gt;
&lt;/div&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;&lt;div class=&quot;media-embed spotify-embed&quot; style=&quot;margin: 1rem 0;&quot;&gt;
&lt;iframe
style=&quot;border-radius: 12px; width: 100%; max-width: 100%;&quot;
src=&quot;https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator&quot;
width=&quot;100%&quot;
height=&quot;352&quot;
frameborder=&quot;0&quot;
allowfullscreen=&quot;&quot;
allow=&quot;autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture&quot;
loading=&quot;lazy&quot;&gt;
&lt;/iframe&gt;
&lt;/div&gt;&quot;&gt;&lt;span class=&quot;image&quot;&gt;&lt;img src=&quot;image::&lt;span class=&quot;opengraph-link-container max-w-[400px] object-contain cursor-zoom-in&quot; data-og-url=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; data-asciidoc-image=&quot;true&quot; data-image-index=&quot;0&quot; data-image-src=&quot;image::&lt;span class=&quot;&gt;
&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;Spotify link with pic&amp;lt;/a&amp;gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;audio-6&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#audio-6&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#audio-6&quot;&gt;Audio&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;MEDIA:audio:&lt;a href=&quot;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;link:MEDIA:audio:&lt;a href=&quot;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&lt;/a&gt;[&lt;span class=&quot;image&quot;&gt;&lt;img src=&quot;image::&lt;span class=&quot;opengraph-link-container max-w-[400px] object-contain cursor-zoom-in&quot; data-og-url=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; data-asciidoc-image=&quot;true&quot; data-image-index=&quot;0&quot; data-image-src=&quot;image::&lt;span class=&quot;&gt;
&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;Audio link with pic &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;]&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;video-6&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#video-6&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#video-6&quot;&gt;Video&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;MEDIA:video:&lt;a href=&quot;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;link:MEDIA:video:&lt;a href=&quot;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&lt;/a&gt;[&lt;span class=&quot;image&quot;&gt;&lt;img src=&quot;image::&lt;span class=&quot;opengraph-link-container max-w-[400px] object-contain cursor-zoom-in&quot; data-og-url=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; data-asciidoc-image=&quot;true&quot; data-image-index=&quot;0&quot; data-image-src=&quot;image::&lt;span class=&quot;&gt;
&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;Video link with pic &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;]&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;tables-6&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#tables-6&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#tables-6&quot;&gt;Tables&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;orderly-6&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#orderly-6&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#orderly-6&quot;&gt;Orderly&lt;/a&gt;&lt;/h3&gt;
&lt;table class=&quot;tableblock frame-all grid-all stretch&quot;&gt;
&lt;colgroup&gt;
&lt;col style=&quot;width: 33.3333%;&quot;&gt;
&lt;col style=&quot;width: 66.6667%;&quot;&gt;
&lt;/colgroup&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Syntax&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Description&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Header&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Title&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Paragraph&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Text&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;unorderly-6&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#unorderly-6&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#unorderly-6&quot;&gt;Unorderly&lt;/a&gt;&lt;/h3&gt;
&lt;table class=&quot;tableblock frame-all grid-all stretch&quot;&gt;
&lt;colgroup&gt;
&lt;col style=&quot;width: 33.3333%;&quot;&gt;
&lt;col style=&quot;width: 66.6667%;&quot;&gt;
&lt;/colgroup&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Syntax&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Description&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Header&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Title&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Paragraph&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Text&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;with-alignment-6&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#with-alignment-6&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#with-alignment-6&quot;&gt;With alignment&lt;/a&gt;&lt;/h3&gt;
&lt;table class=&quot;tableblock frame-all grid-all stretch&quot;&gt;
&lt;colgroup&gt;
&lt;col style=&quot;width: 33.3333%;&quot;&gt;
&lt;col style=&quot;width: 33.3333%;&quot;&gt;
&lt;col style=&quot;width: 33.3334%;&quot;&gt;
&lt;/colgroup&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Syntax&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-center valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Description&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-right valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Test Text&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Header&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-center valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Title&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-right valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Here_s this&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Paragraph&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-center valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Text&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-right valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;And more&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;code-blocks-6&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#code-blocks-6&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#code-blocks-6&quot;&gt;Code blocks&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;json-6&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#json-6&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#json-6&quot;&gt;json&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
{
&quot;id&quot;: &quot;&amp;lt;event_id&amp;gt;&quot;,
&quot;pubkey&quot;: &quot;&amp;lt;event_originator_pubkey&amp;gt;&quot;,
&quot;created_at&quot;: 1725087283,
&quot;kind&quot;: 30040,
&quot;tags&quot;: [
[&quot;d&quot;, &quot;aesop_s-fables-by-aesop&quot;],
[&quot;title&quot;, &quot;Aesop_s Fables&quot;],
[&quot;author&quot;, &quot;Aesop&quot;],
],
&quot;sig&quot;: &quot;&amp;lt;event_signature&amp;gt;&quot;
}
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;typescript-6&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#typescript-6&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#typescript-6&quot;&gt;typescript&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
/**
* Get Nostr identifier type
*/
function getNostrType(id: string): _npub_ | _nprofile_ | _nevent_ | _naddr_ | _note_ | null {
if (id.startsWith(_npub_)) return _npub_;
if (id.startsWith(_nprofile_)) return _nprofile_;
if (id.startsWith(_nevent_)) return _nevent_;
if (id.startsWith(_naddr_)) return _naddr_;
if (id.startsWith(_note_)) return _note_;
return null;
}
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;shell-6&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#shell-6&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#shell-6&quot;&gt;shell&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;mkdir new_directory
cp source.txt destination.txt&lt;/p&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;latex-11&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#latex-11&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#latex-11&quot;&gt;LaTeX&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
$
M =
\begin{bmatrix}
\frac{5}{6} &amp;amp; \frac{1}{6} &amp;amp; 0 \\[0.3em]
\frac{5}{6} &amp;amp; 0 &amp;amp; \frac{1}{6} \\[0.3em]
0 &amp;amp; \frac{5}{6} &amp;amp; \frac{1}{6}
\end{bmatrix}
$
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
$
f(x)=
\begin{cases}
1/d_{ij} &amp;amp; \quad \text{when $d_{ij} \leq 160$}\\
0 &amp;amp; \quad \text{otherwise}
\end{cases}
$
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;abc-notation-6&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#abc-notation-6&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#abc-notation-6&quot;&gt;ABC Notation&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
X:1
T:Ohne Titel
C:Aufgezeichnet 1784
A:Seibis nahe Lichtenberg in Oberfranken
S:Handschrift, bezeichnet und datiert: &quot;Heinrich Nicol Philipp zu Seibis den 30 Junius 1784&quot;
M:4/4
L:1/4
K:D
dd d2 | ee e2 | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
|:\
fg ad | cB cA | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;plantuml-6&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#plantuml-6&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#plantuml-6&quot;&gt;PlantUML&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
@startuml
Alice -&amp;gt; Bob: Authentication Request
Bob --&amp;gt; Alice: Authentication Response
@enduml
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;bpmn-6&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#bpmn-6&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#bpmn-6&quot;&gt;BPMN&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
@startbpmn
start
:Task 1;
:Task 2;
stop
@endbpmn
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;latex-12&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#latex-12&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#latex-12&quot;&gt;LaTeX&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;latex-in-inline-code-6&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#latex-in-inline-code-6&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#latex-in-inline-code-6&quot;&gt;LaTeX in inline-code&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;literalblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;and `$[\sqrt{x^2+1}\]== Bullet list&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is a test unordered list with mixed bullets:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;First item with a number 2. in it&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;Another unordered list:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;1st item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;2nd item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;third item containing &lt;em&gt;italic&lt;/em&gt; text&lt;/p&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;second indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is a test ordered list with indented items:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;olist arabic&quot;&gt;
&lt;ol class=&quot;arabic&quot;&gt;
&lt;li&gt;
&lt;p&gt;First item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;div class=&quot;olist loweralpha&quot;&gt;
&lt;ol class=&quot;loweralpha&quot; type=&quot;a&quot;&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;Ordered list where everything has no number:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;olist arabic&quot;&gt;
&lt;ol class=&quot;arabic&quot;&gt;
&lt;li&gt;
&lt;p&gt;First item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is a mixed list with indented items:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;olist arabic&quot;&gt;
&lt;ol class=&quot;arabic&quot;&gt;
&lt;li&gt;
&lt;p&gt;First item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is another mixed list with indented items:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;First item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;div class=&quot;olist arabic&quot;&gt;
&lt;ol class=&quot;arabic&quot;&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;headers-7&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#headers-7&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#headers-7&quot;&gt;Headers&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;third-level-header-7&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#third-level-header-7&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#third-level-header-7&quot;&gt;Third-level header&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;fourth-level-header-7&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#fourth-level-header-7&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#fourth-level-header-7&quot;&gt;Fourth-level header&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;sect4&quot;&gt;
&lt;h5 id=&quot;fifth-level-header-7&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#fifth-level-header-7&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#fifth-level-header-7&quot;&gt;Fifth-level header&lt;/a&gt;&lt;/h5&gt;
&lt;div class=&quot;sect5&quot;&gt;
&lt;h6 id=&quot;sixth-level-header-7&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#sixth-level-header-7&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#sixth-level-header-7&quot;&gt;Sixth-level header&lt;/a&gt;&lt;/h6&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;media-and-links-7&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#media-and-links-7&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#media-and-links-7&quot;&gt;Media and Links&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;nostr-address-7&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#nostr-address-7&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#nostr-address-7&quot;&gt;Nostr address&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This should be ignored and rendered as plaintext: naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is also plaintext:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;npub1gv069u6q7zkl393ad47xutpqmyfj0rrfrlnqnlfc2ld38k8nnl4st9wa6q&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;These should be turned into links:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l&quot;&gt;naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z&quot;&gt;npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj&quot;&gt;nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh&quot;&gt;nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg&quot;&gt;note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;hashtag-7&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#hashtag-7&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#hashtag-7&quot;&gt;Hashtag&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a class=&quot;hashtag-link text-primary-600 dark:text-primary-500 hover:underline&quot; data-topic=&quot;testhashtag&quot; data-url=&quot;/notes?t=testhashtag&quot; href=&quot;/notes?t=testhashtag&quot;&gt;#testhashtag&lt;/a&gt; at the start of the line and &lt;a class=&quot;hashtag-link text-primary-600 dark:text-primary-500 hover:underline&quot; data-topic=&quot;inlinehashtag&quot; data-url=&quot;/notes?t=inlinehashtag&quot; href=&quot;/notes?t=inlinehashtag&quot;&gt;#inlinehashtag&lt;/a&gt; in the middle&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;wikilinks-7&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#wikilinks-7&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#wikilinks-7&quot;&gt;Wikilinks&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a class=&quot;wikilink text-primary-600 dark:text-primary-500 hover:underline&quot; data-dtag=&quot;nkbip-01&quot; data-url=&quot;/events?d=nkbip-01&quot; href=&quot;/events?d=nkbip-01&quot;&gt;Specification&lt;/a&gt; and &lt;a class=&quot;wikilink text-primary-600 dark:text-primary-500 hover:underline&quot; data-dtag=&quot;mirepoix&quot; data-url=&quot;/events?d=mirepoix&quot; href=&quot;/events?d=mirepoix&quot;&gt;mirepoix&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;url-7&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#url-7&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#url-7&quot;&gt;URL&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;span class=&quot;opengraph-link-container&quot; data-og-url=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot;&gt;
&lt;a href=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;span class=&quot;opengraph-link-container&quot; data-og-url=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot;&gt;
&lt;a href=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;[Welt Online link]&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;this should render as plaintext: &lt;code&gt;http://www.example.com&lt;/code&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;this should be a hyperlink: www.example.com&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;this should be a hyperlink to the http URL with the same address, so &lt;a href=&quot;https://theforest.nostr1.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;wss://theforest.nostr1.com&lt;/a&gt; should render like &lt;a href=&quot;https://theforest.nostr1.com&quot;https://theforest.nostr1.com&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;wss://theforest.nostr1.com&lt;a href=&quot;https://theforest.nostr1.com&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;break-words inline-flex items-baseline gap-1&quot;&gt;width=100%&amp;quot;&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;div class=&amp;quot;imageblock&amp;quot;&amp;gt;
&amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;
&amp;lt;img src=&amp;quot;image::https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png&amp;quot; alt=&amp;quot;https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;[width=100%][test image&quot; width=&quot;100%&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;media-7&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#media-7&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#media-7&quot;&gt;Media&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;youtube-7&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#youtube-7&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#youtube-7&quot;&gt;YouTube&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://youtube.com/shorts/ZWfvChb-i0w&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://youtube.com/shorts/ZWfvChb-i0w&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://youtube.com/shorts/ZWfvChb-i0w&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://youtube.com/shorts/ZWfvChb-i0w&lt;/a&gt;[&lt;span class=&quot;image&quot;&gt;&lt;img src=&quot;image::&lt;span class=&quot;opengraph-link-container max-w-[400px] object-contain cursor-zoom-in&quot; data-og-url=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; data-asciidoc-image=&quot;true&quot; data-image-index=&quot;0&quot; data-image-src=&quot;image::&lt;span class=&quot;&gt;
&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;Youtube link with pic &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;]&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;spotify-7&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#spotify-7&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#spotify-7&quot;&gt;Spotify&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;div class=&quot;media-embed spotify-embed&quot; style=&quot;margin: 1rem 0;&quot;&gt;
&lt;iframe
style=&quot;border-radius: 12px; width: 100%; max-width: 100%;&quot;
src=&quot;https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator&quot;
width=&quot;100%&quot;
height=&quot;352&quot;
frameborder=&quot;0&quot;
allowfullscreen=&quot;&quot;
allow=&quot;autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture&quot;
loading=&quot;lazy&quot;&gt;
&lt;/iframe&gt;
&lt;/div&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;&lt;div class=&quot;media-embed spotify-embed&quot; style=&quot;margin: 1rem 0;&quot;&gt;
&lt;iframe
style=&quot;border-radius: 12px; width: 100%; max-width: 100%;&quot;
src=&quot;https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator&quot;
width=&quot;100%&quot;
height=&quot;352&quot;
frameborder=&quot;0&quot;
allowfullscreen=&quot;&quot;
allow=&quot;autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture&quot;
loading=&quot;lazy&quot;&gt;
&lt;/iframe&gt;
&lt;/div&gt;&quot;&gt;&lt;span class=&quot;image&quot;&gt;&lt;img src=&quot;image::&lt;span class=&quot;opengraph-link-container max-w-[400px] object-contain cursor-zoom-in&quot; data-og-url=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; data-asciidoc-image=&quot;true&quot; data-image-index=&quot;0&quot; data-image-src=&quot;image::&lt;span class=&quot;&gt;
&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;Spotify link with pic&amp;lt;/a&amp;gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;audio-7&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#audio-7&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#audio-7&quot;&gt;Audio&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;MEDIA:audio:&lt;a href=&quot;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;link:MEDIA:audio:&lt;a href=&quot;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&lt;/a&gt;[&lt;span class=&quot;image&quot;&gt;&lt;img src=&quot;image::&lt;span class=&quot;opengraph-link-container max-w-[400px] object-contain cursor-zoom-in&quot; data-og-url=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; data-asciidoc-image=&quot;true&quot; data-image-index=&quot;0&quot; data-image-src=&quot;image::&lt;span class=&quot;&gt;
&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;Audio link with pic &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;]&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;video-7&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#video-7&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#video-7&quot;&gt;Video&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;MEDIA:video:&lt;a href=&quot;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;link:MEDIA:video:&lt;a href=&quot;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&lt;/a&gt;[&lt;span class=&quot;image&quot;&gt;&lt;img src=&quot;image::&lt;span class=&quot;opengraph-link-container max-w-[400px] object-contain cursor-zoom-in&quot; data-og-url=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; data-asciidoc-image=&quot;true&quot; data-image-index=&quot;0&quot; data-image-src=&quot;image::&lt;span class=&quot;&gt;
&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;Video link with pic &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;]&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;tables-7&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#tables-7&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#tables-7&quot;&gt;Tables&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;orderly-7&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#orderly-7&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#orderly-7&quot;&gt;Orderly&lt;/a&gt;&lt;/h3&gt;
&lt;table class=&quot;tableblock frame-all grid-all stretch&quot;&gt;
&lt;colgroup&gt;
&lt;col style=&quot;width: 33.3333%;&quot;&gt;
&lt;col style=&quot;width: 66.6667%;&quot;&gt;
&lt;/colgroup&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Syntax&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Description&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Header&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Title&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Paragraph&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Text&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;unorderly-7&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#unorderly-7&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#unorderly-7&quot;&gt;Unorderly&lt;/a&gt;&lt;/h3&gt;
&lt;table class=&quot;tableblock frame-all grid-all stretch&quot;&gt;
&lt;colgroup&gt;
&lt;col style=&quot;width: 33.3333%;&quot;&gt;
&lt;col style=&quot;width: 66.6667%;&quot;&gt;
&lt;/colgroup&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Syntax&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Description&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Header&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Title&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Paragraph&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Text&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;with-alignment-7&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#with-alignment-7&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#with-alignment-7&quot;&gt;With alignment&lt;/a&gt;&lt;/h3&gt;
&lt;table class=&quot;tableblock frame-all grid-all stretch&quot;&gt;
&lt;colgroup&gt;
&lt;col style=&quot;width: 33.3333%;&quot;&gt;
&lt;col style=&quot;width: 33.3333%;&quot;&gt;
&lt;col style=&quot;width: 33.3334%;&quot;&gt;
&lt;/colgroup&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Syntax&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-center valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Description&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-right valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Test Text&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Header&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-center valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Title&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-right valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Here_s this&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Paragraph&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-center valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Text&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-right valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;And more&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;code-blocks-7&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#code-blocks-7&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#code-blocks-7&quot;&gt;Code blocks&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;json-7&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#json-7&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#json-7&quot;&gt;json&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
{
&quot;id&quot;: &quot;&amp;lt;event_id&amp;gt;&quot;,
&quot;pubkey&quot;: &quot;&amp;lt;event_originator_pubkey&amp;gt;&quot;,
&quot;created_at&quot;: 1725087283,
&quot;kind&quot;: 30040,
&quot;tags&quot;: [
[&quot;d&quot;, &quot;aesop_s-fables-by-aesop&quot;],
[&quot;title&quot;, &quot;Aesop_s Fables&quot;],
[&quot;author&quot;, &quot;Aesop&quot;],
],
&quot;sig&quot;: &quot;&amp;lt;event_signature&amp;gt;&quot;
}
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;typescript-7&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#typescript-7&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#typescript-7&quot;&gt;typescript&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
/**
* Get Nostr identifier type
*/
function getNostrType(id: string): _npub_ | _nprofile_ | _nevent_ | _naddr_ | _note_ | null {
if (id.startsWith(_npub_)) return _npub_;
if (id.startsWith(_nprofile_)) return _nprofile_;
if (id.startsWith(_nevent_)) return _nevent_;
if (id.startsWith(_naddr_)) return _naddr_;
if (id.startsWith(_note_)) return _note_;
return null;
}
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;shell-7&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#shell-7&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#shell-7&quot;&gt;shell&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;mkdir new_directory
cp source.txt destination.txt&lt;/p&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;latex-13&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#latex-13&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#latex-13&quot;&gt;LaTeX&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
$
M =
\begin{bmatrix}
\frac{5}{6} &amp;amp; \frac{1}{6} &amp;amp; 0 \\[0.3em]
\frac{5}{6} &amp;amp; 0 &amp;amp; \frac{1}{6} \\[0.3em]
0 &amp;amp; \frac{5}{6} &amp;amp; \frac{1}{6}
\end{bmatrix}
$
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
$
f(x)=
\begin{cases}
1/d_{ij} &amp;amp; \quad \text{when $d_{ij} \leq 160$}\\
0 &amp;amp; \quad \text{otherwise}
\end{cases}
$
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;abc-notation-7&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#abc-notation-7&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#abc-notation-7&quot;&gt;ABC Notation&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
X:1
T:Ohne Titel
C:Aufgezeichnet 1784
A:Seibis nahe Lichtenberg in Oberfranken
S:Handschrift, bezeichnet und datiert: &quot;Heinrich Nicol Philipp zu Seibis den 30 Junius 1784&quot;
M:4/4
L:1/4
K:D
dd d2 | ee e2 | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
|:\
fg ad | cB cA | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;plantuml-7&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#plantuml-7&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#plantuml-7&quot;&gt;PlantUML&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
@startuml
Alice -&amp;gt; Bob: Authentication Request
Bob --&amp;gt; Alice: Authentication Response
@enduml
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;bpmn-7&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#bpmn-7&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#bpmn-7&quot;&gt;BPMN&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
@startbpmn
start
:Task 1;
:Task 2;
stop
@endbpmn
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;latex-14&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#latex-14&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#latex-14&quot;&gt;LaTeX&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;latex-in-inline-code-7&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#latex-in-inline-code-7&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#latex-in-inline-code-7&quot;&gt;LaTeX in inline-code&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;`$[ x^n + y^n = z^n \]== Bullet list&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is a test unordered list with mixed bullets:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;First item with a number 2. in it&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;Another unordered list:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;1st item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;2nd item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;third item containing &lt;em&gt;italic&lt;/em&gt; text&lt;/p&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;second indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is a test ordered list with indented items:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;olist arabic&quot;&gt;
&lt;ol class=&quot;arabic&quot;&gt;
&lt;li&gt;
&lt;p&gt;First item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;div class=&quot;olist loweralpha&quot;&gt;
&lt;ol class=&quot;loweralpha&quot; type=&quot;a&quot;&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;Ordered list where everything has no number:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;olist arabic&quot;&gt;
&lt;ol class=&quot;arabic&quot;&gt;
&lt;li&gt;
&lt;p&gt;First item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is a mixed list with indented items:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;olist arabic&quot;&gt;
&lt;ol class=&quot;arabic&quot;&gt;
&lt;li&gt;
&lt;p&gt;First item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is another mixed list with indented items:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;ulist&quot;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;First item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Second item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Third item&lt;/p&gt;
&lt;div class=&quot;olist arabic&quot;&gt;
&lt;ol class=&quot;arabic&quot;&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Indented item&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fourth item&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;headers-8&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#headers-8&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#headers-8&quot;&gt;Headers&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;third-level-header-8&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#third-level-header-8&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#third-level-header-8&quot;&gt;Third-level header&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;fourth-level-header-8&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#fourth-level-header-8&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#fourth-level-header-8&quot;&gt;Fourth-level header&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;sect4&quot;&gt;
&lt;h5 id=&quot;fifth-level-header-8&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#fifth-level-header-8&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#fifth-level-header-8&quot;&gt;Fifth-level header&lt;/a&gt;&lt;/h5&gt;
&lt;div class=&quot;sect5&quot;&gt;
&lt;h6 id=&quot;sixth-level-header-8&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#sixth-level-header-8&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#sixth-level-header-8&quot;&gt;Sixth-level header&lt;/a&gt;&lt;/h6&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;media-and-links-8&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#media-and-links-8&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#media-and-links-8&quot;&gt;Media and Links&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;nostr-address-8&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#nostr-address-8&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#nostr-address-8&quot;&gt;Nostr address&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This should be ignored and rendered as plaintext: naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is also plaintext:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;npub1gv069u6q7zkl393ad47xutpqmyfj0rrfrlnqnlfc2ld38k8nnl4st9wa6q&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;These should be turned into links:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l&quot;&gt;naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z&quot;&gt;npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj&quot;&gt;nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh&quot;&gt;nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;nostr:note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg&quot;&gt;note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;hashtag-8&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#hashtag-8&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#hashtag-8&quot;&gt;Hashtag&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a class=&quot;hashtag-link text-primary-600 dark:text-primary-500 hover:underline&quot; data-topic=&quot;testhashtag&quot; data-url=&quot;/notes?t=testhashtag&quot; href=&quot;/notes?t=testhashtag&quot;&gt;#testhashtag&lt;/a&gt; at the start of the line and &lt;a class=&quot;hashtag-link text-primary-600 dark:text-primary-500 hover:underline&quot; data-topic=&quot;inlinehashtag&quot; data-url=&quot;/notes?t=inlinehashtag&quot; href=&quot;/notes?t=inlinehashtag&quot;&gt;#inlinehashtag&lt;/a&gt; in the middle&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;wikilinks-8&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#wikilinks-8&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#wikilinks-8&quot;&gt;Wikilinks&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a class=&quot;wikilink text-primary-600 dark:text-primary-500 hover:underline&quot; data-dtag=&quot;nkbip-01&quot; data-url=&quot;/events?d=nkbip-01&quot; href=&quot;/events?d=nkbip-01&quot;&gt;Specification&lt;/a&gt; and &lt;a class=&quot;wikilink text-primary-600 dark:text-primary-500 hover:underline&quot; data-dtag=&quot;mirepoix&quot; data-url=&quot;/events?d=mirepoix&quot; href=&quot;/events?d=mirepoix&quot;&gt;mirepoix&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;url-8&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#url-8&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#url-8&quot;&gt;URL&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;span class=&quot;opengraph-link-container&quot; data-og-url=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot;&gt;
&lt;a href=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;span class=&quot;opengraph-link-container&quot; data-og-url=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot;&gt;
&lt;a href=&quot;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;[Welt Online link]&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;this should render as plaintext: &lt;code&gt;http://www.example.com&lt;/code&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;this should be a hyperlink: www.example.com&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;this should be a hyperlink to the http URL with the same address, so &lt;a href=&quot;https://theforest.nostr1.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;wss://theforest.nostr1.com&lt;/a&gt; should render like &lt;a href=&quot;https://theforest.nostr1.com&quot;https://theforest.nostr1.com&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;wss://theforest.nostr1.com&lt;a href=&quot;https://theforest.nostr1.com&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;break-words inline-flex items-baseline gap-1&quot;&gt;width=100%&amp;quot;&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;div class=&amp;quot;imageblock&amp;quot;&amp;gt;
&amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;
&amp;lt;img src=&amp;quot;image::https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png&amp;quot; alt=&amp;quot;https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;[width=100%][test image&quot; width=&quot;100%&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;media-8&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#media-8&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#media-8&quot;&gt;Media&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;youtube-8&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#youtube-8&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#youtube-8&quot;&gt;YouTube&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://youtube.com/shorts/ZWfvChb-i0w&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://youtube.com/shorts/ZWfvChb-i0w&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://youtube.com/shorts/ZWfvChb-i0w&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://youtube.com/shorts/ZWfvChb-i0w&lt;/a&gt;[&lt;span class=&quot;image&quot;&gt;&lt;img src=&quot;image::&lt;span class=&quot;opengraph-link-container max-w-[400px] object-contain cursor-zoom-in&quot; data-og-url=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; data-asciidoc-image=&quot;true&quot; data-image-index=&quot;0&quot; data-image-src=&quot;image::&lt;span class=&quot;&gt;
&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;Youtube link with pic &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;]&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;spotify-8&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#spotify-8&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#spotify-8&quot;&gt;Spotify&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;div class=&quot;media-embed spotify-embed&quot; style=&quot;margin: 1rem 0;&quot;&gt;
&lt;iframe
style=&quot;border-radius: 12px; width: 100%; max-width: 100%;&quot;
src=&quot;https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator&quot;
width=&quot;100%&quot;
height=&quot;352&quot;
frameborder=&quot;0&quot;
allowfullscreen=&quot;&quot;
allow=&quot;autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture&quot;
loading=&quot;lazy&quot;&gt;
&lt;/iframe&gt;
&lt;/div&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;&lt;div class=&quot;media-embed spotify-embed&quot; style=&quot;margin: 1rem 0;&quot;&gt;
&lt;iframe
style=&quot;border-radius: 12px; width: 100%; max-width: 100%;&quot;
src=&quot;https://open.spotify.com/embed/episode/1GSZFA8vWltPyxYkArdRKx?utm_source=generator&quot;
width=&quot;100%&quot;
height=&quot;352&quot;
frameborder=&quot;0&quot;
allowfullscreen=&quot;&quot;
allow=&quot;autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture&quot;
loading=&quot;lazy&quot;&gt;
&lt;/iframe&gt;
&lt;/div&gt;&quot;&gt;&lt;span class=&quot;image&quot;&gt;&lt;img src=&quot;image::&lt;span class=&quot;opengraph-link-container max-w-[400px] object-contain cursor-zoom-in&quot; data-og-url=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; data-asciidoc-image=&quot;true&quot; data-image-index=&quot;0&quot; data-image-src=&quot;image::&lt;span class=&quot;&gt;
&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;Spotify link with pic&amp;lt;/a&amp;gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;audio-8&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#audio-8&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#audio-8&quot;&gt;Audio&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;MEDIA:audio:&lt;a href=&quot;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;link:MEDIA:audio:&lt;a href=&quot;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3&lt;/a&gt;[&lt;span class=&quot;image&quot;&gt;&lt;img src=&quot;image::&lt;span class=&quot;opengraph-link-container max-w-[400px] object-contain cursor-zoom-in&quot; data-og-url=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; data-asciidoc-image=&quot;true&quot; data-image-index=&quot;0&quot; data-image-src=&quot;image::&lt;span class=&quot;&gt;
&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;Audio link with pic &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;]&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect3&quot;&gt;
&lt;h4 id=&quot;video-8&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#video-8&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#video-8&quot;&gt;Video&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;MEDIA:video:&lt;a href=&quot;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;link:MEDIA:video:&lt;a href=&quot;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;https://v.nostr.build/MTjaYib4upQuf8zn.mp4&lt;/a&gt;[&lt;span class=&quot;image&quot;&gt;&lt;img src=&quot;image::&lt;span class=&quot;opengraph-link-container max-w-[400px] object-contain cursor-zoom-in&quot; data-og-url=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; data-asciidoc-image=&quot;true&quot; data-image-index=&quot;0&quot; data-image-src=&quot;image::&lt;span class=&quot;&gt;
&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png&amp;amp;quot;&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; class=&quot;opengraph-link break-words inline-flex items-baseline gap-1&quot;&gt;Video link with pic &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt; &lt;svg style=&quot;width: 0.75rem; height: 0.75rem; flex-shrink: 0;&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14&quot; /&gt;&lt;/svg&gt;&lt;/a&gt;
&lt;div class=&quot;opengraph-preview&quot; data-og-loading=&quot;true&quot; style=&quot;display: none;&quot;&gt;
&lt;div class=&quot;opengraph-card&quot;&gt;
&lt;div class=&quot;opengraph-image-container&quot;&gt;
&lt;img class=&quot;opengraph-image&quot; src=&quot;&quot; alt=&quot;&quot; style=&quot;display: none;&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;opengraph-content&quot;&gt;
&lt;div class=&quot;opengraph-site&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-title&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;opengraph-description&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/span&gt;]&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;tables-8&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#tables-8&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#tables-8&quot;&gt;Tables&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;orderly-8&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#orderly-8&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#orderly-8&quot;&gt;Orderly&lt;/a&gt;&lt;/h3&gt;
&lt;table class=&quot;tableblock frame-all grid-all stretch&quot;&gt;
&lt;colgroup&gt;
&lt;col style=&quot;width: 33.3333%;&quot;&gt;
&lt;col style=&quot;width: 66.6667%;&quot;&gt;
&lt;/colgroup&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Syntax&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Description&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Header&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Title&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Paragraph&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Text&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;unorderly-8&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#unorderly-8&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#unorderly-8&quot;&gt;Unorderly&lt;/a&gt;&lt;/h3&gt;
&lt;table class=&quot;tableblock frame-all grid-all stretch&quot;&gt;
&lt;colgroup&gt;
&lt;col style=&quot;width: 33.3333%;&quot;&gt;
&lt;col style=&quot;width: 66.6667%;&quot;&gt;
&lt;/colgroup&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Syntax&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Description&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Header&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Title&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Paragraph&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Text&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;with-alignment-8&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#with-alignment-8&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#with-alignment-8&quot;&gt;With alignment&lt;/a&gt;&lt;/h3&gt;
&lt;table class=&quot;tableblock frame-all grid-all stretch&quot;&gt;
&lt;colgroup&gt;
&lt;col style=&quot;width: 33.3333%;&quot;&gt;
&lt;col style=&quot;width: 33.3333%;&quot;&gt;
&lt;col style=&quot;width: 33.3334%;&quot;&gt;
&lt;/colgroup&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Syntax&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-center valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Description&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-right valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Test Text&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Header&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-center valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Title&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-right valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Here_s this&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;tableblock halign-left valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Paragraph&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-center valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;Text&lt;/p&gt;&lt;/td&gt;
&lt;td class=&quot;tableblock halign-right valign-top&quot;&gt;&lt;p class=&quot;tableblock&quot;&gt;And more&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;code-blocks-8&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#code-blocks-8&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#code-blocks-8&quot;&gt;Code blocks&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;json-8&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#json-8&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#json-8&quot;&gt;json&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
{
&quot;id&quot;: &quot;&amp;lt;event_id&amp;gt;&quot;,
&quot;pubkey&quot;: &quot;&amp;lt;event_originator_pubkey&amp;gt;&quot;,
&quot;created_at&quot;: 1725087283,
&quot;kind&quot;: 30040,
&quot;tags&quot;: [
[&quot;d&quot;, &quot;aesop_s-fables-by-aesop&quot;],
[&quot;title&quot;, &quot;Aesop_s Fables&quot;],
[&quot;author&quot;, &quot;Aesop&quot;],
],
&quot;sig&quot;: &quot;&amp;lt;event_signature&amp;gt;&quot;
}
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;typescript-8&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#typescript-8&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#typescript-8&quot;&gt;typescript&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
/**
* Get Nostr identifier type
*/
function getNostrType(id: string): _npub_ | _nprofile_ | _nevent_ | _naddr_ | _note_ | null {
if (id.startsWith(_npub_)) return _npub_;
if (id.startsWith(_nprofile_)) return _nprofile_;
if (id.startsWith(_nevent_)) return _nevent_;
if (id.startsWith(_naddr_)) return _naddr_;
if (id.startsWith(_note_)) return _note_;
return null;
}
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;shell-8&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#shell-8&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#shell-8&quot;&gt;shell&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;mkdir new_directory
cp source.txt destination.txt&lt;/p&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;latex-15&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#latex-15&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#latex-15&quot;&gt;LaTeX&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
$
M =
\begin{bmatrix}
\frac{5}{6} &amp;amp; \frac{1}{6} &amp;amp; 0 \\[0.3em]
\frac{5}{6} &amp;amp; 0 &amp;amp; \frac{1}{6} \\[0.3em]
0 &amp;amp; \frac{5}{6} &amp;amp; \frac{1}{6}
\end{bmatrix}
$
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
$
f(x)=
\begin{cases}
1/d_{ij} &amp;amp; \quad \text{when $d_{ij} \leq 160$}\\
0 &amp;amp; \quad \text{otherwise}
\end{cases}
$
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;abc-notation-8&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#abc-notation-8&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#abc-notation-8&quot;&gt;ABC Notation&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
X:1
T:Ohne Titel
C:Aufgezeichnet 1784
A:Seibis nahe Lichtenberg in Oberfranken
S:Handschrift, bezeichnet und datiert: &quot;Heinrich Nicol Philipp zu Seibis den 30 Junius 1784&quot;
M:4/4
L:1/4
K:D
dd d2 | ee e2 | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
|:\
fg ad | cB cA | fg ad | cB cA |\
dd d2 | ee e2 | fg ad | ed/c/ d2 :|
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;plantuml-8&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#plantuml-8&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#plantuml-8&quot;&gt;PlantUML&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
@startuml
Alice -&amp;gt; Bob: Authentication Request
Bob --&amp;gt; Alice: Authentication Response
@enduml
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;bpmn-8&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#bpmn-8&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#bpmn-8&quot;&gt;BPMN&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;listingblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;&lt;code&gt;&#039;&#039;&#039;
@startbpmn
start
:Task 1;
:Task 2;
stop
@endbpmn
&#039;&#039;&#039;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;latex-16&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#latex-16&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#latex-16&quot;&gt;LaTeX&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;latex-in-inline-code-8&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#latex-in-inline-code-8&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#latex-in-inline-code-8&quot;&gt;LaTeX in inline-code&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;literalblock&quot;&gt;
&lt;div class=&quot;content&quot;&gt;
&lt;pre&gt;and and&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;latex-outside-of-code&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#latex-outside-of-code&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#latex-outside-of-code&quot;&gt;LaTeX outside of code&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is a latex code block \mathbb{N} = \{ a \in \mathbb{Z} : a &amp;gt; 0 \} and another that is an inline latex $\color{green}{X \sim Normal \; (\mu,\sigma^2)}$ and should be green&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;footnotes&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#footnotes&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#footnotes&quot;&gt;Footnotes&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;Here_s a simple footnote,&lt;sup class=&quot;footnote&quot;&gt;[&lt;a id=&quot;_footnoteref_1&quot; class=&quot;footnote&quot; href=&quot;#_footnotedef_1&quot; title=&quot;View footnote.&quot;&gt;1&lt;/a&gt;]&lt;/sup&gt; and here_s a longer one.&lt;sup class=&quot;footnote&quot;&gt;[&lt;a id=&quot;_footnoteref_2&quot; class=&quot;footnote&quot; href=&quot;#_footnotedef_2&quot; title=&quot;View footnote.&quot;&gt;2&lt;/a&gt;]&lt;/sup&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;anchor-links&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#anchor-links&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#anchor-links&quot;&gt;Anchor links&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;a href=&quot;#bullet-list&quot;&gt;Link to bullet list section&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect1&quot;&gt;
&lt;h2 id=&quot;formatting&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#formatting&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#formatting&quot;&gt;Formatting&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;strikethrough&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#strikethrough&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#strikethrough&quot;&gt;Strikethrough&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;&lt;span class=&quot;line-through line-through-2&quot;&gt;The world is flat.&lt;/span&gt; We now know that the world is round. This should not be &lt;sub&gt;struck&lt;/sub&gt; through.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;bold&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#bold&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#bold&quot;&gt;Bold&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is &lt;strong&gt;bold&lt;/strong&gt; text. So is this &lt;strong&gt;bold&lt;/strong&gt; text.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;italic&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#italic&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#italic&quot;&gt;Italic&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is &lt;em&gt;italic&lt;/em&gt; text. So is this &lt;em&gt;italic&lt;/em&gt; text.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;task-list&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#task-list&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#task-list&quot;&gt;Task List&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;ulist checklist&quot;&gt;
&lt;ul class=&quot;checklist&quot;&gt;
&lt;li&gt;
&lt;p&gt;&amp;#10003; Write the press release&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&amp;#10063; Update the website&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&amp;#10063; Contact the media&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;emoji-shortcodes&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#emoji-shortcodes&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#emoji-shortcodes&quot;&gt;Emoji shortcodes&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;Gone camping! :tent: Be back soon.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;That is so funny! :joy:&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;marking-and-highlighting-text&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#marking-and-highlighting-text&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#marking-and-highlighting-text&quot;&gt;Marking and highlighting text&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;I need to highlight these &lt;span class=&quot;highlight&quot;&gt;very important words&lt;/span&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;subscript-and-superscript&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#subscript-and-superscript&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#subscript-and-superscript&quot;&gt;Subscript and Superscript&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;H&lt;sub&gt;2&lt;/sub&gt;O&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;X&lt;sup&gt;2&lt;/sup&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;delimiter&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#delimiter&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#delimiter&quot;&gt;Delimiter&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;based upon a -&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;_*&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;based upon a *&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;*_&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;quotes&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#quotes&quot;&gt;&lt;/a&gt;&lt;a class=&quot;link&quot; href=&quot;#quotes&quot;&gt;Quotes&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;quoteblock&quot;&gt;
&lt;blockquote&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is a single line blockequote sdfjsdlfkjasldkfjsdölfkjsdlfkjsadlöfkjsdlöfkjsadölfkjsdlf kjsldfkjsdalkjslkdfjlöskdfjlösdkjfsldkfjsöldkfjlösdkfjalsd kfjlsdkfjlödkfjlaksdfjlkjdfslkjalsdkfjlasdkfj alsdkjflskdfj sdfklj&lt;/p&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;div class=&quot;quoteblock&quot;&gt;
&lt;blockquote&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;This is a multi line blockequote sdfjsdlfkjasldkfjsdölfkjsdlfkjsadlöfkjsdlöfkjsadölfkjsdlf kjsldfkjsdalkjslkdfjlöskdfjlösdkjfsldkfjsöldkfjlösdkfjalsd kfjlsdkfjlödkfjlaksdfjlkjdfslkjalsdkfjlasdkfj alsdkjflskdfj sdfklj
This is a multi line blockequote sdfjsdlfkjasldkfjsdölfkjsdlfkjsadlöfkjsdlöfkjsadölfkjsdlf kjsldfkjsdalkjslkdfjlöskdfjlösdkjfsldkfjsöldkfjlösdkfjalsd kfjlsdkfjlödkfjlaksdfjlkjdfslkjalsdkfjlasdkfj alsdkjflskdfj sdfklj
This is a multi line blockequote sdfjsdlfkjasldkfjsdölfkjsdlfkjsadlöfkjsdlöfkjsadölfkjsdlf kjsldfkjsdalkjslkdfjlöskdfjlösdkjfsldkfjsöldkfjlösdkfjalsd kfjlsdkfjlödkfjlaksdfjlkjdfslkjalsdkfjlasdkfj alsdkjflskdfj sdfklj
This is a multi line blockequote sdfjsdlfkjasldkfjsdölfkjsdlfkjsadlöfkjsdlöfkjsadölfkjsdlf kjsldfkjsdalkjslkdfjlöskdfjlösdkjfsldkfjsöldkfjlösdkfjalsd kfjlsdkfjlödkfjlaksdfjlkjdfslkjalsdkfjlasdkfj alsdkjflskdfj sdfklj&lt;/p&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&quot;footnotes&quot;&gt;
&lt;hr&gt;
&lt;div class=&quot;footnote&quot; id=&quot;_footnotedef_1&quot;&gt;
&lt;a href=&quot;#_footnoteref_1&quot;&gt;1&lt;/a&gt;. This is the first footnote.
&lt;/div&gt;
&lt;div class=&quot;footnote&quot; id=&quot;_footnotedef_2&quot;&gt;
&lt;a href=&quot;#_footnoteref_2&quot;&gt;2&lt;/a&gt;. Here_s one with multiple paragraphs and code.
&lt;/div&gt;
&lt;/div&gt;</pre>
</div>
</details>
</div>
<div id="ad-metadata" class="tab-content">
<h3>Extracted Metadata</h3>
<h4>Nostr Links (5)</h4>
<div class="list-item">
<strong>naddr</strong>: <code>naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l</code>
- nostr:naddr1qvzqqqr4gupzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqyghwumn8ghj7mn0wd68ytnvv9hxgtcqy4sj6ar9wd6xv6tvv5kkvmmj94kkzuntv3hhwm3dvfuj6enyxgcrset98p3nsve2v5l
</div>
<div class="list-item">
<strong>npub</strong>: <code>npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z</code>
- nostr:npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z
</div>
<div class="list-item">
<strong>nevent</strong>: <code>nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj</code>
- nostr:nevent1qvzqqqqqqypzp382htsmu08k277ps40wqhnfm60st89h5pvjyutghq9cjasuh38qqythwumn8ghj7un9d3shjtnswf5k6ctv9ehx2ap0qqsysletg3lqnl4uy59xsj4rp9rgw67wg23l827f4uvn5ckn20fuxcq45d8pj
</div>
<div class="list-item">
<strong>nprofile</strong>: <code>nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh</code>
- nostr:nprofile1qqsxhedgkuneycxpcdjlg6tgtxdy8gurdz64nq2h0flc288a0jag98qguy3nh
</div>
<div class="list-item">
<strong>note</strong>: <code>note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg</code>
- nostr:note1txyefcha2xt3pgungx4k6j077dsteyef6hzpyuuku00s4h0eymzq4k33yg
</div>
<h4>Wikilinks (2)</h4>
<div class="list-item">
<code>[[NKBIP-01|Specification]]</code> → dtag: <code>nkbip-01</code>
(display: Specification)
</div>
<div class="list-item">
<code>[[mirepoix]]</code> → dtag: <code>mirepoix</code>
(display: mirepoix)
</div>
<h4>Hashtags (4)</h4>
<div class="list-item">
<code>#testhashtag</code>
</div>
<div class="list-item">
<code>#inlinehashtag</code>
</div>
<div class="list-item">
<code>#the</code>
</div>
<div class="list-item">
<code>#very</code>
</div>
<h4>Links (15)</h4>
<div class="list-item">
<a href="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html" target="_blank">Welt Online link</a>
<span class="warning-badge">External</span>
</div>
<div class="list-item">
<a href=" www.example.com
this should be a hyperlink to the http URL with the same address, so wss://theforest.nostr1.com should render like link:wss://theforest.nostr1.com" target="_blank">https://theforest.nostr1.com</a>
<span class="warning-badge">External</span>
</div>
<div class="list-item">
<a href="https://youtube.com/shorts/ZWfvChb-i0w" target="_blank">image:https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png[Youtube link with pic</a>
<span class="warning-badge">External</span>
</div>
<div class="list-item">
<a href="https://open.spotify.com/episode/1GSZFA8vWltPyxYkArdRKx?si=bq6-az28TcuP596feTkRFQ" target="_blank">image:https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png[Spotify link with pic</a>
<span class="warning-badge">External</span>
</div>
<div class="list-item">
<a href="https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3" target="_blank">image:https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png[Audio link with pic</a>
<span class="warning-badge">External</span>
</div>
<div class="list-item">
<a href="https://v.nostr.build/MTjaYib4upQuf8zn.mp4" target="_blank">image:https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png[Video link with pic</a>
<span class="warning-badge">External</span>
</div>
<div class="list-item">
<a href="https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html[Welt" target="_blank">https://www.welt.de/politik/ausland/article69a7ca00ad41f3cd65a1bc63/iran-drohte-jedes-schiff-zu-verbrennen-trump-will-oel-tanker-durch-strasse-von-hormus-eskortieren.html[Welt</a>
<span class="warning-badge">External</span>
</div>
<div class="list-item">
<a href="http://www.example.com`" target="_blank">http://www.example.com`</a>
<span class="warning-badge">External</span>
</div>
<div class="list-item">
<a href="https://theforest.nostr1.com]" target="_blank">https://theforest.nostr1.com]</a>
<span class="warning-badge">External</span>
</div>
<div class="list-item">
<a href="https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png" target="_blank">https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png</a>
<span class="warning-badge">External</span>
</div>
<div class="list-item">
<a href="https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png[test" target="_blank">https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png[test</a>
<span class="warning-badge">External</span>
</div>
<div class="list-item">
<a href="https://youtube.com/shorts/ZWfvChb-i0w[image:https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png[Youtube" target="_blank">https://youtube.com/shorts/ZWfvChb-i0w[image:https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png[Youtube</a>
<span class="warning-badge">External</span>
</div>
<div class="list-item">
<a href="https://open.spotify.com/episode/1GSZFA8vWltPyxYkArdRKx?si=bq6-az28TcuP596feTkRFQ[image:https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png[Spotify" target="_blank">https://open.spotify.com/episode/1GSZFA8vWltPyxYkArdRKx?si=bq6-az28TcuP596feTkRFQ[image:https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png[Spotify</a>
<span class="warning-badge">External</span>
</div>
<div class="list-item">
<a href="https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3[image:https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png[Audio" target="_blank">https://media.blubrry.com/takeituneasy/ins.blubrry.com/takeituneasy/lex_ai_rick_beato.mp3[image:https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png[Audio</a>
<span class="warning-badge">External</span>
</div>
<div class="list-item">
<a href="https://v.nostr.build/MTjaYib4upQuf8zn.mp4[image:https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png[Video" target="_blank">https://v.nostr.build/MTjaYib4upQuf8zn.mp4[image:https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/YouTube_social_white_square_%282024%29.svg/960px-YouTube_social_white_square_%282024%29.svg.png[Video</a>
<span class="warning-badge">External</span>
</div>
<h4>Media URLs (2)</h4>
<div class="list-item">
<a href="https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png" target="_blank">https://blog.ronin.cloud/content/images/size/w2000/2022/02/markdown.png</a>
</div>
<div class="list-item">
<a href="https://v.nostr.build/MTjaYib4upQuf8zn.mp4" target="_blank">https://v.nostr.build/MTjaYib4upQuf8zn.mp4</a>
</div>
<h4>Table of Contents</h4>
<div class="rendered-output">
<ul class="sectlevel1">
<li><a href="#bullet-list">Bullet list</a></li>
<li><a href="#headers">Headers</a>
<ul class="sectlevel2">
<li><a href="#third-level-header">Third-level header</a>
<ul class="sectlevel3">
<li><a href="#fourth-level-header">Fourth-level header</a>
<ul class="sectlevel4">
<li><a href="#fifth-level-header">Fifth-level header</a>
<ul class="sectlevel5">
<li><a href="#sixth-level-header">Sixth-level header</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li><a href="#media-and-links">Media and Links</a>
<ul class="sectlevel2">
<li><a href="#nostr-address">Nostr address</a></li>
<li><a href="#hashtag">Hashtag</a></li>
<li><a href="#wikilinks">Wikilinks</a></li>
<li><a href="#url">URL</a></li>
<li><a href="#images">Images</a></li>
<li><a href="#media">Media</a>
<ul class="sectlevel3">
<li><a href="#youtube">YouTube</a></li>
<li><a href="#spotify">Spotify</a></li>
<li><a href="#audio">Audio</a></li>
<li><a href="#video">Video</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#tables">Tables</a>
<ul class="sectlevel2">
<li><a href="#orderly">Orderly</a></li>
<li><a href="#unorderly">Unorderly</a></li>
<li><a href="#with-alignment">With alignment</a></li>
</ul>
</li>
<li><a href="#code-blocks">Code blocks</a>
<ul class="sectlevel2">
<li><a href="#json">json</a></li>
<li><a href="#typescript">typescript</a></li>
<li><a href="#shell">shell</a></li>
<li><a href="#latex">LaTeX</a></li>
<li><a href="#abc-notation">ABC Notation</a></li>
<li><a href="#plantuml">PlantUML</a></li>
<li><a href="#bpmn">BPMN</a></li>
</ul>
</li>
<li><a href="#latex-2">LaTeX</a>
<ul class="sectlevel2">
<li><a href="#latex-in-inline-code">LaTeX in inline-code</a></li>
</ul>
</li>
<li><a href="#headers-2">Headers</a>
<ul class="sectlevel2">
<li><a href="#third-level-header-2">Third-level header</a>
<ul class="sectlevel3">
<li><a href="#fourth-level-header-2">Fourth-level header</a>
<ul class="sectlevel4">
<li><a href="#fifth-level-header-2">Fifth-level header</a>
<ul class="sectlevel5">
<li><a href="#sixth-level-header-2">Sixth-level header</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li><a href="#media-and-links-2">Media and Links</a>
<ul class="sectlevel2">
<li><a href="#nostr-address-2">Nostr address</a></li>
<li><a href="#hashtag-2">Hashtag</a></li>
<li><a href="#wikilinks-2">Wikilinks</a></li>
<li><a href="#url-2">URL</a></li>
<li><a href="#images-2">Images</a></li>
<li><a href="#media-2">Media</a>
<ul class="sectlevel3">
<li><a href="#youtube-2">YouTube</a></li>
<li><a href="#spotify-2">Spotify</a></li>
<li><a href="#audio-2">Audio</a></li>
<li><a href="#video-2">Video</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#tables-2">Tables</a>
<ul class="sectlevel2">
<li><a href="#orderly-2">Orderly</a></li>
<li><a href="#unorderly-2">Unorderly</a></li>
<li><a href="#with-alignment-2">With alignment</a></li>
</ul>
</li>
<li><a href="#code-blocks-2">Code blocks</a>
<ul class="sectlevel2">
<li><a href="#json-2">json</a></li>
<li><a href="#typescript-2">typescript</a></li>
<li><a href="#shell-2">shell</a></li>
<li><a href="#latex-3">LaTeX</a></li>
<li><a href="#abc-notation-2">ABC Notation</a></li>
<li><a href="#plantuml-2">PlantUML</a></li>
<li><a href="#bpmn-2">BPMN</a></li>
</ul>
</li>
<li><a href="#latex-4">LaTeX</a>
<ul class="sectlevel2">
<li><a href="#latex-in-inline-code-2">LaTeX in inline-code</a></li>
</ul>
</li>
<li><a href="#headers-3">Headers</a>
<ul class="sectlevel2">
<li><a href="#third-level-header-3">Third-level header</a>
<ul class="sectlevel3">
<li><a href="#fourth-level-header-3">Fourth-level header</a>
<ul class="sectlevel4">
<li><a href="#fifth-level-header-3">Fifth-level header</a>
<ul class="sectlevel5">
<li><a href="#sixth-level-header-3">Sixth-level header</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li><a href="#media-and-links-3">Media and Links</a>
<ul class="sectlevel2">
<li><a href="#nostr-address-3">Nostr address</a></li>
<li><a href="#hashtag-3">Hashtag</a></li>
<li><a href="#wikilinks-3">Wikilinks</a></li>
<li><a href="#url-3">URL</a></li>
<li><a href="#images-3">Images</a></li>
<li><a href="#media-3">Media</a>
<ul class="sectlevel3">
<li><a href="#youtube-3">YouTube</a></li>
<li><a href="#spotify-3">Spotify</a></li>
<li><a href="#audio-3">Audio</a></li>
<li><a href="#video-3">Video</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#tables-3">Tables</a>
<ul class="sectlevel2">
<li><a href="#orderly-3">Orderly</a></li>
<li><a href="#unorderly-3">Unorderly</a></li>
<li><a href="#with-alignment-3">With alignment</a></li>
</ul>
</li>
<li><a href="#code-blocks-3">Code blocks</a>
<ul class="sectlevel2">
<li><a href="#json-3">json</a></li>
<li><a href="#typescript-3">typescript</a></li>
<li><a href="#shell-3">shell</a></li>
<li><a href="#latex-5">LaTeX</a></li>
<li><a href="#abc-notation-3">ABC Notation</a></li>
<li><a href="#plantuml-3">PlantUML</a></li>
<li><a href="#bpmn-3">BPMN</a></li>
</ul>
</li>
<li><a href="#latex-6">LaTeX</a>
<ul class="sectlevel2">
<li><a href="#latex-in-inline-code-3">LaTeX in inline-code</a></li>
</ul>
</li>
<li><a href="#headers-4">Headers</a>
<ul class="sectlevel2">
<li><a href="#third-level-header-4">Third-level header</a>
<ul class="sectlevel3">
<li><a href="#fourth-level-header-4">Fourth-level header</a>
<ul class="sectlevel4">
<li><a href="#fifth-level-header-4">Fifth-level header</a>
<ul class="sectlevel5">
<li><a href="#sixth-level-header-4">Sixth-level header</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li><a href="#media-and-links-4">Media and Links</a>
<ul class="sectlevel2">
<li><a href="#nostr-address-4">Nostr address</a></li>
<li><a href="#hashtag-4">Hashtag</a></li>
<li><a href="#wikilinks-4">Wikilinks</a></li>
<li><a href="#url-4">URL</a></li>
<li><a href="#images-4">Images</a></li>
<li><a href="#media-4">Media</a>
<ul class="sectlevel3">
<li><a href="#youtube-4">YouTube</a></li>
<li><a href="#spotify-4">Spotify</a></li>
<li><a href="#audio-4">Audio</a></li>
<li><a href="#video-4">Video</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#tables-4">Tables</a>
<ul class="sectlevel2">
<li><a href="#orderly-4">Orderly</a></li>
<li><a href="#unorderly-4">Unorderly</a></li>
<li><a href="#with-alignment-4">With alignment</a></li>
</ul>
</li>
<li><a href="#code-blocks-4">Code blocks</a>
<ul class="sectlevel2">
<li><a href="#json-4">json</a></li>
<li><a href="#typescript-4">typescript</a></li>
<li><a href="#shell-4">shell</a></li>
<li><a href="#latex-7">LaTeX</a></li>
<li><a href="#abc-notation-4">ABC Notation</a></li>
<li><a href="#plantuml-4">PlantUML</a></li>
<li><a href="#bpmn-4">BPMN</a></li>
</ul>
</li>
<li><a href="#latex-8">LaTeX</a>
<ul class="sectlevel2">
<li><a href="#latex-in-inline-code-4">LaTeX in inline-code</a></li>
</ul>
</li>
<li><a href="#headers-5">Headers</a>
<ul class="sectlevel2">
<li><a href="#third-level-header-5">Third-level header</a>
<ul class="sectlevel3">
<li><a href="#fourth-level-header-5">Fourth-level header</a>
<ul class="sectlevel4">
<li><a href="#fifth-level-header-5">Fifth-level header</a>
<ul class="sectlevel5">
<li><a href="#sixth-level-header-5">Sixth-level header</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li><a href="#media-and-links-5">Media and Links</a>
<ul class="sectlevel2">
<li><a href="#nostr-address-5">Nostr address</a></li>
<li><a href="#hashtag-5">Hashtag</a></li>
<li><a href="#wikilinks-5">Wikilinks</a></li>
<li><a href="#url-5">URL</a></li>
<li><a href="#images-5">Images</a></li>
<li><a href="#media-5">Media</a>
<ul class="sectlevel3">
<li><a href="#youtube-5">YouTube</a></li>
<li><a href="#spotify-5">Spotify</a></li>
<li><a href="#audio-5">Audio</a></li>
<li><a href="#video-5">Video</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#tables-5">Tables</a>
<ul class="sectlevel2">
<li><a href="#orderly-5">Orderly</a></li>
<li><a href="#unorderly-5">Unorderly</a></li>
<li><a href="#with-alignment-5">With alignment</a></li>
</ul>
</li>
<li><a href="#code-blocks-5">Code blocks</a>
<ul class="sectlevel2">
<li><a href="#json-5">json</a></li>
<li><a href="#typescript-5">typescript</a></li>
<li><a href="#shell-5">shell</a></li>
<li><a href="#latex-9">LaTeX</a></li>
<li><a href="#abc-notation-5">ABC Notation</a></li>
<li><a href="#plantuml-5">PlantUML</a></li>
<li><a href="#bpmn-5">BPMN</a></li>
</ul>
</li>
<li><a href="#latex-10">LaTeX</a>
<ul class="sectlevel2">
<li><a href="#latex-in-inline-code-5">LaTeX in inline-code</a></li>
</ul>
</li>
<li><a href="#headers-6">Headers</a>
<ul class="sectlevel2">
<li><a href="#third-level-header-6">Third-level header</a>
<ul class="sectlevel3">
<li><a href="#fourth-level-header-6">Fourth-level header</a>
<ul class="sectlevel4">
<li><a href="#fifth-level-header-6">Fifth-level header</a>
<ul class="sectlevel5">
<li><a href="#sixth-level-header-6">Sixth-level header</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li><a href="#media-and-links-6">Media and Links</a>
<ul class="sectlevel2">
<li><a href="#nostr-address-6">Nostr address</a></li>
<li><a href="#hashtag-6">Hashtag</a></li>
<li><a href="#wikilinks-6">Wikilinks</a></li>
<li><a href="#url-6">URL</a></li>
<li><a href="#images-6">Images</a></li>
<li><a href="#media-6">Media</a>
<ul class="sectlevel3">
<li><a href="#youtube-6">YouTube</a></li>
<li><a href="#spotify-6">Spotify</a></li>
<li><a href="#audio-6">Audio</a></li>
<li><a href="#video-6">Video</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#tables-6">Tables</a>
<ul class="sectlevel2">
<li><a href="#orderly-6">Orderly</a></li>
<li><a href="#unorderly-6">Unorderly</a></li>
<li><a href="#with-alignment-6">With alignment</a></li>
</ul>
</li>
<li><a href="#code-blocks-6">Code blocks</a>
<ul class="sectlevel2">
<li><a href="#json-6">json</a></li>
<li><a href="#typescript-6">typescript</a></li>
<li><a href="#shell-6">shell</a></li>
<li><a href="#latex-11">LaTeX</a></li>
<li><a href="#abc-notation-6">ABC Notation</a></li>
<li><a href="#plantuml-6">PlantUML</a></li>
<li><a href="#bpmn-6">BPMN</a></li>
</ul>
</li>
<li><a href="#latex-12">LaTeX</a>
<ul class="sectlevel2">
<li><a href="#latex-in-inline-code-6">LaTeX in inline-code</a></li>
</ul>
</li>
<li><a href="#headers-7">Headers</a>
<ul class="sectlevel2">
<li><a href="#third-level-header-7">Third-level header</a>
<ul class="sectlevel3">
<li><a href="#fourth-level-header-7">Fourth-level header</a>
<ul class="sectlevel4">
<li><a href="#fifth-level-header-7">Fifth-level header</a>
<ul class="sectlevel5">
<li><a href="#sixth-level-header-7">Sixth-level header</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li><a href="#media-and-links-7">Media and Links</a>
<ul class="sectlevel2">
<li><a href="#nostr-address-7">Nostr address</a></li>
<li><a href="#hashtag-7">Hashtag</a></li>
<li><a href="#wikilinks-7">Wikilinks</a></li>
<li><a href="#url-7">URL</a></li>
<li><a href="#images-7">Images</a></li>
<li><a href="#media-7">Media</a>
<ul class="sectlevel3">
<li><a href="#youtube-7">YouTube</a></li>
<li><a href="#spotify-7">Spotify</a></li>
<li><a href="#audio-7">Audio</a></li>
<li><a href="#video-7">Video</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#tables-7">Tables</a>
<ul class="sectlevel2">
<li><a href="#orderly-7">Orderly</a></li>
<li><a href="#unorderly-7">Unorderly</a></li>
<li><a href="#with-alignment-7">With alignment</a></li>
</ul>
</li>
<li><a href="#code-blocks-7">Code blocks</a>
<ul class="sectlevel2">
<li><a href="#json-7">json</a></li>
<li><a href="#typescript-7">typescript</a></li>
<li><a href="#shell-7">shell</a></li>
<li><a href="#latex-13">LaTeX</a></li>
<li><a href="#abc-notation-7">ABC Notation</a></li>
<li><a href="#plantuml-7">PlantUML</a></li>
<li><a href="#bpmn-7">BPMN</a></li>
</ul>
</li>
<li><a href="#latex-14">LaTeX</a>
<ul class="sectlevel2">
<li><a href="#latex-in-inline-code-7">LaTeX in inline-code</a></li>
</ul>
</li>
<li><a href="#headers-8">Headers</a>
<ul class="sectlevel2">
<li><a href="#third-level-header-8">Third-level header</a>
<ul class="sectlevel3">
<li><a href="#fourth-level-header-8">Fourth-level header</a>
<ul class="sectlevel4">
<li><a href="#fifth-level-header-8">Fifth-level header</a>
<ul class="sectlevel5">
<li><a href="#sixth-level-header-8">Sixth-level header</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li><a href="#media-and-links-8">Media and Links</a>
<ul class="sectlevel2">
<li><a href="#nostr-address-8">Nostr address</a></li>
<li><a href="#hashtag-8">Hashtag</a></li>
<li><a href="#wikilinks-8">Wikilinks</a></li>
<li><a href="#url-8">URL</a></li>
<li><a href="#images-8">Images</a></li>
<li><a href="#media-8">Media</a>
<ul class="sectlevel3">
<li><a href="#youtube-8">YouTube</a></li>
<li><a href="#spotify-8">Spotify</a></li>
<li><a href="#audio-8">Audio</a></li>
<li><a href="#video-8">Video</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#tables-8">Tables</a>
<ul class="sectlevel2">
<li><a href="#orderly-8">Orderly</a></li>
<li><a href="#unorderly-8">Unorderly</a></li>
<li><a href="#with-alignment-8">With alignment</a></li>
</ul>
</li>
<li><a href="#code-blocks-8">Code blocks</a>
<ul class="sectlevel2">
<li><a href="#json-8">json</a></li>
<li><a href="#typescript-8">typescript</a></li>
<li><a href="#shell-8">shell</a></li>
<li><a href="#latex-15">LaTeX</a></li>
<li><a href="#abc-notation-8">ABC Notation</a></li>
<li><a href="#plantuml-8">PlantUML</a></li>
<li><a href="#bpmn-8">BPMN</a></li>
</ul>
</li>
<li><a href="#latex-16">LaTeX</a>
<ul class="sectlevel2">
<li><a href="#latex-in-inline-code-8">LaTeX in inline-code</a></li>
</ul>
</li>
<li><a href="#latex-outside-of-code">LaTeX outside of code</a></li>
<li><a href="#footnotes">Footnotes</a></li>
<li><a href="#anchor-links">Anchor links</a></li>
<li><a href="#formatting">Formatting</a>
<ul class="sectlevel2">
<li><a href="#strikethrough">Strikethrough</a></li>
<li><a href="#bold">Bold</a></li>
<li><a href="#italic">Italic</a></li>
<li><a href="#task-list">Task List</a></li>
<li><a href="#emoji-shortcodes">Emoji shortcodes</a></li>
<li><a href="#marking-and-highlighting-text">Marking and highlighting text</a></li>
<li><a href="#subscript-and-superscript">Subscript and Superscript</a></li>
<li><a href="#delimiter">Delimiter</a></li>
<li><a href="#quotes">Quotes</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
<script>
function showTab(tabId) {
// Hide all tab contents
const allContents = document.querySelectorAll('.tab-content');
allContents.forEach(content => content.classList.remove('active'));
// Remove active class from all tabs
const allTabs = document.querySelectorAll('.tab');
allTabs.forEach(tab => tab.classList.remove('active'));
// Show selected tab content
const selectedContent = document.getElementById(tabId);
if (selectedContent) {
selectedContent.classList.add('active');
}
// Add active class to clicked tab
event.target.classList.add('active');
}
</script>
</body>
</html>