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
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
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
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>
content content Example
<b>bold</b>
<p>http://pasture-one-actor/object/fAeuR1fTks8</p>
<strong>strong</strong>
<p>http://pasture-one-actor/object/SNdUWqU5_ZM</p>
<i>italic</i>
<p>http://pasture-one-actor/object/1R4IpirJ4VQ</p>
<i>italic with.</i> See <a href="https://codeberg.org/helge/funfedidev/issues/142">Issue 142</a>
<p>http://pasture-one-actor/object/xfs0CGgNcnU</p>
<em>emphasis</em>
<p>http://pasture-one-actor/object/RTQ4tExccZw</p>
<del>old</del><ins>new</ins>
<p>http://pasture-one-actor/object/tERERUkiGp0</p>
<s>stricken</s>
<p>http://pasture-one-actor/object/ColtM3QrhW8</p>
<mark>mark</mark>
<p>http://pasture-one-actor/object/jgIKWZrYEGU</p>
find <var>x</var> (a variable)
<p>http://pasture-one-actor/object/qW2yxi56NYk</p>
<ol><li>ordered</li></ol>
<p>http://pasture-one-actor/object/rhj_H_q7zII</p>
<ul><li>unordered</li></ul>
<p>http://pasture-one-actor/object/_4jJMAfOze8</p>
<h1>h1</h1>
<p>http://pasture-one-actor/object/3UeZ3ViL_zU</p>
<h2>h2</h2>
<p>http://pasture-one-actor/object/_bmkh9KjTy4</p>
<h3>h3</h3>
<p>http://pasture-one-actor/object/0ATyQBe7CEM</p>
<h4>h4</h4>
<p>http://pasture-one-actor/object/4_Sq-aSDlEI</p>
<h5>h5</h5>
<p>http://pasture-one-actor/object/S8Fizgc81nE</p>
<h1>h1</h1><h2>h2</h2>
<p>http://pasture-one-actor/object/JVprOdYqwAE</p>
<code>code</code>
<p>http://pasture-one-actor/object/iROFdspAMqY</p>
<pre>pre</pre>
<p>http://pasture-one-actor/object/aTMZoEpEId0</p>
<blockquote>blockquote</blockquote>
<p>http://pasture-one-actor/object/KiuYtodN5z0</p>
line<br/>break
<p>http://pasture-one-actor/object/3oGTAyAqTDM</p>
<p>paragraph</p>
<p>http://pasture-one-actor/object/FFu9-QZHbvI</p>
<small>small</small>
<p>http://pasture-one-actor/object/hyeJI7AxEVQ</p>
<sup>sup</sup>
<p>http://pasture-one-actor/object/La42yJ4CUoY</p>
<sub>sub</sub>
<p>http://pasture-one-actor/object/4R2rxQ00Eo0</p>
<a href='https://funfedi.dev'>funfedi</a>
<p>http://pasture-one-actor/object/vNpusmd9kCU</p>
<script>alert('hi');</script>
<p>http://pasture-one-actor/object/tVowjuaBs4w</p>
<img src="http://pasture-one-actor/assets/nlnet.png" alt="NLNET Logo" />
<p>http://pasture-one-actor/object/DV09oBSALGA</p>
wbr: Fernstraßen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz
<p>http://pasture-one-actor/object/Rec65tWWyBQ</p>
Audio <audio controls src="http://pasture-one-actor/assets/cow_moo.mp3"></audio>
<p>http://pasture-one-actor/object/2reyCCtj2Ow</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/1MooiOY_arU</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
content content Example
<b>bold</b>
<b>bold</b><p><a href="http://pasture-one-actor/object/kpnEkrXkJRU" rel="noopener">http://pasture-one-actor/object/kpnEkrXkJRU</a></p>
<strong>strong</strong>
<strong>strong</strong><p><a href="http://pasture-one-actor/object/UA86by8m8s4" rel="noopener">http://pasture-one-actor/object/UA86by8m8s4</a></p>
<i>italic</i>
<i>italic</i><p><a href="http://pasture-one-actor/object/elEOTw9x7no" rel="noopener">http://pasture-one-actor/object/elEOTw9x7no</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/ftf6Y8zjzdQ" rel="noopener">http://pasture-one-actor/object/ftf6Y8zjzdQ</a></p>
<em>emphasis</em>
<em>emphasis</em><p><a href="http://pasture-one-actor/object/HxoKEuA8Lis" rel="noopener">http://pasture-one-actor/object/HxoKEuA8Lis</a></p>
<del>old</del><ins>new</ins>
<del>old</del><ins>new</ins><p><a href="http://pasture-one-actor/object/Ls2Z2Cg5IrQ" rel="noopener">http://pasture-one-actor/object/Ls2Z2Cg5IrQ</a></p>
<s>stricken</s>
<s>stricken</s><p><a href="http://pasture-one-actor/object/NZHcTGSxX2w" rel="noopener">http://pasture-one-actor/object/NZHcTGSxX2w</a></p>
<mark>mark</mark>
<mark>mark</mark><p><a href="http://pasture-one-actor/object/B65gdA08N6I" rel="noopener">http://pasture-one-actor/object/B65gdA08N6I</a></p>
find <var>x</var> (a variable)
find <var>x</var> (a variable)<p><a href="http://pasture-one-actor/object/2zXBR7Bi6uw" rel="noopener">http://pasture-one-actor/object/2zXBR7Bi6uw</a></p>
<ol><li>ordered</li></ol>
<ol><li>ordered</li></ol><p><a href="http://pasture-one-actor/object/AGVkyHhWSgo" rel="noopener">http://pasture-one-actor/object/AGVkyHhWSgo</a></p>
<ul><li>unordered</li></ul>
<ul><li>unordered</li></ul><p><a href="http://pasture-one-actor/object/JK5XR4yctiM" rel="noopener">http://pasture-one-actor/object/JK5XR4yctiM</a></p>
<h1>h1</h1>
<h1>h1</h1><p><a href="http://pasture-one-actor/object/hoajflFwQIc" rel="noopener">http://pasture-one-actor/object/hoajflFwQIc</a></p>
<h2>h2</h2>
<h2>h2</h2><p><a href="http://pasture-one-actor/object/7OmJokfDC58" rel="noopener">http://pasture-one-actor/object/7OmJokfDC58</a></p>
<h3>h3</h3>
<h3>h3</h3><p><a href="http://pasture-one-actor/object/_fXOwFaRd3w" rel="noopener">http://pasture-one-actor/object/_fXOwFaRd3w</a></p>
<h4>h4</h4>
<h4>h4</h4><p><a href="http://pasture-one-actor/object/zY_o6nzscE4" rel="noopener">http://pasture-one-actor/object/zY_o6nzscE4</a></p>
<h5>h5</h5>
<h5>h5</h5><p><a href="http://pasture-one-actor/object/WfJYqtzterI" rel="noopener">http://pasture-one-actor/object/WfJYqtzterI</a></p>
<h1>h1</h1><h2>h2</h2>
<h1>h1</h1><h2>h2</h2><p><a href="http://pasture-one-actor/object/R6dLXkbTesE" rel="noopener">http://pasture-one-actor/object/R6dLXkbTesE</a></p>
<code>code</code>
<code>code</code><p><a href="http://pasture-one-actor/object/oonwio7-OwQ" rel="noopener">http://pasture-one-actor/object/oonwio7-OwQ</a></p>
<pre>pre</pre>
<pre>pre</pre><p><a href="http://pasture-one-actor/object/pSKHTTNnCRM" rel="noopener">http://pasture-one-actor/object/pSKHTTNnCRM</a></p>
<blockquote>blockquote</blockquote>
<blockquote>blockquote</blockquote><p><a href="http://pasture-one-actor/object/SdNpEq1hvWo" rel="noopener">http://pasture-one-actor/object/SdNpEq1hvWo</a></p>
line<br/>break
line<br>break<p><a href="http://pasture-one-actor/object/kPftom7v6aA" rel="noopener">http://pasture-one-actor/object/kPftom7v6aA</a></p>
<p>paragraph</p>
<p>paragraph</p><p><a href="http://pasture-one-actor/object/ON6A0kyhygU" rel="noopener">http://pasture-one-actor/object/ON6A0kyhygU</a></p>
<small>small</small>
<small>small</small><p><a href="http://pasture-one-actor/object/_xbvpZ7p00k" rel="noopener">http://pasture-one-actor/object/_xbvpZ7p00k</a></p>
<sup>sup</sup>
<sup>sup</sup><p><a href="http://pasture-one-actor/object/i7JHASQh7tI" rel="noopener">http://pasture-one-actor/object/i7JHASQh7tI</a></p>
<sub>sub</sub>
<sub>sub</sub><p><a href="http://pasture-one-actor/object/e6W6AjGpa9M" rel="noopener">http://pasture-one-actor/object/e6W6AjGpa9M</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/aWPQ6pFmIgA" rel="noopener">http://pasture-one-actor/object/aWPQ6pFmIgA</a></p>
<script>alert('hi');</script>
<p><a href="http://pasture-one-actor/object/eqBG77QW5Uw" rel="noopener">http://pasture-one-actor/object/eqBG77QW5Uw</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/ey-j3-88Sq4" rel="noopener">http://pasture-one-actor/object/ey-j3-88Sq4</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/rkDPZCnyuKo" rel="noopener">http://pasture-one-actor/object/rkDPZCnyuKo</a></p>
Audio <audio controls src="http://pasture-one-actor/assets/cow_moo.mp3"></audio>
Audio <p><a href="http://pasture-one-actor/object/k5mRLsU5L74" rel="noopener">http://pasture-one-actor/object/k5mRLsU5L74</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/GGVVfqKZd5g" rel="noopener">http://pasture-one-actor/object/GGVVfqKZd5g</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
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>