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(https://www.w3.org/TR/activitystreams-vocabulary/#dfn-summary) 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.
Objects
Object 1
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/u6Zt7cirArc",
"published": "2025-03-07T11:42:22Z",
"summary": "<b>bold</b>",
"to": [
"as:Public"
],
"type": "Note"
}
Object 2
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/qJ8CrgM8-l0",
"published": "2025-03-07T11:42:22Z",
"summary": "<strong>strong</strong>",
"to": [
"as:Public"
],
"type": "Note"
}
Object 3
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/EnqLBnZVlgE",
"published": "2025-03-07T11:42:22Z",
"summary": "<i>italic</i>",
"to": [
"as:Public"
],
"type": "Note"
}
Object 4
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/vAqRATypbxM",
"published": "2025-03-07T11:42:22Z",
"summary": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>",
"to": [
"as:Public"
],
"type": "Note"
}
Object 5
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/iZZDMRKE0N4",
"published": "2025-03-07T11:42:22Z",
"summary": "<em>emphasis</em>",
"to": [
"as:Public"
],
"type": "Note"
}
Object 6
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/B3XBXO6SQEM",
"published": "2025-03-07T11:42:22Z",
"summary": "<del>old</del><ins>new</ins>",
"to": [
"as:Public"
],
"type": "Note"
}
Object 7
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/SC0pdhXtLro",
"published": "2025-03-07T11:42:22Z",
"summary": "<s>stricken</s>",
"to": [
"as:Public"
],
"type": "Note"
}
Object 8
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/xJjZaw5F9-g",
"published": "2025-03-07T11:42:22Z",
"summary": "<mark>mark</mark>",
"to": [
"as:Public"
],
"type": "Note"
}
Object 9
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/a8CYvOrWTo4",
"published": "2025-03-07T11:42:22Z",
"summary": "find <var>x</var> (a variable)",
"to": [
"as:Public"
],
"type": "Note"
}
Object 10
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/iiKsbMajji4",
"published": "2025-03-07T11:42:22Z",
"summary": "<ol><li>ordered</li></ol>",
"to": [
"as:Public"
],
"type": "Note"
}
Object 11
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/MLgEEUg1RgQ",
"published": "2025-03-07T11:42:22Z",
"summary": "<ul><li>unordered</li></ul>",
"to": [
"as:Public"
],
"type": "Note"
}
Object 12
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/Y42UcgvetwA",
"published": "2025-03-07T11:42:22Z",
"summary": "<h1>h1</h1>",
"to": [
"as:Public"
],
"type": "Note"
}
Object 13
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/GDlVg24JYF0",
"published": "2025-03-07T11:42:22Z",
"summary": "<h2>h2</h2>",
"to": [
"as:Public"
],
"type": "Note"
}
Object 14
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/dX397Iewn9c",
"published": "2025-03-07T11:42:22Z",
"summary": "<h3>h3</h3>",
"to": [
"as:Public"
],
"type": "Note"
}
Object 15
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/UaaBZLM_FaE",
"published": "2025-03-07T11:42:22Z",
"summary": "<h4>h4</h4>",
"to": [
"as:Public"
],
"type": "Note"
}
Object 16
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/5cxE6hzUFe8",
"published": "2025-03-07T11:42:22Z",
"summary": "<h5>h5</h5>",
"to": [
"as:Public"
],
"type": "Note"
}
Object 17
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/swsqbIS6q6w",
"published": "2025-03-07T11:42:22Z",
"summary": "<h1>h1</h1><h2>h2</h2>",
"to": [
"as:Public"
],
"type": "Note"
}
Object 18
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/ndLL5VHioYs",
"published": "2025-03-07T11:42:22Z",
"summary": "<code>code</code>",
"to": [
"as:Public"
],
"type": "Note"
}
Object 19
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/navwfH8i16k",
"published": "2025-03-07T11:42:22Z",
"summary": "<pre>pre</pre>",
"to": [
"as:Public"
],
"type": "Note"
}
Object 20
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/8CBERmAf3X4",
"published": "2025-03-07T11:42:22Z",
"summary": "<blockquote>blockquote</blockquote>",
"to": [
"as:Public"
],
"type": "Note"
}
Object 21
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/rZ-kb20RWJc",
"published": "2025-03-07T11:42:22Z",
"summary": "line<br/>break",
"to": [
"as:Public"
],
"type": "Note"
}
Object 22
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/LdceXtMvYcE",
"published": "2025-03-07T11:42:22Z",
"summary": "<p>paragraph</p>",
"to": [
"as:Public"
],
"type": "Note"
}
Object 23
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/I3rpfSRTMIE",
"published": "2025-03-07T11:42:22Z",
"summary": "<small>small</small>",
"to": [
"as:Public"
],
"type": "Note"
}
Object 24
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/8psQSU1_AZ0",
"published": "2025-03-07T11:42:22Z",
"summary": "<sup>sup</sup>",
"to": [
"as:Public"
],
"type": "Note"
}
Object 25
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/TjvZpY8nqkY",
"published": "2025-03-07T11:42:22Z",
"summary": "<sub>sub</sub>",
"to": [
"as:Public"
],
"type": "Note"
}
Object 26
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/-Hyqyar6L24",
"published": "2025-03-07T11:42:22Z",
"summary": "<a href='https://funfedi.dev'>funfedi</a>",
"to": [
"as:Public"
],
"type": "Note"
}
Object 27
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/gwyNPmc8XVI",
"published": "2025-03-07T11:42:22Z",
"summary": "<script>alert('hi');</script>",
"to": [
"as:Public"
],
"type": "Note"
}
Object 28
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/qZm2L79l54s",
"published": "2025-03-07T11:42:22Z",
"summary": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />",
"to": [
"as:Public"
],
"type": "Note"
}
Object 29
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/tFF3d3y0sfQ",
"published": "2025-03-07T11:42:22Z",
"summary": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz",
"to": [
"as:Public"
],
"type": "Note"
}
Object 30
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/jUcaTMMxYcU",
"published": "2025-03-07T11:42:22Z",
"summary": "Audio <audio controls src=\"http://pasture-one-actor/assets/cow_moo.mp3\"></audio>",
"to": [
"as:Public"
],
"type": "Note"
}
Object 31
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/sDUIwVBddPc",
"published": "2025-03-07T11:42:22Z",
"summary": "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>",
"to": [
"as:Public"
],
"type": "Note"
}
Activities
Activity 1
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/6JF6g3iOiUg",
"object": {
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/DwnNdWd7G9g",
"published": "2025-03-07T11:42:22Z",
"summary": "<b>bold</b>",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-03-07T11:42:22Z",
"to": [
"http://remote.example/",
"as:Public"
],
"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/4ZEA7GqBFMc",
"object": {
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/NbIaD22dgVQ",
"published": "2025-03-07T11:42:22Z",
"summary": "<strong>strong</strong>",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-03-07T11:42:22Z",
"to": [
"http://remote.example/",
"as:Public"
],
"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/uLg-qGS31Fo",
"object": {
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/M3B0q598Ils",
"published": "2025-03-07T11:42:22Z",
"summary": "<i>italic</i>",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-03-07T11:42:22Z",
"to": [
"http://remote.example/",
"as:Public"
],
"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/g_JI4EPFrS4",
"object": {
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/uZ3jhNCKgZs",
"published": "2025-03-07T11:42:22Z",
"summary": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-03-07T11:42:22Z",
"to": [
"http://remote.example/",
"as:Public"
],
"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/-vMJq9H8jcA",
"object": {
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/qSAmcZ6K7wI",
"published": "2025-03-07T11:42:22Z",
"summary": "<em>emphasis</em>",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-03-07T11:42:22Z",
"to": [
"http://remote.example/",
"as:Public"
],
"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/OSeRsF8wreU",
"object": {
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/XS_Fdjnq-mE",
"published": "2025-03-07T11:42:22Z",
"summary": "<del>old</del><ins>new</ins>",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-03-07T11:42:22Z",
"to": [
"http://remote.example/",
"as:Public"
],
"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/MaGPZ6-4XPs",
"object": {
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/sVfYxXu_zaA",
"published": "2025-03-07T11:42:22Z",
"summary": "<s>stricken</s>",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-03-07T11:42:22Z",
"to": [
"http://remote.example/",
"as:Public"
],
"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/bzWoNlgIU0w",
"object": {
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/sBcbYcBKG8o",
"published": "2025-03-07T11:42:22Z",
"summary": "<mark>mark</mark>",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-03-07T11:42:22Z",
"to": [
"http://remote.example/",
"as:Public"
],
"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/PA-ON3KlQHs",
"object": {
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/rqupg8h5hIA",
"published": "2025-03-07T11:42:22Z",
"summary": "find <var>x</var> (a variable)",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-03-07T11:42:22Z",
"to": [
"http://remote.example/",
"as:Public"
],
"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/IiGZ4XCGZmI",
"object": {
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/IqQVEw3GpG8",
"published": "2025-03-07T11:42:22Z",
"summary": "<ol><li>ordered</li></ol>",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-03-07T11:42:22Z",
"to": [
"http://remote.example/",
"as:Public"
],
"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/qWoLJNzddno",
"object": {
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/VRvXHWN0rsU",
"published": "2025-03-07T11:42:22Z",
"summary": "<ul><li>unordered</li></ul>",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-03-07T11:42:22Z",
"to": [
"http://remote.example/",
"as:Public"
],
"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/C53D3L-p1Y0",
"object": {
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/3pdCQTvgKGQ",
"published": "2025-03-07T11:42:22Z",
"summary": "<h1>h1</h1>",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-03-07T11:42:22Z",
"to": [
"http://remote.example/",
"as:Public"
],
"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/smIJMnoaVNw",
"object": {
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/kBTnfUauvws",
"published": "2025-03-07T11:42:22Z",
"summary": "<h2>h2</h2>",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-03-07T11:42:22Z",
"to": [
"http://remote.example/",
"as:Public"
],
"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/FqUDpuWKezw",
"object": {
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/K5PESOxr6a8",
"published": "2025-03-07T11:42:22Z",
"summary": "<h3>h3</h3>",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-03-07T11:42:22Z",
"to": [
"http://remote.example/",
"as:Public"
],
"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/-UtYo4z6NP0",
"object": {
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/4y9P-SqTezc",
"published": "2025-03-07T11:42:22Z",
"summary": "<h4>h4</h4>",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-03-07T11:42:22Z",
"to": [
"http://remote.example/",
"as:Public"
],
"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/Q1hQt_ROcTE",
"object": {
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/iK_ZZWS6eUw",
"published": "2025-03-07T11:42:22Z",
"summary": "<h5>h5</h5>",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-03-07T11:42:22Z",
"to": [
"http://remote.example/",
"as:Public"
],
"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/02AU-WLoTpc",
"object": {
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/9vO9oegPgcw",
"published": "2025-03-07T11:42:22Z",
"summary": "<h1>h1</h1><h2>h2</h2>",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-03-07T11:42:22Z",
"to": [
"http://remote.example/",
"as:Public"
],
"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/Oonn0Yth6m4",
"object": {
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/9bIVrLk0efs",
"published": "2025-03-07T11:42:22Z",
"summary": "<code>code</code>",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-03-07T11:42:22Z",
"to": [
"http://remote.example/",
"as:Public"
],
"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/8RfLNBI3qFs",
"object": {
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/3x9gBKOo0Fo",
"published": "2025-03-07T11:42:22Z",
"summary": "<pre>pre</pre>",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-03-07T11:42:22Z",
"to": [
"http://remote.example/",
"as:Public"
],
"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/kT93BG74Pfs",
"object": {
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/gHLyVwtXjY4",
"published": "2025-03-07T11:42:22Z",
"summary": "<blockquote>blockquote</blockquote>",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-03-07T11:42:22Z",
"to": [
"http://remote.example/",
"as:Public"
],
"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/fA9YfXAjTGU",
"object": {
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/t72F5aaGP3M",
"published": "2025-03-07T11:42:22Z",
"summary": "line<br/>break",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-03-07T11:42:22Z",
"to": [
"http://remote.example/",
"as:Public"
],
"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/dtZGUi6SWhM",
"object": {
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/aTru9XLgGao",
"published": "2025-03-07T11:42:22Z",
"summary": "<p>paragraph</p>",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-03-07T11:42:22Z",
"to": [
"http://remote.example/",
"as:Public"
],
"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/9NnNb6BwJrc",
"object": {
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/rS0nSk4UvVs",
"published": "2025-03-07T11:42:22Z",
"summary": "<small>small</small>",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-03-07T11:42:22Z",
"to": [
"http://remote.example/",
"as:Public"
],
"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/SDEDKw0oUKo",
"object": {
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/ZukLP9lHfaM",
"published": "2025-03-07T11:42:22Z",
"summary": "<sup>sup</sup>",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-03-07T11:42:22Z",
"to": [
"http://remote.example/",
"as:Public"
],
"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/RdmBmdwDABY",
"object": {
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/KTL1ZHbi7G0",
"published": "2025-03-07T11:42:22Z",
"summary": "<sub>sub</sub>",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-03-07T11:42:22Z",
"to": [
"http://remote.example/",
"as:Public"
],
"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/Z49HRfO6Bs8",
"object": {
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/WscOely6L3A",
"published": "2025-03-07T11:42:22Z",
"summary": "<a href='https://funfedi.dev'>funfedi</a>",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-03-07T11:42:22Z",
"to": [
"http://remote.example/",
"as:Public"
],
"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/YjsAZvi1ENc",
"object": {
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/qjenIn8QHVA",
"published": "2025-03-07T11:42:22Z",
"summary": "<script>alert('hi');</script>",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-03-07T11:42:22Z",
"to": [
"http://remote.example/",
"as:Public"
],
"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/xI3oCIu_6QM",
"object": {
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/IlE46Q63PLU",
"published": "2025-03-07T11:42:22Z",
"summary": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-03-07T11:42:22Z",
"to": [
"http://remote.example/",
"as:Public"
],
"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/_Yh4DIUGA7Y",
"object": {
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/RteXfNkWYUU",
"published": "2025-03-07T11:42:22Z",
"summary": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-03-07T11:42:22Z",
"to": [
"http://remote.example/",
"as:Public"
],
"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/70oGMUK_PbY",
"object": {
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/PJBlvUURNYU",
"published": "2025-03-07T11:42:22Z",
"summary": "Audio <audio controls src=\"http://pasture-one-actor/assets/cow_moo.mp3\"></audio>",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-03-07T11:42:22Z",
"to": [
"http://remote.example/",
"as:Public"
],
"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/YCN61F0fBnM",
"object": {
"attributedTo": "http://actor.example",
"content": "See summary",
"id": "http://actor.example/Sqvy3xbF1OI",
"published": "2025-03-07T11:42:22Z",
"summary": "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>",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-03-07T11:42:22Z",
"to": [
"http://remote.example/",
"as:Public"
],
"type": "Create"
}