Skip to content

HTML tags in summary

Here we analyze, which types of HTML tags are allowed inside the summary field.

As the content field, the summary field is described as

A natural language summarization of the object encoded as HTML.

This is a somewhat petulant table as most Fediverse applications treat the summary field as a plain text content warning.

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

Details

summary content spoiler_text Example
<b>bold</b>
<b>bold</b>
See summary
<strong>strong</strong>
<strong>strong</strong>
See summary
<i>italic</i>
<i>italic</i>
See summary
<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>
See summary
<em>emphasis</em>
<em>emphasis</em>
See summary
<del>old</del><ins>new</ins>
<del>old</del><ins>new</ins>
See summary
<s>stricken</s>
<s>stricken</s>
See summary
<mark>mark</mark>
<mark>mark</mark>
See summary
find <var>x</var> (a variable)
find <var>x</var> (a variable)
See summary
<ol><li>ordered</li></ol>
<ol><li>ordered</li></ol>
See summary
<ul><li>unordered</li></ul>
<ul><li>unordered</li></ul>
See summary
<h1>h1</h1>
<h1>h1</h1>
See summary
<h2>h2</h2>
<h2>h2</h2>
See summary
<h3>h3</h3>
<h3>h3</h3>
See summary
<h4>h4</h4>
<h4>h4</h4>
See summary
<h5>h5</h5>
<h5>h5</h5>
See summary
<h1>h1</h1><h2>h2</h2>
<h1>h1</h1><h2>h2</h2>
See summary
<code>code</code>
<code>code</code>
See summary
<pre>pre</pre>
<pre>pre</pre>
See summary
<blockquote>blockquote</blockquote>
<blockquote>blockquote</blockquote>
See summary
line<br/>break
line<br/>break
See summary
<p>paragraph</p>
<p>paragraph</p>
See summary
<small>small</small>
<small>small</small>
See summary
<sup>sup</sup>
<sup>sup</sup>
See summary
<sub>sub</sub>
<sub>sub</sub>
See summary
<a href='https://funfedi.dev'>funfedi</a>
<a href='https://funfedi.dev'>funfedi</a>
See summary
<script>alert('hi');</script>
<script>alert('hi');</script>
See summary
<img src="http://pasture-one-actor/assets/nlnet.png" alt="NLNET Logo" />
<img src="http://pasture-one-actor/assets/nlnet.png" alt="NLNET Logo" />
See summary
wbr: Fernstraßen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz
wbr: Fernstraßen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz
See summary
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>
See summary
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>
See summary
<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>
See summary
<details>
  <summary>Details</summary>
  Something small enough to escape casual notice.
</details>
<details>
  <summary>Details</summary>
  Something small enough to escape casual notice.
