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.
Objects
Object 1
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "<b>bold</b>",
"id": "http://actor.example/ajBUeRh0G6E",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public"
],
"type": "Article"
}
Object 2
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "<strong>strong</strong>",
"id": "http://actor.example/lfXrpTAhLV4",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public"
],
"type": "Article"
}
Object 3
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "<i>italic</i>",
"id": "http://actor.example/lMIO3Nqsa94",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public"
],
"type": "Article"
}
Object 4
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>",
"id": "http://actor.example/BU-GaEDO9BE",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public"
],
"type": "Article"
}
Object 5
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "<em>emphasis</em>",
"id": "http://actor.example/hxmPyNwXgFY",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public"
],
"type": "Article"
}
Object 6
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "<del>old</del><ins>new</ins>",
"id": "http://actor.example/Ka5W0lp1HHQ",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public"
],
"type": "Article"
}
Object 7
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "<s>stricken</s>",
"id": "http://actor.example/45EZeRZbr1Y",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public"
],
"type": "Article"
}
Object 8
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "<mark>mark</mark>",
"id": "http://actor.example/He0NWXwF1C0",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public"
],
"type": "Article"
}
Object 9
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "find <var>x</var> (a variable)",
"id": "http://actor.example/edxR8OW0uTo",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public"
],
"type": "Article"
}
Object 10
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "<ol><li>ordered</li></ol>",
"id": "http://actor.example/i6MnflZ5Vwk",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public"
],
"type": "Article"
}
Object 11
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "<ul><li>unordered</li></ul>",
"id": "http://actor.example/o5xbdYZnSWE",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public"
],
"type": "Article"
}
Object 12
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "<h1>h1</h1>",
"id": "http://actor.example/x9rGgk5giu8",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public"
],
"type": "Article"
}
Object 13
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "<h2>h2</h2>",
"id": "http://actor.example/pjuUrVeTGN8",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public"
],
"type": "Article"
}
Object 14
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "<h3>h3</h3>",
"id": "http://actor.example/jQ12dmEExNU",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public"
],
"type": "Article"
}
Object 15
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "<h4>h4</h4>",
"id": "http://actor.example/WI7wNkA4aok",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public"
],
"type": "Article"
}
Object 16
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "<h5>h5</h5>",
"id": "http://actor.example/GKp4O3CcK74",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public"
],
"type": "Article"
}
Object 17
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "<h1>h1</h1><h2>h2</h2>",
"id": "http://actor.example/Cyfj2g7qWTQ",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public"
],
"type": "Article"
}
Object 18
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "<code>code</code>",
"id": "http://actor.example/PUTpYEElyB4",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public"
],
"type": "Article"
}
Object 19
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "<pre>pre</pre>",
"id": "http://actor.example/0LTzVhmkxZM",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public"
],
"type": "Article"
}
Object 20
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "<blockquote>blockquote</blockquote>",
"id": "http://actor.example/ixCjTZ7szzA",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public"
],
"type": "Article"
}
Object 21
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "line<br/>break",
"id": "http://actor.example/Jm6RhzGORwc",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public"
],
"type": "Article"
}
Object 22
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "<p>paragraph</p>",
"id": "http://actor.example/RkQlfY83vzM",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public"
],
"type": "Article"
}
Object 23
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "<small>small</small>",
"id": "http://actor.example/4-FsHkTTJsQ",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public"
],
"type": "Article"
}
Object 24
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "<sup>sup</sup>",
"id": "http://actor.example/ocAl5tNv-6A",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public"
],
"type": "Article"
}
Object 25
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "<sub>sub</sub>",
"id": "http://actor.example/hBZKzAoUjeY",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public"
],
"type": "Article"
}
Object 26
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "<a href='https://funfedi.dev'>funfedi</a>",
"id": "http://actor.example/GThG-OhQM_I",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public"
],
"type": "Article"
}
Object 27
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "<script>alert('hi');</script>",
"id": "http://actor.example/NlyCfOs-sF4",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public"
],
"type": "Article"
}
Object 28
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />",
"id": "http://actor.example/Fpb3_yN_LNM",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public"
],
"type": "Article"
}
Object 29
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz",
"id": "http://actor.example/NaYhT3G-I5k",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public"
],
"type": "Article"
}
Object 30
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "Audio <audio controls src=\"http://pasture-one-actor/assets/cow_moo.mp3\"></audio>",
"id": "http://actor.example/7qou7xlXSMc",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public"
],
"type": "Article"
}
Object 31
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "Video <video controls width=\"250\">\n <source src=\"http://pasture-one-actor/assets/cow_eating.mp4\" type=\"video/mp4\" />\n Video of a cow eating</video>",
"id": "http://actor.example/WehVAbk1jaw",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public"
],
"type": "Article"
}
Activities
Activity 1
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/VYC0BGTXqvM",
"object": {
"attributedTo": "http://actor.example",
"content": "<b>bold</b>",
"id": "http://actor.example/RNoHp-ZbV6o",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Article"
},
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 2
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/C-t31iq-ZKY",
"object": {
"attributedTo": "http://actor.example",
"content": "<strong>strong</strong>",
"id": "http://actor.example/Lx6atu8LgdQ",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Article"
},
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 3
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/DDU9DvQfCL0",
"object": {
"attributedTo": "http://actor.example",
"content": "<i>italic</i>",
"id": "http://actor.example/bgqSAzKsXE8",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Article"
},
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 4
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/PIi4W5B8PIs",
"object": {
"attributedTo": "http://actor.example",
"content": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>",
"id": "http://actor.example/ANQBbVo9WyA",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Article"
},
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 5
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/ccgx22lSiNo",
"object": {
"attributedTo": "http://actor.example",
"content": "<em>emphasis</em>",
"id": "http://actor.example/UyLX9iiunFI",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Article"
},
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 6
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/oz1LmJwRQDI",
"object": {
"attributedTo": "http://actor.example",
"content": "<del>old</del><ins>new</ins>",
"id": "http://actor.example/OZxiMp4HQQ4",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Article"
},
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 7
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/p77jLTQjaJk",
"object": {
"attributedTo": "http://actor.example",
"content": "<s>stricken</s>",
"id": "http://actor.example/gtZqx4Znkuk",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Article"
},
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 8
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/VxbxjpovqjI",
"object": {
"attributedTo": "http://actor.example",
"content": "<mark>mark</mark>",
"id": "http://actor.example/bBUU_XdFC0E",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Article"
},
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 9
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/CLwLJ2uWRC0",
"object": {
"attributedTo": "http://actor.example",
"content": "find <var>x</var> (a variable)",
"id": "http://actor.example/UfEs3U66_mA",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Article"
},
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 10
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/t2FL1d6jrEA",
"object": {
"attributedTo": "http://actor.example",
"content": "<ol><li>ordered</li></ol>",
"id": "http://actor.example/Xs0IEOYGI3o",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Article"
},
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 11
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/6MQAWce-fO0",
"object": {
"attributedTo": "http://actor.example",
"content": "<ul><li>unordered</li></ul>",
"id": "http://actor.example/dKpV6h7ixqs",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Article"
},
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 12
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/PeSpeN1KHXQ",
"object": {
"attributedTo": "http://actor.example",
"content": "<h1>h1</h1>",
"id": "http://actor.example/w32mNAMmu40",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Article"
},
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 13
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/dh3nzJzTojk",
"object": {
"attributedTo": "http://actor.example",
"content": "<h2>h2</h2>",
"id": "http://actor.example/jOHae8HD5DQ",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Article"
},
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 14
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/joHs7Ha-SoY",
"object": {
"attributedTo": "http://actor.example",
"content": "<h3>h3</h3>",
"id": "http://actor.example/Wha13D8jboM",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Article"
},
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 15
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/Ias8d5AjYKo",
"object": {
"attributedTo": "http://actor.example",
"content": "<h4>h4</h4>",
"id": "http://actor.example/gOWML4wXrtQ",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Article"
},
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 16
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/PTZCEm13lQo",
"object": {
"attributedTo": "http://actor.example",
"content": "<h5>h5</h5>",
"id": "http://actor.example/dmSWUTOKKD4",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Article"
},
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 17
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/TR47Hb7eHNc",
"object": {
"attributedTo": "http://actor.example",
"content": "<h1>h1</h1><h2>h2</h2>",
"id": "http://actor.example/RTw-uoIa6rQ",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Article"
},
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 18
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/83ce2el_2Z4",
"object": {
"attributedTo": "http://actor.example",
"content": "<code>code</code>",
"id": "http://actor.example/10pEJGuwUEc",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Article"
},
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 19
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/d1UBV6-5rVw",
"object": {
"attributedTo": "http://actor.example",
"content": "<pre>pre</pre>",
"id": "http://actor.example/DWWAbmU07cE",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Article"
},
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 20
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/Aysvna1DUzA",
"object": {
"attributedTo": "http://actor.example",
"content": "<blockquote>blockquote</blockquote>",
"id": "http://actor.example/qh51RYWLnuI",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Article"
},
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 21
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/ns7Lny4H13A",
"object": {
"attributedTo": "http://actor.example",
"content": "line<br/>break",
"id": "http://actor.example/G4a1DQiIYYA",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Article"
},
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 22
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/tyQxBu7MhzU",
"object": {
"attributedTo": "http://actor.example",
"content": "<p>paragraph</p>",
"id": "http://actor.example/CZkbTnh_xbM",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Article"
},
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 23
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/JFKLz-jqecg",
"object": {
"attributedTo": "http://actor.example",
"content": "<small>small</small>",
"id": "http://actor.example/cmQKyEDq1jo",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Article"
},
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 24
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/X1ecaifVIYI",
"object": {
"attributedTo": "http://actor.example",
"content": "<sup>sup</sup>",
"id": "http://actor.example/n8_DyzymhPo",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Article"
},
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 25
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/87S85be6ycQ",
"object": {
"attributedTo": "http://actor.example",
"content": "<sub>sub</sub>",
"id": "http://actor.example/-0_vsnSQTDA",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Article"
},
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 26
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/NMUXIZ8OkcI",
"object": {
"attributedTo": "http://actor.example",
"content": "<a href='https://funfedi.dev'>funfedi</a>",
"id": "http://actor.example/Q23shk_iYPE",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Article"
},
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 27
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/_zAIgeqUiaY",
"object": {
"attributedTo": "http://actor.example",
"content": "<script>alert('hi');</script>",
"id": "http://actor.example/CtlH9RzB8A8",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Article"
},
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 28
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/1xM7cyzsC_o",
"object": {
"attributedTo": "http://actor.example",
"content": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />",
"id": "http://actor.example/lBBrxUXBggE",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Article"
},
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 29
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/0bJ54IcdPUE",
"object": {
"attributedTo": "http://actor.example",
"content": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz",
"id": "http://actor.example/dlfg9EQldsc",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Article"
},
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 30
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/SoJuLEfTRk4",
"object": {
"attributedTo": "http://actor.example",
"content": "Audio <audio controls src=\"http://pasture-one-actor/assets/cow_moo.mp3\"></audio>",
"id": "http://actor.example/Aao9xuS6c4g",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Article"
},
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 31
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/RYNKQb1FfvM",
"object": {
"attributedTo": "http://actor.example",
"content": "Video <video controls width=\"250\">\n <source src=\"http://pasture-one-actor/assets/cow_eating.mp4\" type=\"video/mp4\" />\n Video of a cow eating</video>",
"id": "http://actor.example/cuZPLRkrgpA",
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Article"
},
"published": "2025-07-31T07:23:46Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}