Skip to content

HTML tags for article

Here we analyze, which types of HTML tags are allowed inside the content field of Article type objects. One should expect that a Note, i.e.

Represents a short written work typically less than a single paragraph in length.

see here, should not contain headings h1-h6 or embedded media, e.g. img.

Sanitizing fields is desired behavior as seen in Section B.10 of ActivityPub.

Details

content content Example
<b>bold</b>
<b>bold</b>
<strong>strong</strong>
<strong>strong</strong>
<i>italic</i>
<i>italic</i>
<i>italic with.</i> See <a href="https://codeberg.org/helge/funfedidev/issues/142">Issue 142</a>
<i>italic with.</i> See <a href="https://codeberg.org/helge/funfedidev/issues/142">Issue 142</a>
<em>emphasis</em>
<em>emphasis</em>
<del>old</del><ins>new</ins>
<del>old</del>new
<s>stricken</s>
stricken
<mark>mark</mark>
mark
find <var>x</var> (a variable)
find x (a variable)
<ol><li>ordered</li></ol>
<ol><li>ordered</li></ol>
<ul><li>unordered</li></ul>
<ul><li>unordered</li></ul>
<h1>h1</h1>
h1
<h2>h2</h2>
h2
<h3>h3</h3>
h3
<h4>h4</h4>
h4
<h5>h5</h5>
h5
<h1>h1</h1><h2>h2</h2>
h1h2
<code>code</code>
<code>code</code>
<pre>pre</pre>
<pre>pre</pre>
<blockquote>blockquote</blockquote>
<blockquote>blockquote</blockquote>
line<br/>break
line<br/>break
<p>paragraph</p>
<p>paragraph</p>
<small>small</small>
<small>small</small>
<sup>sup</sup>
<sup>sup</sup>
<sub>sub</sub>
<sub>sub</sub>
<a href='https://funfedi.dev'>funfedi</a>
<a href="https://funfedi.dev">funfedi</a>
<script>alert('hi');</script>
alert(&#39;hi&#39;);
<img src="http://pasture-one-actor/assets/nlnet.png" alt="NLNET Logo" />
<img src="http://pasture-one-actor/assets/nlnet.png" alt="NLNET Logo"/>
wbr: Fernstraßen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz
wbr: Fernstraßenbauprivatfinanzierungsgesetz
Audio <audio controls src="http://pasture-one-actor/assets/cow_moo.mp3"></audio>
Audio 
Video <video controls width="250">
  <source src="http://pasture-one-actor/assets/cow_eating.mp4" type="video/mp4" />
  Video of a cow eating</video>
Video 
  
  Video of a cow eating
<dl>
  <dt>Beast of Bodmin</dt>
  <dd>A large feline inhabiting Bodmin Moor.</dd>
</dl>
  Beast of Bodmin
  A large feline inhabiting Bodmin Moor.
<details>
  <summary>Details</summary>
  Something small enough to escape casual notice.
</details>
  Details
  Something small enough to escape casual notice.
<table><tr><td>HTML tables</td></tr></table>
HTML tables
content content Example
<b>bold</b>
<strong>strong</strong>
<i>italic</i>
<i>italic with.</i> See <a href="https://codeberg.org/helge/funfedidev/issues/142">Issue 142</a>
<em>emphasis</em>
<del>old</del><ins>new</ins>
<s>stricken</s>
<mark>mark</mark>
find <var>x</var> (a variable)
<ol><li>ordered</li></ol>
<ul><li>unordered</li></ul>
<ul><li>unordered</li></ul>
<h1>h1</h1>
<h1>h1</h1>
<h2>h2</h2>
<h2>h2</h2>
<h3>h3</h3>
<h3>h3</h3>
<h4>h4</h4>
<h4>h4</h4>
<h5>h5</h5>
<h5>h5</h5>
<h1>h1</h1><h2>h2</h2>
<h1>h1</h1><h2>h2</h2>
<code>code</code>
<code>code</code>
<pre>pre</pre>
<pre>pre</pre>
<blockquote>blockquote</blockquote>
<blockquote>blockquote</blockquote>
line<br/>break
line<br>break
<p>paragraph</p>
<p>paragraph</p>
<small>small</small>
<small>small</small>
<sup>sup</sup>
<sup>sup</sup>
<sub>sub</sub>
<sub>sub</sub>
<a href='https://funfedi.dev'>funfedi</a>
<a href="https://funfedi.dev" rel="nofollow noreferrer noopener" target="_blank">funfedi</a>
<script>alert('hi');</script>
<img src="http://pasture-one-actor/assets/nlnet.png" alt="NLNET Logo" />
wbr: Fernstraßen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz
wbr: Fernstraßen<wbr>bau<wbr>privat<wbr>finanzierungs<wbr>gesetz
Audio <audio controls src="http://pasture-one-actor/assets/cow_moo.mp3"></audio>
Audio
Video <video controls width="250">
  <source src="http://pasture-one-actor/assets/cow_eating.mp4" type="video/mp4" />
  Video of a cow eating</video>
Video
Video of a cow eating
<dl>
  <dt>Beast of Bodmin</dt>
  <dd>A large feline inhabiting Bodmin Moor.</dd>
</dl>
<dl><dt>Beast of Bodmin</dt><dd>A large feline inhabiting Bodmin Moor.</dd></dl>
<details>
  <summary>Details</summary>
  Something small enough to escape casual notice.
</details>
<details><summary>Details</summary>Something small enough to escape casual notice.</details>
<table><tr><td>HTML tables</td></tr></table>
HTML tables
content content Example
<b>bold</b>
<b>bold</b>
<strong>strong</strong>
<strong>strong</strong>
<i>italic</i>
<i>italic</i>
<i>italic with.</i> See <a href="https://codeberg.org/helge/funfedidev/issues/142">Issue 142</a>
<i>italic with.</i> See <a href="https://codeberg.org/helge/funfedidev/issues/142">Issue 142</a>
<em>emphasis</em>
<em>emphasis</em>
<del>old</del><ins>new</ins>
<del>old</del><ins>new</ins>
<s>stricken</s>
<s>stricken</s>
<mark>mark</mark>
<mark>mark</mark>
find <var>x</var> (a variable)
find <var>x</var> (a variable)
<ol><li>ordered</li></ol>
<ol><li>ordered</li></ol>
<ul><li>unordered</li></ul>
<ul><li>unordered</li></ul>
<h1>h1</h1>
<h1>h1</h1>
<h2>h2</h2>
<h2>h2</h2>
<h3>h3</h3>
<h3>h3</h3>
<h4>h4</h4>
<h4>h4</h4>
<h5>h5</h5>
<h5>h5</h5>
<h1>h1</h1><h2>h2</h2>
<h1>h1</h1><h2>h2</h2>
<code>code</code>
<code>code</code>
<pre>pre</pre>
<pre>pre</pre>
<blockquote>blockquote</blockquote>
<blockquote>blockquote</blockquote>
line<br/>break
line<br />break
<p>paragraph</p>
<p>paragraph</p>
<small>small</small>
<small>small</small>
<sup>sup</sup>
<sup>sup</sup>
<sub>sub</sub>
<sub>sub</sub>
<a href='https://funfedi.dev'>funfedi</a>
<a href="https://funfedi.dev">funfedi</a>
<script>alert('hi');</script>
&lt;script&gt;alert('hi');&lt;/script&gt;
<img src="http://pasture-one-actor/assets/nlnet.png" alt="NLNET Logo" />
<img src="http://pasture-one-actor/assets/nlnet.png" alt="NLNET Logo" />
wbr: Fernstraßen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz
wbr: Fernstraßen&lt;wbr /&gt;bau&lt;wbr /&gt;privat&lt;wbr /&gt;finanzierungs&lt;wbr /&gt;gesetz
Audio <audio controls src="http://pasture-one-actor/assets/cow_moo.mp3"></audio>
Audio <audio controls src="http://pasture-one-actor/assets/cow_moo.mp3"></audio>
Video <video controls width="250">
  <source src="http://pasture-one-actor/assets/cow_eating.mp4" type="video/mp4" />
  Video of a cow eating</video>
Video <video controls width="250">
  <source src="http://pasture-one-actor/assets/cow_eating.mp4" type="video/mp4" />
  Video of a cow eating</video>
<dl>
  <dt>Beast of Bodmin</dt>
  <dd>A large feline inhabiting Bodmin Moor.</dd>
</dl>
<dl>
  <dt>Beast of Bodmin</dt>
  <dd>A large feline inhabiting Bodmin Moor.</dd>
</dl>
<details>
  <summary>Details</summary>
  Something small enough to escape casual notice.
</details>
<details>
  <summary>Details</summary>
  Something small enough to escape casual notice.
</details>
<table><tr><td>HTML tables</td></tr></table>
<table><tr><td>HTML tables</td></tr></table>
content content Example
<b>bold</b>
<p>http://pasture-one-actor/object/rRbTp65jXoY</p>
<strong>strong</strong>
<p>http://pasture-one-actor/object/XAGDOlf9KaA</p>
<i>italic</i>
<p>http://pasture-one-actor/object/-mlID6b9kn4</p>
<i>italic with.</i> See <a href="https://codeberg.org/helge/funfedidev/issues/142">Issue 142</a>
<p>http://pasture-one-actor/object/9GJUpJy1fnA</p>
<em>emphasis</em>
<p>http://pasture-one-actor/object/Rvo76KCn4Dc</p>
<del>old</del><ins>new</ins>
<p>http://pasture-one-actor/object/xhjMUWLa2bo</p>
<s>stricken</s>
<p>http://pasture-one-actor/object/LaJpATkffyw</p>
<mark>mark</mark>
<p>http://pasture-one-actor/object/YQzBetsBp00</p>
find <var>x</var> (a variable)
<p>http://pasture-one-actor/object/zkrv6tHCKKk</p>
<ol><li>ordered</li></ol>
<p>http://pasture-one-actor/object/Sz9gjEAgoig</p>
<ul><li>unordered</li></ul>
<p>http://pasture-one-actor/object/zaSernNrz7o</p>
<h1>h1</h1>
<p>http://pasture-one-actor/object/FwskyyXGR-w</p>
<h2>h2</h2>
<p>http://pasture-one-actor/object/9uF5-1mNPEc</p>
<h3>h3</h3>
<p>http://pasture-one-actor/object/jjIi5gHbOT0</p>
<h4>h4</h4>
<p>http://pasture-one-actor/object/vnkRndKOeRw</p>
<h5>h5</h5>
<p>http://pasture-one-actor/object/SYfFrDWVyV8</p>
<h1>h1</h1><h2>h2</h2>
<p>http://pasture-one-actor/object/b7dF67ZjfHI</p>
<code>code</code>
<p>http://pasture-one-actor/object/Y5fWjoR8A4s</p>
<pre>pre</pre>
<p>http://pasture-one-actor/object/E5knqJWm7bE</p>
<blockquote>blockquote</blockquote>
<p>http://pasture-one-actor/object/UeNC66-m_tk</p>
line<br/>break
<p>http://pasture-one-actor/object/OlvYsDGMz4g</p>
<p>paragraph</p>
<p>http://pasture-one-actor/object/zB9H-l4Uo-M</p>
<small>small</small>
<p>http://pasture-one-actor/object/sWuMe4oASls</p>
<sup>sup</sup>
<p>http://pasture-one-actor/object/P5O6_eBDP80</p>
<sub>sub</sub>
<p>http://pasture-one-actor/object/lBLfIOqoPp4</p>
<a href='https://funfedi.dev'>funfedi</a>
<p>http://pasture-one-actor/object/cLvA4Ydy33A</p>
<script>alert('hi');</script>
<p>http://pasture-one-actor/object/FVoyEyLpUb8</p>
<img src="http://pasture-one-actor/assets/nlnet.png" alt="NLNET Logo" />
<p>http://pasture-one-actor/object/RrJBYhQX4Ig</p>
wbr: Fernstraßen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz
<p>http://pasture-one-actor/object/KSOu92FbR3M</p>
Audio <audio controls src="http://pasture-one-actor/assets/cow_moo.mp3"></audio>
<p>http://pasture-one-actor/object/4_s9tgWIcLA</p>
Video <video controls width="250">
  <source src="http://pasture-one-actor/assets/cow_eating.mp4" type="video/mp4" />
  Video of a cow eating</video>
<p>http://pasture-one-actor/object/w1Jgrp-Wims</p>
<dl>
  <dt>Beast of Bodmin</dt>
  <dd>A large feline inhabiting Bodmin Moor.</dd>
</dl>
<p>http://pasture-one-actor/object/Uq8gSLW0S-M</p>
<details>
  <summary>Details</summary>
  Something small enough to escape casual notice.
</details>
<p>http://pasture-one-actor/object/apHNegeqpBI</p>
<table><tr><td>HTML tables</td></tr></table>
<p>http://pasture-one-actor/object/9hMnttN4WUM</p>
content content Example
<b>bold</b>
<b>bold</b><p><a href="http://pasture-one-actor/object/OHUyHnF76u4" rel="noopener">http://pasture-one-actor/object/OHUyHnF76u4</a></p>
<strong>strong</strong>
<strong>strong</strong><p><a href="http://pasture-one-actor/object/G8KDSrUdPHY" rel="noopener">http://pasture-one-actor/object/G8KDSrUdPHY</a></p>
<i>italic</i>
<i>italic</i><p><a href="http://pasture-one-actor/object/hC3xNVBVxv8" rel="noopener">http://pasture-one-actor/object/hC3xNVBVxv8</a></p>
<i>italic with.</i> See <a href="https://codeberg.org/helge/funfedidev/issues/142">Issue 142</a>
<i>italic with.</i> See <a href="https://codeberg.org/helge/funfedidev/issues/142" rel="noopener">Issue 142</a><p><a href="http://pasture-one-actor/object/ldpx55k1UCQ" rel="noopener">http://pasture-one-actor/object/ldpx55k1UCQ</a></p>
<em>emphasis</em>
<em>emphasis</em><p><a href="http://pasture-one-actor/object/bgpXrj0UxDY" rel="noopener">http://pasture-one-actor/object/bgpXrj0UxDY</a></p>
<del>old</del><ins>new</ins>
<del>old</del><ins>new</ins><p><a href="http://pasture-one-actor/object/iWePXy-YA0g" rel="noopener">http://pasture-one-actor/object/iWePXy-YA0g</a></p>
<s>stricken</s>
<s>stricken</s><p><a href="http://pasture-one-actor/object/SNfNwygZqLA" rel="noopener">http://pasture-one-actor/object/SNfNwygZqLA</a></p>
<mark>mark</mark>
<mark>mark</mark><p><a href="http://pasture-one-actor/object/ZcnRMP_KND8" rel="noopener">http://pasture-one-actor/object/ZcnRMP_KND8</a></p>
find <var>x</var> (a variable)
find <var>x</var> (a variable)<p><a href="http://pasture-one-actor/object/_vd60Umsj0E" rel="noopener">http://pasture-one-actor/object/_vd60Umsj0E</a></p>
<ol><li>ordered</li></ol>
<ol><li>ordered</li></ol><p><a href="http://pasture-one-actor/object/2mAzEOS9UMw" rel="noopener">http://pasture-one-actor/object/2mAzEOS9UMw</a></p>
<ul><li>unordered</li></ul>
<ul><li>unordered</li></ul><p><a href="http://pasture-one-actor/object/W98kLWkeVrs" rel="noopener">http://pasture-one-actor/object/W98kLWkeVrs</a></p>
<h1>h1</h1>
<h1>h1</h1><p><a href="http://pasture-one-actor/object/5DXpsgUSN6E" rel="noopener">http://pasture-one-actor/object/5DXpsgUSN6E</a></p>
<h2>h2</h2>
<h2>h2</h2><p><a href="http://pasture-one-actor/object/QI2lcg0AGMI" rel="noopener">http://pasture-one-actor/object/QI2lcg0AGMI</a></p>
<h3>h3</h3>
<h3>h3</h3><p><a href="http://pasture-one-actor/object/IglkTYn_EI8" rel="noopener">http://pasture-one-actor/object/IglkTYn_EI8</a></p>
<h4>h4</h4>
<h4>h4</h4><p><a href="http://pasture-one-actor/object/MU0wcGmvuzA" rel="noopener">http://pasture-one-actor/object/MU0wcGmvuzA</a></p>
<h5>h5</h5>
<h5>h5</h5><p><a href="http://pasture-one-actor/object/VrZ09nErioY" rel="noopener">http://pasture-one-actor/object/VrZ09nErioY</a></p>
<h1>h1</h1><h2>h2</h2>
<h1>h1</h1><h2>h2</h2><p><a href="http://pasture-one-actor/object/qgarMGU2-FI" rel="noopener">http://pasture-one-actor/object/qgarMGU2-FI</a></p>
<code>code</code>
<code>code</code><p><a href="http://pasture-one-actor/object/2dpbhgS2bLc" rel="noopener">http://pasture-one-actor/object/2dpbhgS2bLc</a></p>
<pre>pre</pre>
<pre>pre</pre><p><a href="http://pasture-one-actor/object/91HUHWQbbXg" rel="noopener">http://pasture-one-actor/object/91HUHWQbbXg</a></p>
<blockquote>blockquote</blockquote>
<blockquote>blockquote</blockquote><p><a href="http://pasture-one-actor/object/EIZDJCGAYZc" rel="noopener">http://pasture-one-actor/object/EIZDJCGAYZc</a></p>
line<br/>break
line<br>break<p><a href="http://pasture-one-actor/object/RlzP58_7im8" rel="noopener">http://pasture-one-actor/object/RlzP58_7im8</a></p>
<p>paragraph</p>
<p>paragraph</p><p><a href="http://pasture-one-actor/object/2PChZ5nAtbk" rel="noopener">http://pasture-one-actor/object/2PChZ5nAtbk</a></p>
<small>small</small>
<small>small</small><p><a href="http://pasture-one-actor/object/8LNzDzX7ejQ" rel="noopener">http://pasture-one-actor/object/8LNzDzX7ejQ</a></p>
<sup>sup</sup>
<sup>sup</sup><p><a href="http://pasture-one-actor/object/-Rl24f55JPY" rel="noopener">http://pasture-one-actor/object/-Rl24f55JPY</a></p>
<sub>sub</sub>
<sub>sub</sub><p><a href="http://pasture-one-actor/object/GQWgssSoZwM" rel="noopener">http://pasture-one-actor/object/GQWgssSoZwM</a></p>
<a href='https://funfedi.dev'>funfedi</a>
<a href="https://funfedi.dev" rel="noopener">funfedi</a><p><a href="http://pasture-one-actor/object/TypXLoV4Zu4" rel="noopener">http://pasture-one-actor/object/TypXLoV4Zu4</a></p>
<script>alert('hi');</script>
<p><a href="http://pasture-one-actor/object/x7IFvqSdX-s" rel="noopener">http://pasture-one-actor/object/x7IFvqSdX-s</a></p>
<img src="http://pasture-one-actor/assets/nlnet.png" alt="NLNET Logo" />
http://pasture-one-actor/assets/nlnet.png<p><a href="http://pasture-one-actor/object/vSzCe3hCgJE" rel="noopener">http://pasture-one-actor/object/vSzCe3hCgJE</a></p>
wbr: Fernstraßen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz
wbr: Fernstraßen<wbr>bau<wbr>privat<wbr>finanzierungs<wbr>gesetz<p><a href="http://pasture-one-actor/object/OAR3aRvkV0w" rel="noopener">http://pasture-one-actor/object/OAR3aRvkV0w</a></p>
Audio <audio controls src="http://pasture-one-actor/assets/cow_moo.mp3"></audio>
Audio <p><a href="http://pasture-one-actor/object/Z0P3zNPveZA" rel="noopener">http://pasture-one-actor/object/Z0P3zNPveZA</a></p>
Video <video controls width="250">
  <source src="http://pasture-one-actor/assets/cow_eating.mp4" type="video/mp4" />
  Video of a cow eating</video>
Video 
  
  Video of a cow eating<p><a href="http://pasture-one-actor/object/KqlRoScc1kc" rel="noopener">http://pasture-one-actor/object/KqlRoScc1kc</a></p>
<dl>
  <dt>Beast of Bodmin</dt>
  <dd>A large feline inhabiting Bodmin Moor.</dd>
</dl>
<dl>
  <dt>Beast of Bodmin</dt>
  <dd>A large feline inhabiting Bodmin Moor.</dd>
</dl>
<p><a href="http://pasture-one-actor/object/6275m0Dxa-g" rel="noopener">http://pasture-one-actor/object/6275m0Dxa-g</a></p>
<details>
  <summary>Details</summary>
  Something small enough to escape casual notice.
</details>
<details>
  <summary>Details</summary>
  Something small enough to escape casual notice.
</details>
<p><a href="http://pasture-one-actor/object/1ZAjsVxo5Fk" rel="noopener">http://pasture-one-actor/object/1ZAjsVxo5Fk</a></p>
<table><tr><td>HTML tables</td></tr></table>
<table><tbody><tr><td>HTML tables</td></tr></tbody></table><p><a href="http://pasture-one-actor/object/3tEqoNJqPik" rel="noopener">http://pasture-one-actor/object/3tEqoNJqPik</a></p>
content content Example
<b>bold</b>
<b>bold</b>
<strong>strong</strong>
<strong>strong</strong>
<i>italic</i>
<i>italic</i>
<i>italic with.</i> See <a href="https://codeberg.org/helge/funfedidev/issues/142">Issue 142</a>
<i>italic with.</i> See <a href="https://codeberg.org/helge/funfedidev/issues/142">Issue 142</a>
<em>emphasis</em>
<em>emphasis</em>
<del>old</del><ins>new</ins>
<del>old</del><ins>new</ins>
<s>stricken</s>
<s>stricken</s>
<mark>mark</mark>
mark
find <var>x</var> (a variable)
find <var>x</var> (a variable)
<ol><li>ordered</li></ol>
<ol><li>ordered</li></ol>
<ul><li>unordered</li></ul>
<ul><li>unordered</li></ul>
<h1>h1</h1>
h1
<h2>h2</h2>
h2
<h3>h3</h3>
h3
<h4>h4</h4>
h4
<h5>h5</h5>
h5
<h1>h1</h1><h2>h2</h2>
h1h2
<code>code</code>
<code>code</code>
<pre>pre</pre>
<pre>pre</pre>
<blockquote>blockquote</blockquote>
<blockquote>blockquote</blockquote>
line<br/>break
line<br/>break
<p>paragraph</p>
<p>paragraph</p>
<small>small</small>
<small>small</small>
<sup>sup</sup>
<sup>sup</sup>
<sub>sub</sub>
<sub>sub</sub>
<a href='https://funfedi.dev'>funfedi</a>
<a href="https://funfedi.dev">funfedi</a>
<script>alert('hi');</script>
alert(&#39;hi&#39;);
<img src="http://pasture-one-actor/assets/nlnet.png" alt="NLNET Logo" />
<img src="http://pasture-one-actor/assets/nlnet.png" alt="NLNET Logo"/>
wbr: Fernstraßen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz
wbr: Fernstraßen<wbr/>bau<wbr/>privat<wbr/>finanzierungs<wbr/>gesetz
Audio <audio controls src="http://pasture-one-actor/assets/cow_moo.mp3"></audio>
Audio 
Video <video controls width="250">
  <source src="http://pasture-one-actor/assets/cow_eating.mp4" type="video/mp4" />
  Video of a cow eating</video>
Video 
  
  Video of a cow eating
<dl>
  <dt>Beast of Bodmin</dt>
  <dd>A large feline inhabiting Bodmin Moor.</dd>
</dl>
  Beast of Bodmin
  A large feline inhabiting Bodmin Moor.
<details>
  <summary>Details</summary>
  Something small enough to escape casual notice.
</details>
  Details
  Something small enough to escape casual notice.
<table><tr><td>HTML tables</td></tr></table>
HTML tables
content content Example
<b>bold</b>
<p><span>bold</span></p>
<strong>strong</strong>
<p><span>strong</span></p>
<i>italic</i>
<p><span>italic</span></p>
<i>italic with.</i> See <a href="https://codeberg.org/helge/funfedidev/issues/142">Issue 142</a>
<p><span>italic with.</span> See <a rel="nofollow noopener noreferrer" target="_blank" href="https://codeberg.org/helge/funfedidev/issues/142">Issue 142</a></p>
<em>emphasis</em>
<p><span>emphasis</span></p>
<del>old</del><ins>new</ins>
<p><span>~~old~~</span>new</p>
<s>stricken</s>
<p><span>~~stricken~~</span></p>
<mark>mark</mark>
<p>mark</p>
find <var>x</var> (a variable)
<p>find x (a variable)</p>
<ol><li>ordered</li></ol>
<p>ordered</p>
<ul><li>unordered</li></ul>
<p>unordered</p>
<h1>h1</h1>
<p><span>【h1】</span></p>
<h2>h2</h2>
<p><span>h2</span></p>
<h3>h3</h3>
<p><span>h3</span></p>
<h4>h4</h4>
<p>h4</p>
<h5>h5</h5>
<p>h5</p>
<h1>h1</h1><h2>h2</h2>
<p><span>【h1】</span><span><br></span><span>h2</span></p>
<code>code</code>
<p><code>code</code></p>
<pre>pre</pre>
<p>pre</p>
<blockquote>blockquote</blockquote>
<p><blockquote>blockquote</blockquote></p>
line<br/>break
<p><span>line<br>break</span></p>
<p>paragraph</p>
<p>paragraph</p>
<small>small</small>
<p><small>small</small></p>
<sup>sup</sup>
<p>sup</p>
<sub>sub</sub>
<p>sub</p>
<a href='https://funfedi.dev'>funfedi</a>
<p><a rel="nofollow noopener noreferrer" target="_blank" href="https://funfedi.dev">funfedi</a></p>
<script>alert('hi');</script>
<p>alert('hi');</p>
<img src="http://pasture-one-actor/assets/nlnet.png" alt="NLNET Logo" />
wbr: Fernstraßen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz
<p>wbr: Fernstraßenbauprivatfinanzierungsgesetz</p>
Audio <audio controls src="http://pasture-one-actor/assets/cow_moo.mp3"></audio>
<p>Audio</p>
Video <video controls width="250">
  <source src="http://pasture-one-actor/assets/cow_eating.mp4" type="video/mp4" />
  Video of a cow eating</video>
<p><span>Video <br>  <br>  Video of a cow eating</span></p>
<dl>
  <dt>Beast of Bodmin</dt>
  <dd>A large feline inhabiting Bodmin Moor.</dd>
</dl>
<p><span>Beast of Bodmin<br>  <br>A large feline inhabiting Bodmin Moor.</span></p>
<details>
  <summary>Details</summary>
  Something small enough to escape casual notice.
</details>
<p><span>Details<br>  Something small enough to escape casual notice.</span></p>
<table><tr><td>HTML tables</td></tr></table>
<p>HTML tables</p>