</details>
See summary
<table><tr><td>HTML tables</td></tr></table>
<table><tr><td>HTML tables</td></tr></table>
See summary
summary content spoiler_text Example
<b>bold</b>
[b]bold[/b]
See summary
<strong>strong</strong>
[strong]strong[/strong]
See summary
<i>italic</i>
[i]italic[/i]
See summary
<i>italic with.</i> See <a href="https://codeberg.org/helge/funfedidev/issues/142">Issue 142</a>
[i]italic with.[/i] See [url=https://codeberg.org/helge/funfedidev/issues/142]Issue 142[/url]
See summary
<em>emphasis</em>
[em]emphasis[/em]
See summary
<del>old</del><ins>new</ins>
[del]old[/del][ins]new[/ins]
See summary
<s>stricken</s>
[s]stricken[/s]
See summary
<mark>mark</mark>
[mark]mark[/mark]
See summary
find <var>x</var> (a variable)
find [var]x[/var] (a variable)
See summary
<ol><li>ordered</li></ol>
[ol]
[li]ordered[/li]
[/ol]
See summary
<ul><li>unordered</li></ul>
[ul]
[li]unordered[/li]
[/ul]
See summary
<h1>h1</h1>
[h1]h1[/h1]
See summary
<h2>h2</h2>
[h2]h2[/h2]
See summary
<h3>h3</h3>
[h3]h3[/h3]
See summary
<h4>h4</h4>
[h4]h4[/h4]
See summary
<h5>h5</h5>
[h5]h5[/h5]
See summary
<h1>h1</h1><h2>h2</h2>
[h1]h1[/h1][h2]h2[/h2]
See summary
<code>code</code>
[code]code[/code]
See summary
<pre>pre</pre>
pre
See summary
<blockquote>blockquote</blockquote>
[quote]blockquote[/quote]
See summary
line<br/>break
line
break
See summary
<p>paragraph</p>
paragraph
See summary
<small>small</small>
[size=small]small[/size]
See summary
<sup>sup</sup>
[sup]sup[/sup]
See summary
<sub>sub</sub>
[sub]sub[/sub]
See summary
<a href='https://funfedi.dev'>funfedi</a>
[url=https://funfedi.dev]funfedi[/url]
See summary
<script>alert('hi');</script>
See summary
<img src="http://pasture-one-actor/assets/nlnet.png" alt="NLNET Logo" />
[img=http://pasture-one-actor/assets/nlnet.png]NLNET Logo[/img]
See summary
wbr: Fernstraßen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz
wbr: Fernstraßenbauprivatfinanzierungsgesetz
See summary
Audio <audio controls src="http://pasture-one-actor/assets/cow_moo.mp3"></audio>
Audio [audio]http://pasture-one-actor/assets/cow_moo.mp3[/audio]
See summary
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
See summary
<dl>
  <dt>Beast of Bodmin</dt>
  <dd>A large feline inhabiting Bodmin Moor.</dd>
</dl>
Beast of Bodmin A large feline inhabiting Bodmin Moor.
See summary
<details>
  <summary>Details</summary>
  Something small enough to escape casual notice.
</details>
Details Something small enough to escape casual notice.
See summary
<table><tr><td>HTML tables</td></tr></table>
[table][tr][td]HTML tables[/td][/tr][/table]
See summary
summary content spoiler_text Example
<b>bold</b>
<b>bold</b>
See summary
<strong>strong</strong>
<strong>strong</strong>
See summary
<i>italic</i>
<i>italic</i>
See summary
<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>
See summary
<em>emphasis</em>
<em>emphasis</em>
See summary
<del>old</del><ins>new</ins>
<del>old</del><ins>new</ins>
See summary
<s>stricken</s>
<s>stricken</s>
See summary
<mark>mark</mark>
<mark>mark</mark>
See summary
find <var>x</var> (a variable)
find <var>x</var> (a variable)
See summary
<ol><li>ordered</li></ol>
<ol><li>ordered</li></ol>
See summary
<ul><li>unordered</li></ul>
<ul><li>unordered</li></ul>
See summary
<h1>h1</h1>
<h1>h1</h1>
See summary
<h2>h2</h2>
<h2>h2</h2>
See summary
<h3>h3</h3>
<h3>h3</h3>
See summary
<h4>h4</h4>
<h4>h4</h4>
See summary
<h5>h5</h5>
<h5>h5</h5>
See summary
<h1>h1</h1><h2>h2</h2>
<h1>h1</h1><h2>h2</h2>
See summary
<code>code</code>
<code>code</code>
See summary
<pre>pre</pre>
<pre>pre</pre>
See summary
<blockquote>blockquote</blockquote>
<blockquote>blockquote</blockquote>
See summary
line<br/>break
line<br>break
See summary
<p>paragraph</p>
<p>paragraph</p>
See summary
<small>small</small>
<small>small</small>
See summary
<sup>sup</sup>
<sup>sup</sup>
See summary
<sub>sub</sub>
<sub>sub</sub>
See summary
<a href='https://funfedi.dev'>funfedi</a>
<a href="https://funfedi.dev" rel="nofollow noreferrer noopener" target="_blank">funfedi</a>
See summary
<script>alert('hi');</script>
See summary
<img src="http://pasture-one-actor/assets/nlnet.png" alt="NLNET Logo" />
See summary
wbr: Fernstraßen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz
wbr: Fernstraßen<wbr>bau<wbr>privat<wbr>finanzierungs<wbr>gesetz
See summary
Audio <audio controls src="http://pasture-one-actor/assets/cow_moo.mp3"></audio>
Audio
See summary
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
See summary
<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>
See summary
<details>
  <summary>Details</summary>
  Something small enough to escape casual notice.
</details>
<details><summary>Details</summary>Something small enough to escape casual notice.</details>
See summary
<table><tr><td>HTML tables</td></tr></table>
HTML tables
See summary
summary content spoiler_text Example
<b>bold</b>
<b>bold</b>
See summary
<strong>strong</strong>
<strong>strong</strong>
See summary
<i>italic</i>
<i>italic</i>
See summary
<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>
See summary
<em>emphasis</em>
<em>emphasis</em>
See summary
<del>old</del><ins>new</ins>
<del>old</del><ins>new</ins>
See summary
<s>stricken</s>
<s>stricken</s>
See summary
<mark>mark</mark>
<mark>mark</mark>
See summary
find <var>x</var> (a variable)
find <var>x</var> (a variable)
See summary
<ol><li>ordered</li></ol>
<ol><li>ordered</li></ol>
See summary
<ul><li>unordered</li></ul>
<ul><li>unordered</li></ul>
See summary
<h1>h1</h1>
<h1>h1</h1>
See summary
<h2>h2</h2>
<h2>h2</h2>
See summary
<h3>h3</h3>
<h3>h3</h3>
See summary
<h4>h4</h4>
<h4>h4</h4>
See summary
<h5>h5</h5>
<h5>h5</h5>
See summary
<h1>h1</h1><h2>h2</h2>
<h1>h1</h1><h2>h2</h2>
See summary
<code>code</code>
<code>code</code>
See summary
<pre>pre</pre>
<pre>pre</pre>
See summary
<blockquote>blockquote</blockquote>
<blockquote>blockquote</blockquote>
See summary
line<br/>break
line<br/>break
See summary
<p>paragraph</p>
<p>paragraph</p>
See summary
<small>small</small>
<small>small</small>
See summary
<sup>sup</sup>
<sup>sup</sup>
See summary
<sub>sub</sub>
<sub>sub</sub>
See summary
<a href='https://funfedi.dev'>funfedi</a>
<a href='https://funfedi.dev'>funfedi</a>
See summary
<script>alert('hi');</script>
<script>alert('hi');</script>
See summary
<img src="http://pasture-one-actor/assets/nlnet.png" alt="NLNET Logo" />
<img src="http://pasture-one-actor/assets/nlnet.png" alt="NLNET Logo" />
See summary
wbr: Fernstraßen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz
wbr: Fernstraßen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz
See summary
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>
See summary
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>
See summary
<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>
See summary
<details>
  <summary>Details</summary>
  Something small enough to escape casual notice.
</details>
<details>
  <summary>Details</summary>
  Something small enough to escape casual notice.
</details>
See summary
<table><tr><td>HTML tables</td></tr></table>
<table><tr><td>HTML tables</td></tr></table>
See summary
summary content spoiler_text Example
<b>bold</b>
<b>bold</b>
See summary
<strong>strong</strong>
<strong>strong</strong>
See summary
<i>italic</i>
<i>italic</i>
See summary
<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>
See summary
<em>emphasis</em>
<em>emphasis</em>
See summary
<del>old</del><ins>new</ins>
<del>old</del><ins>new</ins>
See summary
<s>stricken</s>
<s>stricken</s>
See summary
<mark>mark</mark>
<mark>mark</mark>
See summary
find <var>x</var> (a variable)
find <var>x</var> (a variable)
See summary
<ol><li>ordered</li></ol>
<ol><li>ordered</li></ol>
See summary
<ul><li>unordered</li></ul>
<ul><li>unordered</li></ul>
See summary
<h1>h1</h1>
<h1>h1</h1>
See summary
<h2>h2</h2>
<h2>h2</h2>
See summary
<h3>h3</h3>
<h3>h3</h3>
See summary
<h4>h4</h4>
<h4>h4</h4>
See summary
<h5>h5</h5>
<h5>h5</h5>
See summary
<h1>h1</h1><h2>h2</h2>
<h1>h1</h1><h2>h2</h2>
See summary
<code>code</code>
<code>code</code>
See summary
<pre>pre</pre>
<pre>pre</pre>
See summary
<blockquote>blockquote</blockquote>
<blockquote>blockquote</blockquote>
See summary
line<br/>break
line<br/>break
See summary
<p>paragraph</p>
<p>paragraph</p>
See summary
<small>small</small>
<small>small</small>
See summary
<sup>sup</sup>
<sup>sup</sup>
See summary
<sub>sub</sub>
<sub>sub</sub>
See summary
<a href='https://funfedi.dev'>funfedi</a>
<a href='https://funfedi.dev'>funfedi</a>
See summary
<script>alert('hi');</script>
<script>alert('hi');</script>
See summary
<img src="http://pasture-one-actor/assets/nlnet.png" alt="NLNET Logo" />
<img src="http://pasture-one-actor/assets/nlnet.png" alt="NLNET Logo" />
See summary
wbr: Fernstraßen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz
wbr: Fernstraßen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz
See summary
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>
See summary
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>
See summary
<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>
See summary
<details>
  <summary>Details</summary>
  Something small enough to escape casual notice.
</details>
<details>
  <summary>Details</summary>
  Something small enough to escape casual notice.
</details>
See summary
<table><tr><td>HTML tables</td></tr></table>
<table><tr><td>HTML tables</td></tr></table>
See summary
summary cw 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>
<script>alert('hi');</script>
<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 <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>
summary content spoiler_text Example
<b>bold</b>
<h1>bold</h1>See summary
<strong>strong</strong>
<h1>strong</h1>See summary
<i>italic</i>
<h1>italic</h1>See summary
<i>italic with.</i> See <a href="https://codeberg.org/helge/funfedidev/issues/142">Issue 142</a>
<h1>italic with. See Issue 142</h1>See summary
<em>emphasis</em>
<h1>emphasis</h1>See summary
<del>old</del><ins>new</ins>
<h1>oldnew</h1>See summary
<s>stricken</s>
<h1>stricken</h1>See summary
<mark>mark</mark>
<h1>mark</h1>See summary
find <var>x</var> (a variable)
<h1>find x (a variable)</h1>See summary
<ol><li>ordered</li></ol>
<h1>ordered</h1>See summary
<ul><li>unordered</li></ul>
<h1>unordered</h1>See summary
<h1>h1</h1>
<h1>h1</h1>See summary
<h2>h2</h2>
<h1>h2</h1>See summary
<h3>h3</h3>
<h1>h3</h1>See summary
<h4>h4</h4>
<h1>h4</h1>See summary
<h5>h5</h5>
<h1>h5</h1>See summary
<h1>h1</h1><h2>h2</h2>
<h1>h1h2</h1>See summary
<code>code</code>
<h1>code</h1>See summary
<pre>pre</pre>
<h1>pre</h1>See summary
<blockquote>blockquote</blockquote>
<h1>blockquote</h1>See summary
line<br/>break
<h1>linebreak</h1>See summary
<p>paragraph</p>
<h1>paragraph</h1>See summary
<small>small</small>
<h1>small</h1>See summary
<sup>sup</sup>
<h1>sup</h1>See summary
<sub>sub</sub>
<h1>sub</h1>See summary
<a href='https://funfedi.dev'>funfedi</a>
<h1>funfedi</h1>See summary
<script>alert('hi');</script>
See summary
<img src="http://pasture-one-actor/assets/nlnet.png" alt="NLNET Logo" />
See summary
wbr: Fernstraßen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz
<h1>wbr: Fernstraßenbauprivatfinanzierungsgesetz</h1>See summary
Audio <audio controls src="http://pasture-one-actor/assets/cow_moo.mp3"></audio>
<h1>Audio</h1>See summary
Video <video controls width="250">
  <source src="http://pasture-one-actor/assets/cow_eating.mp4" type="video/mp4" />
  Video of a cow eating</video>
<h1>Video 
  
  Video of a cow eating</h1>See summary
<dl>
  <dt>Beast of Bodmin</dt>
  <dd>A large feline inhabiting Bodmin Moor.</dd>
</dl>
<h1>Beast of Bodmin
  A large feline inhabiting Bodmin Moor.</h1>See summary
<details>
  <summary>Details</summary>
  Something small enough to escape casual notice.
</details>
<h1>Details
  Something small enough to escape casual notice.</h1>See summary
<table><tr><td>HTML tables</td></tr></table>
<h1>HTML tables</h1>See summary
summary content spoiler_text Example
<b>bold</b>
<b>bold</b>
See summary
<strong>strong</strong>
<strong>strong</strong>
See summary
<i>italic</i>
<i>italic</i>
See summary
<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>
See summary
<em>emphasis</em>
<em>emphasis</em>
See summary
<del>old</del><ins>new</ins>
<del>old</del><ins>new</ins>
See summary
<s>stricken</s>
<s>stricken</s>
See summary
<mark>mark</mark>
<mark>mark</mark>
See summary
find <var>x</var> (a variable)
find <var>x</var> (a variable)
See summary
<ol><li>ordered</li></ol>
<ol><li>ordered</li></ol>
See summary
<ul><li>unordered</li></ul>
<ul><li>unordered</li></ul>
See summary
<h1>h1</h1>
<h1>h1</h1>
See summary
<h2>h2</h2>
<h2>h2</h2>
See summary
<h3>h3</h3>
<h3>h3</h3>
See summary
<h4>h4</h4>
<h4>h4</h4>
See summary
<h5>h5</h5>
<h5>h5</h5>
See summary
<h1>h1</h1><h2>h2</h2>
<h1>h1</h1><h2>h2</h2>
See summary
<code>code</code>
<code>code</code>
See summary
<pre>pre</pre>
<pre>pre</pre>
See summary
<blockquote>blockquote</blockquote>
<blockquote>blockquote</blockquote>
See summary
line<br/>break
line<br/>break
See summary
<p>paragraph</p>
<p>paragraph</p>
See summary
<small>small</small>
<small>small</small>
See summary
<sup>sup</sup>
<sup>sup</sup>
See summary
<sub>sub</sub>
<sub>sub</sub>
See summary
<a href='https://funfedi.dev'>funfedi</a>
<a href='https://funfedi.dev'>funfedi</a>
See summary
<script>alert('hi');</script>
<script>alert('hi');</script>
See summary
<img src="http://pasture-one-actor/assets/nlnet.png" alt="NLNET Logo" />
<img src="http://pasture-one-actor/assets/nlnet.png" alt="NLNET Logo" />
See summary
wbr: Fernstraßen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz
wbr: Fernstraßen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz
See summary
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>
See summary
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>
See summary
<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>
See summary
<details>
  <summary>Details</summary>
  Something small enough to escape casual notice.
</details>
<details>
  <summary>Details</summary>
  Something small enough to escape casual notice.
</details>
See summary
<table><tr><td>HTML tables</td></tr></table>
<table><tr><td>HTML tables</td></tr></table>
See summary
summary content spoiler_text Example
<b>bold</b>
<b>bold</b>
<p>See summary</p>
<strong>strong</strong>
<strong>strong</strong>
<p>See summary</p>
<i>italic</i>
<i>italic</i>
<p>See summary</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">Issue 142</a>
<p>See summary</p>
<em>emphasis</em>
<em>emphasis</em>
<p>See summary</p>
<del>old</del><ins>new</ins>
<del>old</del><ins>new</ins>
<p>See summary</p>
<s>stricken</s>
<s>stricken</s>
<p>See summary</p>
<mark>mark</mark>
<mark>mark</mark>
<p>See summary</p>
find <var>x</var> (a variable)
find <var>x</var> (a variable)
<p>See summary</p>
<ol><li>ordered</li></ol>
<ol><li>ordered</li></ol>
<p>See summary</p>
<ul><li>unordered</li></ul>
<ul><li>unordered</li></ul>
<p>See summary</p>
<h1>h1</h1>
<h1>h1</h1>
<p>See summary</p>
<h2>h2</h2>
<h2>h2</h2>
<p>See summary</p>
<h3>h3</h3>
<h3>h3</h3>
<p>See summary</p>
<h4>h4</h4>
<h4>h4</h4>
<p>See summary</p>
<h5>h5</h5>
<h5>h5</h5>
<p>See summary</p>
<h1>h1</h1><h2>h2</h2>
<h1>h1</h1><h2>h2</h2>
<p>See summary</p>
<code>code</code>
<code>code</code>
<p>See summary</p>
<pre>pre</pre>
<pre>pre</pre>
<p>See summary</p>
<blockquote>blockquote</blockquote>
<blockquote>blockquote</blockquote>
<p>See summary</p>
line<br/>break
line<br/>break
<p>See summary</p>
<p>paragraph</p>
<p>paragraph</p>
<p>See summary</p>
<small>small</small>
<small>small</small>
<p>See summary</p>
<sup>sup</sup>
<sup>sup</sup>
<p>See summary</p>
<sub>sub</sub>
<sub>sub</sub>
<p>See summary</p>
<a href='https://funfedi.dev'>funfedi</a>
<a href='https://funfedi.dev'>funfedi</a>
<p>See summary</p>
<script>alert('hi');</script>
<script>alert('hi');</script>
<p>See summary</p>
<img src="http://pasture-one-actor/assets/nlnet.png" alt="NLNET Logo" />
<img src="http://pasture-one-actor/assets/nlnet.png" alt="NLNET Logo" />
<p>See summary</p>
wbr: Fernstraßen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz
wbr: Fernstraßen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz
<p>See summary</p>
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>
<p>See summary</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 controls width="250">
  <source src="http://pasture-one-actor/assets/cow_eating.mp4" type="video/mp4" />
  Video of a cow eating</video>
<p>See summary</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>See summary</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>See summary</p>
<table><tr><td>HTML tables</td></tr></table>
<table><tr><td>HTML tables</td></tr></table>
<p>See summary</p>