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>
<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" target="_blank" rel="noopener noreferrer">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
<blockquote>blockquote</blockquote>
<blockquote>blockquote</blockquote>
line<br/>break
line<br>break
<p>paragraph</p>
paragraph
<small>small</small>
<span style="font-size:small;line-height:normal;">small</span>
<sup>sup</sup>
<sup>sup</sup>
<sub>sub</sub>
<sub>sub</sub>
<a href='https://funfedi.dev'>funfedi</a>
<a href="https://funfedi.dev" target="_blank" rel="noopener noreferrer">funfedi</a>
<script>alert('hi');</script>
<img src="http://pasture-one-actor/assets/nlnet.png" alt="NLNET Logo" />
<img src="http://friendica/photo/link/2" alt="NLNET Logo" title="NLNET Logo" class="has-alt-description">
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>
<table><tr><td>HTML tables</td></tr></table>
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>
<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" 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/_0voXqByy7U</p>
<strong>strong</strong>
<p>http://pasture-one-actor/object/amgq1J-_n00</p>
<i>italic</i>
<p>http://pasture-one-actor/object/mK9LCG491NE</p>
<i>italic with.</i> See <a href="https://codeberg.org/helge/funfedidev/issues/142">Issue 142</a>
<p>http://pasture-one-actor/object/VRXpLk5DoF8</p>
<em>emphasis</em>
<p>http://pasture-one-actor/object/0zQ2YMeCJEc</p>
<del>old</del><ins>new</ins>
<p>http://pasture-one-actor/object/zTvqcS4KU5s</p>
<s>stricken</s>
<p>http://pasture-one-actor/object/JgUVQdnJvBE</p>
<mark>mark</mark>
<p>http://pasture-one-actor/object/PItXzM6ocnA</p>
find <var>x</var> (a variable)
<p>http://pasture-one-actor/object/MAhaxp2yEaw</p>
<ol><li>ordered</li></ol>
<p>http://pasture-one-actor/object/gYi0eJtVb00</p>
<ul><li>unordered</li></ul>
<p>http://pasture-one-actor/object/At9fjCXWvKY</p>
<h1>h1</h1>
<p>http://pasture-one-actor/object/FZN3kwwdm80</p>
<h2>h2</h2>
<p>http://pasture-one-actor/object/4yGOsHFPXxY</p>
<h3>h3</h3>
<p>http://pasture-one-actor/object/20Zm3ez7iH0</p>
<h4>h4</h4>
<p>http://pasture-one-actor/object/PAY3slcdiwM</p>
<h5>h5</h5>
<p>http://pasture-one-actor/object/9CK9vQs1qZo</p>
<h1>h1</h1><h2>h2</h2>
<p>http://pasture-one-actor/object/-7Wt3RBaG8A</p>
<code>code</code>
<p>http://pasture-one-actor/object/2MydHy84wAY</p>
<pre>pre</pre>
<p>http://pasture-one-actor/object/nbgwXUsXPeg</p>
<blockquote>blockquote</blockquote>
<p>http://pasture-one-actor/object/oacCudgpkjQ</p>
line<br/>break
<p>http://pasture-one-actor/object/48RG0ITsG-k</p>
<p>paragraph</p>
<p>http://pasture-one-actor/object/rAPHrI7oO8I</p>
<small>small</small>
<p>http://pasture-one-actor/object/9hzpl-yCGfs</p>
<sup>sup</sup>
<p>http://pasture-one-actor/object/oEFh82hmRYc</p>
<sub>sub</sub>
<p>http://pasture-one-actor/object/rSBkxmLO8T8</p>
<a href='https://funfedi.dev'>funfedi</a>
<p>http://pasture-one-actor/object/7P8nGZyC41w</p>
<script>alert('hi');</script>
<p>http://pasture-one-actor/object/2lIPiX8vdg8</p>
<img src="http://pasture-one-actor/assets/nlnet.png" alt="NLNET Logo" />
<p>http://pasture-one-actor/object/Rdd94cV9C8c</p>
wbr: Fernstraßen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz
<p>http://pasture-one-actor/object/e4ikrvymSew</p>
Audio <audio controls src="http://pasture-one-actor/assets/cow_moo.mp3"></audio>
<p>http://pasture-one-actor/object/6Gw4e674inI</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/u4OG-iUlsAo</p>
<dl>
  <dt>Beast of Bodmin</dt>
  <dd>A large feline inhabiting Bodmin Moor.</dd>
