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>
<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)
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
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/_vicwjXSkJE</p>
<strong>strong</strong>
<p>http://pasture-one-actor/object/A_I_oi_G-sE</p>
<i>italic</i>
<p>http://pasture-one-actor/object/hvIZAceqBJI</p>
<i>italic with.</i> See <a href="https://codeberg.org/helge/funfedidev/issues/142">Issue 142</a>
<p>http://pasture-one-actor/object/HCrolgb3Gc4</p>
<em>emphasis</em>
<p>http://pasture-one-actor/object/i4-7UX8aD3E</p>
<del>old</del><ins>new</ins>
<p>http://pasture-one-actor/object/5dav65ORUJM</p>
<s>stricken</s>
<p>http://pasture-one-actor/object/sYVyNZWRKbQ</p>
<mark>mark</mark>
<p>http://pasture-one-actor/object/Me-t6v9payQ</p>
find <var>x</var> (a variable)
<p>http://pasture-one-actor/object/RsCuGBvWnds</p>
<ol><li>ordered</li></ol>
<p>http://pasture-one-actor/object/zZzrrfkgTqs</p>
<ul><li>unordered</li></ul>
<p>http://pasture-one-actor/object/MdTZFVBfA5A</p>
<h1>h1</h1>
<p>http://pasture-one-actor/object/Ybe5bPd-4fk</p>
<h2>h2</h2>
<p>http://pasture-one-actor/object/E1mFLxIAdMw</p>
<h3>h3</h3>
<p>http://pasture-one-actor/object/0zKIPjs6xrY</p>
<h4>h4</h4>
<p>http://pasture-one-actor/object/Er72nZLELAc</p>
<h5>h5</h5>
<p>http://pasture-one-actor/object/r1vMrfBQc_U</p>
<h1>h1</h1><h2>h2</h2>
<p>http://pasture-one-actor/object/Bu-oH1SRVEE</p>
<code>code</code>
<p>http://pasture-one-actor/object/b8anDldos_8</p>
<pre>pre</pre>
<p>http://pasture-one-actor/object/aBnegUaCXLQ</p>
<blockquote>blockquote</blockquote>
<p>http://pasture-one-actor/object/c9jANkQ8pr8</p>
line<br/>break
<p>http://pasture-one-actor/object/m6DbcdtPwyI</p>
<p>paragraph</p>
<p>http://pasture-one-actor/object/pdNheFlargQ</p>
<small>small</small>
<p>http://pasture-one-actor/object/qSM-o0l3d_E</p>
<sup>sup</sup>
<p>http://pasture-one-actor/object/khsgNk1Rvac</p>
<sub>sub</sub>
<p>http://pasture-one-actor/object/M1q4eeoqCZE</p>
<a href='https://funfedi.dev'>funfedi</a>
<p>http://pasture-one-actor/object/fw851pDCe10</p>
<script>alert('hi');</script>
<p>http://pasture-one-actor/object/5crFu0WGXz8</p>
<img src="http://pasture-one-actor/assets/nlnet.png" alt="NLNET Logo" />
<p>http://pasture-one-actor/object/NMvuUTyBk9Q</p>
wbr: Fernstraßen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz
<p>http://pasture-one-actor/object/c9gQVaw66CU</p>
Audio <audio controls src="http://pasture-one-actor/assets/cow_moo.mp3"></audio>
<p>http://pasture-one-actor/object/8Ok7JXcmT1Q</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/Nk76T7lAzwo</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/GoKfhny73TU" rel="noopener">http://pasture-one-actor/object/GoKfhny73TU</a></p>
<strong>strong</strong>
<strong>strong</strong><p><a href="http://pasture-one-actor/object/yQMn-MWk1_8" rel="noopener">http://pasture-one-actor/object/yQMn-MWk1_8</a></p>
<i>italic</i>
<i>italic</i><p><a href="http://pasture-one-actor/object/8KKJotWgzG0" rel="noopener">http://pasture-one-actor/object/8KKJotWgzG0</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/smphpmQp324" rel="noopener">http://pasture-one-actor/object/smphpmQp324</a></p>
<em>emphasis</em>
<em>emphasis</em><p><a href="http://pasture-one-actor/object/JErUxmeqU4Y" rel="noopener">http://pasture-one-actor/object/JErUxmeqU4Y</a></p>
<del>old</del><ins>new</ins>
<del>old</del><ins>new</ins><p><a href="http://pasture-one-actor/object/fK16sirOjyI" rel="noopener">http://pasture-one-actor/object/fK16sirOjyI</a></p>
<s>stricken</s>
<s>stricken</s><p><a href="http://pasture-one-actor/object/2YsD_N6JKQY" rel="noopener">http://pasture-one-actor/object/2YsD_N6JKQY</a></p>
<mark>mark</mark>
<mark>mark</mark><p><a href="http://pasture-one-actor/object/F3rW3HxLqEQ" rel="noopener">http://pasture-one-actor/object/F3rW3HxLqEQ</a></p>
find <var>x</var> (a variable)
find <var>x</var> (a variable)<p><a href="http://pasture-one-actor/object/_PiA6lyZLW4" rel="noopener">http://pasture-one-actor/object/_PiA6lyZLW4</a></p>
<ol><li>ordered</li></ol>
<ol><li>ordered</li></ol><p><a href="http://pasture-one-actor/object/ocE5PRVodcc" rel="noopener">http://pasture-one-actor/object/ocE5PRVodcc</a></p>
<ul><li>unordered</li></ul>
<ul><li>unordered</li></ul><p><a href="http://pasture-one-actor/object/TAcaXUv7Jm4" rel="noopener">http://pasture-one-actor/object/TAcaXUv7Jm4</a></p>
<h1>h1</h1>
<h1>h1</h1><p><a href="http://pasture-one-actor/object/jZxsWAHPRcA" rel="noopener">http://pasture-one-actor/object/jZxsWAHPRcA</a></p>
<h2>h2</h2>
<h2>h2</h2><p><a href="http://pasture-one-actor/object/NytR0J4vs90" rel="noopener">http://pasture-one-actor/object/NytR0J4vs90</a></p>
<h3>h3</h3>
<h3>h3</h3><p><a href="http://pasture-one-actor/object/Kb_cZ7jat0E" rel="noopener">http://pasture-one-actor/object/Kb_cZ7jat0E</a></p>
<h4>h4</h4>
<h4>h4</h4><p><a href="http://pasture-one-actor/object/ZNW21wmyGZQ" rel="noopener">http://pasture-one-actor/object/ZNW21wmyGZQ</a></p>
<h5>h5</h5>
<h5>h5</h5><p><a href="http://pasture-one-actor/object/_ClVJjfXCxc" rel="noopener">http://pasture-one-actor/object/_ClVJjfXCxc</a></p>
<h1>h1</h1><h2>h2</h2>
<h1>h1</h1><h2>h2</h2><p><a href="http://pasture-one-actor/object/MdSIpwLcNxU" rel="noopener">http://pasture-one-actor/object/MdSIpwLcNxU</a></p>
<code>code</code>
<code>code</code><p><a href="http://pasture-one-actor/object/R6iUurgd-xg" rel="noopener">http://pasture-one-actor/object/R6iUurgd-xg</a></p>
<pre>pre</pre>
<pre>pre</pre><p><a href="http://pasture-one-actor/object/dH9Cn3pufVs" rel="noopener">http://pasture-one-actor/object/dH9Cn3pufVs</a></p>
<blockquote>blockquote</blockquote>
<blockquote>blockquote</blockquote><p><a href="http://pasture-one-actor/object/MlcKZtKDc0k" rel="noopener">http://pasture-one-actor/object/MlcKZtKDc0k</a></p>
line<br/>break
line<br>break<p><a href="http://pasture-one-actor/object/oJeMoi-8sIk" rel="noopener">http://pasture-one-actor/object/oJeMoi-8sIk</a></p>
<p>paragraph</p>
<p>paragraph</p><p><a href="http://pasture-one-actor/object/C1LIDHuGKYs" rel="noopener">http://pasture-one-actor/object/C1LIDHuGKYs</a></p>
<small>small</small>
<small>small</small><p><a href="http://pasture-one-actor/object/61RXfyrXOTA" rel="noopener">http://pasture-one-actor/object/61RXfyrXOTA</a></p>
<sup>sup</sup>
<sup>sup</sup><p><a href="http://pasture-one-actor/object/Zm0Id3j3r2k" rel="noopener">http://pasture-one-actor/object/Zm0Id3j3r2k</a></p>
<sub>sub</sub>
<sub>sub</sub><p><a href="http://pasture-one-actor/object/Wu3uFfsZCWk" rel="noopener">http://pasture-one-actor/object/Wu3uFfsZCWk</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/x_hzePpB6Ok" rel="noopener">http://pasture-one-actor/object/x_hzePpB6Ok</a></p>
<script>alert('hi');</script>
<p><a href="http://pasture-one-actor/object/tYR2Joc3MFE" rel="noopener">http://pasture-one-actor/object/tYR2Joc3MFE</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/PM4dysBTx9Q" rel="noopener">http://pasture-one-actor/object/PM4dysBTx9Q</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/oC0SeNgNdyE" rel="noopener">http://pasture-one-actor/object/oC0SeNgNdyE</a></p>
Audio <audio controls src="http://pasture-one-actor/assets/cow_moo.mp3"></audio>
Audio <p><a href="http://pasture-one-actor/object/X__cnSL-8VU" rel="noopener">http://pasture-one-actor/object/X__cnSL-8VU</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/TCwPdm3nIdo" rel="noopener">http://pasture-one-actor/object/TCwPdm3nIdo</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>