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>
<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" rel="nofollow noreferrer noopener" target="_blank">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)
<ol><li>ordered</li></ol>
<ul><li>unordered</li></ul>
<h1>h1</h1>
<h2>h2</h2>
<h3>h3</h3>
<h4>h4</h4>
<h5>h5</h5>
<h1>h1</h1><h2>h2</h2>
<code>code</code>
<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/lcq1BdVySoI</p>
<strong>strong</strong>
<p>http://pasture-one-actor/object/3wGtlrGPjYo</p>
<i>italic</i>
<p>http://pasture-one-actor/object/-jlOzyFpICY</p>
<i>italic with.</i> See <a href="https://codeberg.org/helge/funfedidev/issues/142">Issue 142</a>
<p>http://pasture-one-actor/object/5DonYVh3Wy0</p>
<em>emphasis</em>
<p>http://pasture-one-actor/object/6f-F0pYkDZM</p>
<del>old</del><ins>new</ins>
<p>http://pasture-one-actor/object/XiTnTUT1wk0</p>
<s>stricken</s>
<p>http://pasture-one-actor/object/nOHo7ODi9iU</p>
<mark>mark</mark>
<p>http://pasture-one-actor/object/ZQu59_3VFEE</p>
find <var>x</var> (a variable)
<p>http://pasture-one-actor/object/SRBQhPAXUT8</p>
<ol><li>ordered</li></ol>
<p>http://pasture-one-actor/object/0cvMxHDgLrU</p>
<ul><li>unordered</li></ul>
<p>http://pasture-one-actor/object/vnwL_usAKYs</p>
<h1>h1</h1>
<p>http://pasture-one-actor/object/Lzb3zuXBD9c</p>
<h2>h2</h2>
<p>http://pasture-one-actor/object/471_Ggw-qBQ</p>
<h3>h3</h3>
<p>http://pasture-one-actor/object/zuOI1Lj8DSY</p>
<h4>h4</h4>
<p>http://pasture-one-actor/object/4_fRGvqTQKw</p>
<h5>h5</h5>
<p>http://pasture-one-actor/object/VbbQBSD3QdE</p>
<h1>h1</h1><h2>h2</h2>
<p>http://pasture-one-actor/object/Vg2kaahQw1s</p>
<code>code</code>
<p>http://pasture-one-actor/object/LbT8ALvhEbQ</p>
<pre>pre</pre>
<p>http://pasture-one-actor/object/EZd3ux5Wa2o</p>
<blockquote>blockquote</blockquote>
<p>http://pasture-one-actor/object/xcAbPsRF4Uw</p>
line<br/>break
<p>http://pasture-one-actor/object/aqYl6rh1ABc</p>
<p>paragraph</p>
<p>http://pasture-one-actor/object/E9WkVK8siZU</p>
<small>small</small>
<p>http://pasture-one-actor/object/hvuKq-X2UWo</p>
<sup>sup</sup>
<p>http://pasture-one-actor/object/yvjAuKKkHyM</p>
<sub>sub</sub>
<p>http://pasture-one-actor/object/LX622czZdME</p>
<a href='https://funfedi.dev'>funfedi</a>
<p>http://pasture-one-actor/object/orBr3nQy8A4</p>
<script>alert('hi');</script>
<p>http://pasture-one-actor/object/nAwx9GdkXug</p>
<img src="http://pasture-one-actor/assets/nlnet.png" alt="NLNET Logo" />
<p>http://pasture-one-actor/object/rJ3YBcTWerk</p>
wbr: Fernstraßen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz
<p>http://pasture-one-actor/object/cdvgNkBUzjw</p>
Audio <audio controls src="http://pasture-one-actor/assets/cow_moo.mp3"></audio>
<p>http://pasture-one-actor/object/zqWuvdzifjU</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/Z5ZpG2RMaoE</p>
<dl>
  <dt>Beast of Bodmin</dt>
  <dd>A large feline inhabiting Bodmin Moor.</dd>
</dl>
<p>http://pasture-one-actor/object/M_8Mh3lP-rc</p>
<details>
  <summary>Details</summary>
  Something small enough to escape casual notice.