</dl>
<p>http://pasture-one-actor/object/q0QhGzGWHKY</p>
<details>
  <summary>Details</summary>
  Something small enough to escape casual notice.
</details>
<p>http://pasture-one-actor/object/CrYWjJ2TwNU</p>
<table><tr><td>HTML tables</td></tr></table>
<p>http://pasture-one-actor/object/Lfg6Y60RzGA</p>
content text Example
<b>bold</b>
**bold**
<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 [Issue 142](https://codeberg.org/helge/funfedidev/issues/142)
<em>emphasis</em>
<i>emphasis</i>
<del>old</del><ins>new</ins>
~~old~~new
<s>stricken</s>
~~stricken~~
<mark>mark</mark>
mark
find <var>x</var> (a variable)
find x (a variable)
<ol><li>ordered</li></ol>
ordered
<ul><li>unordered</li></ul>
unordered
<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>
【h1】
h2
<code>code</code>
`code`
<pre>pre</pre>
pre
<blockquote>blockquote</blockquote>
> blockquote
line<br/>break
line
break
<p>paragraph</p>
paragraph
<small>small</small>
<small>small</small>
<sup>sup</sup>
sup
<sub>sub</sub>
sub
<a href='https://funfedi.dev'>funfedi</a>
[funfedi](https://funfedi.dev)
<script>alert('hi');</script>
alert('hi');
<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>
<b>bold</b><p><a href="http://pasture-one-actor/object/osaJF-Sag1M" rel="noopener">http://pasture-one-actor/object/osaJF-Sag1M</a></p>
<strong>strong</strong>
<strong>strong</strong><p><a href="http://pasture-one-actor/object/B1ZLJ3SDS_0" rel="noopener">http://pasture-one-actor/object/B1ZLJ3SDS_0</a></p>
<i>italic</i>
<i>italic</i><p><a href="http://pasture-one-actor/object/-mEFPZZESzk" rel="noopener">http://pasture-one-actor/object/-mEFPZZESzk</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/12dvm3Fh_vI" rel="noopener">http://pasture-one-actor/object/12dvm3Fh_vI</a></p>
<em>emphasis</em>
<em>emphasis</em><p><a href="http://pasture-one-actor/object/y_HHtASYZwA" rel="noopener">http://pasture-one-actor/object/y_HHtASYZwA</a></p>
<del>old</del><ins>new</ins>
<del>old</del><ins>new</ins><p><a href="http://pasture-one-actor/object/W6kCXStcDV0" rel="noopener">http://pasture-one-actor/object/W6kCXStcDV0</a></p>
<s>stricken</s>
<s>stricken</s><p><a href="http://pasture-one-actor/object/WjsK0y2Uq70" rel="noopener">http://pasture-one-actor/object/WjsK0y2Uq70</a></p>
<mark>mark</mark>
<mark>mark</mark><p><a href="http://pasture-one-actor/object/RiZvq4lcZ-g" rel="noopener">http://pasture-one-actor/object/RiZvq4lcZ-g</a></p>
find <var>x</var> (a variable)
find <var>x</var> (a variable)<p><a href="http://pasture-one-actor/object/6oU0EE4BPQI" rel="noopener">http://pasture-one-actor/object/6oU0EE4BPQI</a></p>
<ol><li>ordered</li></ol>
<ol><li>ordered</li></ol><p><a href="http://pasture-one-actor/object/QFTUU1Oh7zg" rel="noopener">http://pasture-one-actor/object/QFTUU1Oh7zg</a></p>
<ul><li>unordered</li></ul>
<ul><li>unordered</li></ul><p><a href="http://pasture-one-actor/object/AgeAgGx7gR0" rel="noopener">http://pasture-one-actor/object/AgeAgGx7gR0</a></p>
<h1>h1</h1>
<h1>h1</h1><p><a href="http://pasture-one-actor/object/uq2z6s26DuU" rel="noopener">http://pasture-one-actor/object/uq2z6s26DuU</a></p>
<h2>h2</h2>
<h2>h2</h2><p><a href="http://pasture-one-actor/object/2p0oY7h8y2k" rel="noopener">http://pasture-one-actor/object/2p0oY7h8y2k</a></p>
<h3>h3</h3>
<h3>h3</h3><p><a href="http://pasture-one-actor/object/1EEUdwDUbgA" rel="noopener">http://pasture-one-actor/object/1EEUdwDUbgA</a></p>
<h4>h4</h4>
<h4>h4</h4><p><a href="http://pasture-one-actor/object/FnVr1-qX_AM" rel="noopener">http://pasture-one-actor/object/FnVr1-qX_AM</a></p>
<h5>h5</h5>
<h5>h5</h5><p><a href="http://pasture-one-actor/object/H8aq29GKsa8" rel="noopener">http://pasture-one-actor/object/H8aq29GKsa8</a></p>
<h1>h1</h1><h2>h2</h2>
<h1>h1</h1><h2>h2</h2><p><a href="http://pasture-one-actor/object/w5gXMwXMOjA" rel="noopener">http://pasture-one-actor/object/w5gXMwXMOjA</a></p>
<code>code</code>
<code>code</code><p><a href="http://pasture-one-actor/object/PONmwA8XTeU" rel="noopener">http://pasture-one-actor/object/PONmwA8XTeU</a></p>
<pre>pre</pre>
<pre>pre</pre><p><a href="http://pasture-one-actor/object/KkxcLFMbcBo" rel="noopener">http://pasture-one-actor/object/KkxcLFMbcBo</a></p>
<blockquote>blockquote</blockquote>
<blockquote>blockquote</blockquote><p><a href="http://pasture-one-actor/object/gr21T-cVKtM" rel="noopener">http://pasture-one-actor/object/gr21T-cVKtM</a></p>
line<br/>break
line<br>break<p><a href="http://pasture-one-actor/object/FP_XIcR-xQE" rel="noopener">http://pasture-one-actor/object/FP_XIcR-xQE</a></p>
<p>paragraph</p>
<p>paragraph</p><p><a href="http://pasture-one-actor/object/eAjqGQyFn2o" rel="noopener">http://pasture-one-actor/object/eAjqGQyFn2o</a></p>
<small>small</small>
<small>small</small><p><a href="http://pasture-one-actor/object/IcBHYpL4IVs" rel="noopener">http://pasture-one-actor/object/IcBHYpL4IVs</a></p>
<sup>sup</sup>
<sup>sup</sup><p><a href="http://pasture-one-actor/object/RF6ttV1l-Ck" rel="noopener">http://pasture-one-actor/object/RF6ttV1l-Ck</a></p>
<sub>sub</sub>
<sub>sub</sub><p><a href="http://pasture-one-actor/object/FfHlBw1n8eM" rel="noopener">http://pasture-one-actor/object/FfHlBw1n8eM</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/q5Dm4nhCXXQ" rel="noopener">http://pasture-one-actor/object/q5Dm4nhCXXQ</a></p>
<script>alert('hi');</script>
<p><a href="http://pasture-one-actor/object/ZH5UdZNTmOo" rel="noopener">http://pasture-one-actor/object/ZH5UdZNTmOo</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/jt5nt8zRfXI" rel="noopener">http://pasture-one-actor/object/jt5nt8zRfXI</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/DXR9k5WkNQU" rel="noopener">http://pasture-one-actor/object/DXR9k5WkNQU</a></p>
Audio <audio controls src="http://pasture-one-actor/assets/cow_moo.mp3"></audio>
Audio <p><a href="http://pasture-one-actor/object/xyEWjnjGTew" rel="noopener">http://pasture-one-actor/object/xyEWjnjGTew</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/QNPCzE9gDnk" rel="noopener">http://pasture-one-actor/object/QNPCzE9gDnk</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/ELQhAtuLFSA" rel="noopener">http://pasture-one-actor/object/ELQhAtuLFSA</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/f3CW89-EBhQ" rel="noopener">http://pasture-one-actor/object/f3CW89-EBhQ</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/gpB9AypjWt4" rel="noopener">http://pasture-one-actor/object/gpB9AypjWt4</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>