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(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/FLDsEAtnv58",
  "published": "2025-01-13T19:51:01Z",
  "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/dxhjvUDEW8A",
  "published": "2025-01-13T19:51:01Z",
  "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/In_u-QzTbOc",
  "published": "2025-01-13T19:51:01Z",
  "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/hl2GsSClGo0",
  "published": "2025-01-13T19:51:01Z",
  "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/BwoOQHzFLNY",
  "published": "2025-01-13T19:51:01Z",
  "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/mdgRwdlQDyU",
  "published": "2025-01-13T19:51:01Z",
  "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/gHEz8XtXCOY",
  "published": "2025-01-13T19:51:01Z",
  "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/XSo2-kapsgw",
  "published": "2025-01-13T19:51:01Z",
  "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/VwQMiAiENRs",
  "published": "2025-01-13T19:51:01Z",
  "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/FajL45Tzxb8",
  "published": "2025-01-13T19:51:01Z",
  "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/NZoE-JL5R2U",
  "published": "2025-01-13T19:51:01Z",
  "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/rRdRD5CViPs",
  "published": "2025-01-13T19:51:01Z",
  "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/NbjSMsZCZuQ",
  "published": "2025-01-13T19:51:01Z",
  "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/LqjlgA8b-Bo",
  "published": "2025-01-13T19:51:01Z",
  "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/K6I8MLo021I",
  "published": "2025-01-13T19:51:01Z",
  "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/QdDd5yMLWBY",
  "published": "2025-01-13T19:51:01Z",
  "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/kNTIceubanQ",
  "published": "2025-01-13T19:51:01Z",
  "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/Rke5SEcXiQk",
  "published": "2025-01-13T19:51:01Z",
  "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/nnv2gukjMN4",
  "published": "2025-01-13T19:51:01Z",
  "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/sFUDB3sRoNk",
  "published": "2025-01-13T19:51:01Z",
  "summary": "line<br/>break",
  "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/zVk2Eo-HuZU",
  "published": "2025-01-13T19:51:01Z",
  "summary": "<p>paragraph</p>",
  "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/0tlzrfl5pac",
  "published": "2025-01-13T19:51:01Z",
  "summary": "<small>small</small>",
  "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/7-Ew36jdi2w",
  "published": "2025-01-13T19:51:01Z",
  "summary": "<sup>sup</sup>",
  "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/Gf1qyTnGz-E",
  "published": "2025-01-13T19:51:01Z",
  "summary": "<sub>sub</sub>",
  "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/L4Y04N7wUio",
  "published": "2025-01-13T19:51:01Z",
  "summary": "<a href='https://funfedi.dev'>funfedi</a>",
  "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/Rjm2lsNn8LE",
  "published": "2025-01-13T19:51:01Z",
  "summary": "<script>alert('hi');</script>",
  "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/X3olyCXtaI0",
  "published": "2025-01-13T19:51:01Z",
  "summary": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />",
  "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/8C5xnYGnhtM",
  "published": "2025-01-13T19:51:01Z",
  "summary": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz",
  "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/HYmM55PqG2s",
  "published": "2025-01-13T19:51:01Z",
  "summary": "Audio <audio controls src=\"http://pasture-one-actor/assets/cow_moo.mp3\"></audio>",
  "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/xKW3337YXvg",
  "published": "2025-01-13T19:51:01Z",
  "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/vRKwKBS8A8o",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "See summary",
    "id": "http://actor.example/DO2H_GnyRXM",
    "published": "2025-01-13T19:51:01Z",
    "summary": "<b>bold</b>",
    "to": [
      "as:Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-01-13T19:51:01Z",
  "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/8L7JsfKb3KA",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "See summary",
    "id": "http://actor.example/-MChbZsLDa4",
    "published": "2025-01-13T19:51:01Z",
    "summary": "<strong>strong</strong>",
    "to": [
      "as:Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-01-13T19:51:01Z",
  "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/Kn26DL9T0zI",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "See summary",
    "id": "http://actor.example/_lAsmdVweYA",
    "published": "2025-01-13T19:51:01Z",
    "summary": "<i>italic</i>",
    "to": [
      "as:Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-01-13T19:51:01Z",
  "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/s8UIt7Vxtw4",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "See summary",
    "id": "http://actor.example/dVL_-SRsy10",
    "published": "2025-01-13T19:51:01Z",
    "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-01-13T19:51:01Z",
  "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/Xryd18iUjzI",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "See summary",
    "id": "http://actor.example/F9ikhh8H0IY",
    "published": "2025-01-13T19:51:01Z",
    "summary": "<em>emphasis</em>",
    "to": [
      "as:Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-01-13T19:51:01Z",
  "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/gUUoB_ZzWKU",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "See summary",
    "id": "http://actor.example/J6YQQmKvhAw",
    "published": "2025-01-13T19:51:01Z",
    "summary": "<del>old</del><ins>new</ins>",
    "to": [
      "as:Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-01-13T19:51:01Z",
  "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/SgrO7QTWxC0",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "See summary",
    "id": "http://actor.example/SJI9P9Q5jJs",
    "published": "2025-01-13T19:51:01Z",
    "summary": "<s>stricken</s>",
    "to": [
      "as:Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-01-13T19:51:01Z",
  "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/Bs0ssCuwdqc",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "See summary",
    "id": "http://actor.example/wOxjaUInDvQ",
    "published": "2025-01-13T19:51:01Z",
    "summary": "<mark>mark</mark>",
    "to": [
      "as:Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-01-13T19:51:01Z",
  "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/8s8NytxUhOI",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "See summary",
    "id": "http://actor.example/jiJVPwx8KLU",
    "published": "2025-01-13T19:51:01Z",
    "summary": "find <var>x</var> (a variable)",
    "to": [
      "as:Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-01-13T19:51:01Z",
  "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/uYY1CSH-i7k",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "See summary",
    "id": "http://actor.example/L43_uJfjTqI",
    "published": "2025-01-13T19:51:01Z",
    "summary": "<ol><li>ordered</li></ol>",
    "to": [
      "as:Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-01-13T19:51:01Z",
  "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/P7pxNJDhecY",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "See summary",
    "id": "http://actor.example/yrQdRAQ4x1E",
    "published": "2025-01-13T19:51:01Z",
    "summary": "<ul><li>unordered</li></ul>",
    "to": [
      "as:Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-01-13T19:51:01Z",
  "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/T63-zsV2etI",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "See summary",
    "id": "http://actor.example/S8Rrn3VrUcw",
    "published": "2025-01-13T19:51:01Z",
    "summary": "<h1>h1</h1>",
    "to": [
      "as:Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-01-13T19:51:01Z",
  "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/N0_FFTE68yk",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "See summary",
    "id": "http://actor.example/S3bRw-zqhuI",
    "published": "2025-01-13T19:51:01Z",
    "summary": "<h2>h2</h2>",
    "to": [
      "as:Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-01-13T19:51:01Z",
  "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/crfC3B4k2nw",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "See summary",
    "id": "http://actor.example/G05Vl_xWMxw",
    "published": "2025-01-13T19:51:01Z",
    "summary": "<h3>h3</h3>",
    "to": [
      "as:Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-01-13T19:51:01Z",
  "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/0bWN8A8OMVI",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "See summary",
    "id": "http://actor.example/iVcqTtJHNe8",
    "published": "2025-01-13T19:51:01Z",
    "summary": "<h4>h4</h4>",
    "to": [
      "as:Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-01-13T19:51:01Z",
  "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/y9dqp5b4xNk",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "See summary",
    "id": "http://actor.example/UXMN0PnvNXI",
    "published": "2025-01-13T19:51:01Z",
    "summary": "<h5>h5</h5>",
    "to": [
      "as:Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-01-13T19:51:01Z",
  "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/LnY_lxgtRxM",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "See summary",
    "id": "http://actor.example/9vttqQxECzw",
    "published": "2025-01-13T19:51:01Z",
    "summary": "<h1>h1</h1><h2>h2</h2>",
    "to": [
      "as:Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-01-13T19:51:01Z",
  "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/nzadxh5r5Uk",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "See summary",
    "id": "http://actor.example/ZsYsy-FdHrQ",
    "published": "2025-01-13T19:51:01Z",
    "summary": "<code>code</code>",
    "to": [
      "as:Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-01-13T19:51:01Z",
  "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/f1GG_AIbyjE",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "See summary",
    "id": "http://actor.example/icjG8h_qv88",
    "published": "2025-01-13T19:51:01Z",
    "summary": "<pre>pre</pre>",
    "to": [
      "as:Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-01-13T19:51:01Z",
  "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/8gtoRRe7CyM",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "See summary",
    "id": "http://actor.example/_Wj2Fnl1MrU",
    "published": "2025-01-13T19:51:01Z",
    "summary": "line<br/>break",
    "to": [
      "as:Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-01-13T19:51:01Z",
  "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/IAmjHhvUf20",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "See summary",
    "id": "http://actor.example/8RXNSug_lMk",
    "published": "2025-01-13T19:51:01Z",
    "summary": "<p>paragraph</p>",
    "to": [
      "as:Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-01-13T19:51:01Z",
  "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/t4yimLHWpSE",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "See summary",
    "id": "http://actor.example/WeLDk86B9Q4",
    "published": "2025-01-13T19:51:01Z",
    "summary": "<small>small</small>",
    "to": [
      "as:Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-01-13T19:51:01Z",
  "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/z_8F0N5Kadg",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "See summary",
    "id": "http://actor.example/LOfOo76Xn_M",
    "published": "2025-01-13T19:51:01Z",
    "summary": "<sup>sup</sup>",
    "to": [
      "as:Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-01-13T19:51:01Z",
  "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/LjDGM7iXAwg",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "See summary",
    "id": "http://actor.example/EI3chLPSCpg",
    "published": "2025-01-13T19:51:01Z",
    "summary": "<sub>sub</sub>",
    "to": [
      "as:Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-01-13T19:51:01Z",
  "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/HKyasPa4NwA",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "See summary",
    "id": "http://actor.example/vC9ELs3aqGI",
    "published": "2025-01-13T19:51:01Z",
    "summary": "<a href='https://funfedi.dev'>funfedi</a>",
    "to": [
      "as:Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-01-13T19:51:01Z",
  "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/ufrAwZZGiTQ",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "See summary",
    "id": "http://actor.example/Or4ofPRcb6c",
    "published": "2025-01-13T19:51:01Z",
    "summary": "<script>alert('hi');</script>",
    "to": [
      "as:Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-01-13T19:51:01Z",
  "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/VGrrU2vLDJc",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "See summary",
    "id": "http://actor.example/F_m1cRTRL8I",
    "published": "2025-01-13T19:51:01Z",
    "summary": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />",
    "to": [
      "as:Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-01-13T19:51:01Z",
  "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/vfX6j1R6iYQ",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "See summary",
    "id": "http://actor.example/YOsRXADim9o",
    "published": "2025-01-13T19:51:01Z",
    "summary": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz",
    "to": [
      "as:Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-01-13T19:51:01Z",
  "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/TL0qpb-HRGk",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "See summary",
    "id": "http://actor.example/esRZ-baIA8o",
    "published": "2025-01-13T19:51:01Z",
    "summary": "Audio <audio controls src=\"http://pasture-one-actor/assets/cow_moo.mp3\"></audio>",
    "to": [
      "as:Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-01-13T19:51:01Z",
  "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/sJQk_hsY1Lk",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "See summary",
    "id": "http://actor.example/WL3riLZL0j4",
    "published": "2025-01-13T19:51:01Z",
    "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-01-13T19:51:01Z",
  "to": [
    "as:Public",
    "http://remote.example/"
  ],
  "type": "Create"
}