</details>
<p>http://pasture-one-actor/object/D2eNJ1Kby6w</p>
<table><tr><td>HTML tables</td></tr></table>
<p>http://pasture-one-actor/object/jE2QDTqz2Ig</p>
content content Example
<b>bold</b>
<b>bold</b><p><a href="http://pasture-one-actor/object/khGQXLq4Rhc" rel="noopener">http://pasture-one-actor/object/khGQXLq4Rhc</a></p>
<strong>strong</strong>
<strong>strong</strong><p><a href="http://pasture-one-actor/object/GcSzjYCs3Aw" rel="noopener">http://pasture-one-actor/object/GcSzjYCs3Aw</a></p>
<i>italic</i>
<i>italic</i><p><a href="http://pasture-one-actor/object/—h1hxkcRY" rel="noopener">http://pasture-one-actor/object/—h1hxkcRY</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/iWB82Hn-s0Y" rel="noopener">http://pasture-one-actor/object/iWB82Hn-s0Y</a></p>
<em>emphasis</em>
<em>emphasis</em><p><a href="http://pasture-one-actor/object/YXtq9IXYaik" rel="noopener">http://pasture-one-actor/object/YXtq9IXYaik</a></p>
<del>old</del><ins>new</ins>
<del>old</del><ins>new</ins><p><a href="http://pasture-one-actor/object/CMMk70lly8w" rel="noopener">http://pasture-one-actor/object/CMMk70lly8w</a></p>
<s>stricken</s>
<s>stricken</s><p><a href="http://pasture-one-actor/object/rYSkBe7aMoE" rel="noopener">http://pasture-one-actor/object/rYSkBe7aMoE</a></p>
<mark>mark</mark>
<mark>mark</mark><p><a href="http://pasture-one-actor/object/IZ88FKfagjs" rel="noopener">http://pasture-one-actor/object/IZ88FKfagjs</a></p>
find <var>x</var> (a variable)
find <var>x</var> (a variable)<p><a href="http://pasture-one-actor/object/x6t993BbHZs" rel="noopener">http://pasture-one-actor/object/x6t993BbHZs</a></p>
<ol><li>ordered</li></ol>
<ol><li>ordered</li></ol><p><a href="http://pasture-one-actor/object/22yEM-bKg5c" rel="noopener">http://pasture-one-actor/object/22yEM-bKg5c</a></p>
<ul><li>unordered</li></ul>
<ul><li>unordered</li></ul><p><a href="http://pasture-one-actor/object/ZuPOfU6ugto" rel="noopener">http://pasture-one-actor/object/ZuPOfU6ugto</a></p>
<h1>h1</h1>
<h1>h1</h1><p><a href="http://pasture-one-actor/object/9rcD2iByYQU" rel="noopener">http://pasture-one-actor/object/9rcD2iByYQU</a></p>
<h2>h2</h2>
<h2>h2</h2><p><a href="http://pasture-one-actor/object/1fOyL_EN_qE" rel="noopener">http://pasture-one-actor/object/1fOyL_EN_qE</a></p>
<h3>h3</h3>
<h3>h3</h3><p><a href="http://pasture-one-actor/object/5PYjOh7VWRY" rel="noopener">http://pasture-one-actor/object/5PYjOh7VWRY</a></p>
<h4>h4</h4>
<h4>h4</h4><p><a href="http://pasture-one-actor/object/c1woyl4BtgI" rel="noopener">http://pasture-one-actor/object/c1woyl4BtgI</a></p>
<h5>h5</h5>
<h5>h5</h5><p><a href="http://pasture-one-actor/object/iCe07fjoIfA" rel="noopener">http://pasture-one-actor/object/iCe07fjoIfA</a></p>
<h1>h1</h1><h2>h2</h2>
<h1>h1</h1><h2>h2</h2><p><a href="http://pasture-one-actor/object/ifYAvg4dEqI" rel="noopener">http://pasture-one-actor/object/ifYAvg4dEqI</a></p>
<code>code</code>
<code>code</code><p><a href="http://pasture-one-actor/object/Rqoav-8FgVU" rel="noopener">http://pasture-one-actor/object/Rqoav-8FgVU</a></p>
<pre>pre</pre>
<pre>pre</pre><p><a href="http://pasture-one-actor/object/7eMs6wQwLik" rel="noopener">http://pasture-one-actor/object/7eMs6wQwLik</a></p>
<blockquote>blockquote</blockquote>
<blockquote>blockquote</blockquote><p><a href="http://pasture-one-actor/object/1sur-gScMJg" rel="noopener">http://pasture-one-actor/object/1sur-gScMJg</a></p>
line<br/>break
line<br>break<p><a href="http://pasture-one-actor/object/TH4JRcKN1oo" rel="noopener">http://pasture-one-actor/object/TH4JRcKN1oo</a></p>
<p>paragraph</p>
<p>paragraph</p><p><a href="http://pasture-one-actor/object/HRV4wNWMH2c" rel="noopener">http://pasture-one-actor/object/HRV4wNWMH2c</a></p>
<small>small</small>
<small>small</small><p><a href="http://pasture-one-actor/object/1IVfA-6FsZg" rel="noopener">http://pasture-one-actor/object/1IVfA-6FsZg</a></p>
<sup>sup</sup>
<sup>sup</sup><p><a href="http://pasture-one-actor/object/h-SxV99sl_s" rel="noopener">http://pasture-one-actor/object/h-SxV99sl_s</a></p>
<sub>sub</sub>
<sub>sub</sub><p><a href="http://pasture-one-actor/object/n_ujr7m2wNY" rel="noopener">http://pasture-one-actor/object/n_ujr7m2wNY</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/0XIv9nyFmVA" rel="noopener">http://pasture-one-actor/object/0XIv9nyFmVA</a></p>
<script>alert('hi');</script>
<p><a href="http://pasture-one-actor/object/fBVxuyByJQ8" rel="noopener">http://pasture-one-actor/object/fBVxuyByJQ8</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/L8kYx2gMW-Y" rel="noopener">http://pasture-one-actor/object/L8kYx2gMW-Y</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/hHoNb9BuXCY" rel="noopener">http://pasture-one-actor/object/hHoNb9BuXCY</a></p>
Audio <audio controls src="http://pasture-one-actor/assets/cow_moo.mp3"></audio>
Audio <p><a href="http://pasture-one-actor/object/3y1ydN_13f4" rel="noopener">http://pasture-one-actor/object/3y1ydN_13f4</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/B672tgTLF20" rel="noopener">http://pasture-one-actor/object/B672tgTLF20</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/G_HvO0mRc1w" rel="noopener">http://pasture-one-actor/object/G_HvO0mRc1w</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/6Y2kEmfl4dQ" rel="noopener">http://pasture-one-actor/object/6Y2kEmfl4dQ</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/zcbaauZaV4Y" rel="noopener">http://pasture-one-actor/object/zcbaauZaV4Y</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>