Skip to content

Basic HTML tags

Here we analyze, which types of HTML tags are allowed inside the content field. Sanitizing fields is desired behavior as seen in Section B.10 of ActivityPub.

The ✅ means that the html tag was left unchanged. ❓ indicates the content was changed, by hovering over it, one can see into what.

❓ for misskey is due us not supporting checking markdown yet.

Support Table Preview

content Object Activity
<b>bold</b>
Object Activity
<strong>strong</strong>
Object Activity
<i>italic</i>
Object Activity
<em>emphasis</em>
Object Activity
<s>stricken</s>
Object Activity
<ol><li>ordered</li></ol>
Object Activity
<ul><li>unordered</li></ul>
Object Activity
<h1>h1</h1>
Object Activity
<h2>h2</h2>
Object Activity
<h3>h3</h3>
Object Activity
<h4>h4</h4>
Object Activity
<h5>h5</h5>
Object Activity
<code>code</code>
Object Activity
<pre>pre</pre>
Object Activity
<blockquote>blockquote</blockquote>
Object Activity
line<br>break
Object Activity
<p>paragraph</p>
Object Activity
<small>small</small>
Object Activity
<sup>sup</sup>
Object Activity
<sub>sub</sub>
Object Activity

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/object/7Y0H1RDU_Pg",
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "type": "Note"
}

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/object/9jHUXmnxqR0",
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "type": "Note"
}

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/object/6Cs2sjjYLZU",
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "type": "Note"
}

Object 4

{
  "@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/object/ljy8g_2l8Dk",
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "type": "Note"
}

Object 5

{
  "@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/object/Wxm9F8EzSNk",
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "type": "Note"
}

Object 6

{
  "@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/object/6sX8vUYw6Aw",
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "type": "Note"
}

Object 7

{
  "@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/object/7TWxWXWNd-M",
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "type": "Note"
}

Object 8

{
  "@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/object/BpPoJ8JuWkY",
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "type": "Note"
}

Object 9

{
  "@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/object/gfRFT7gOt38",
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "type": "Note"
}

Object 10

{
  "@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/object/FxOGq6mGQpM",
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "type": "Note"
}

Object 11

{
  "@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/object/h-hZF7_Erro",
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "type": "Note"
}

Object 12

{
  "@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/object/-20N3HPjQlI",
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "type": "Note"
}

Object 13

{
  "@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/object/A0HU_b0ecAA",
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "type": "Note"
}

Object 14

{
  "@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/object/p26deK599M0",
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "type": "Note"
}

Object 15

{
  "@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/object/WuQi8nwB2M0",
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "type": "Note"
}

Object 16

{
  "@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/object/oE4AlAaH4XI",
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "type": "Note"
}

Object 17

{
  "@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/object/7PPm6iVu0KY",
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "type": "Note"
}

Object 18

{
  "@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/object/FcVa8I0cHk0",
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "type": "Note"
}

Object 19

{
  "@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/object/d3Kev9yZPPc",
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "type": "Note"
}

Object 20

{
  "@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/object/-cBscdqtlE8",
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#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/activity/7OsfGRd5WLQ",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "<b>bold</b>",
    "id": "http://actor.example/object/vp0I39LjOUo",
    "published": "2025-09-09T09:32:38Z",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#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/activity/hlzO8nXEdRE",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "<strong>strong</strong>",
    "id": "http://actor.example/object/qf0uwdvSWpk",
    "published": "2025-09-09T09:32:38Z",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#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/activity/tfEg8umH1pk",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "<i>italic</i>",
    "id": "http://actor.example/object/oxxDiNFXP4Q",
    "published": "2025-09-09T09:32:38Z",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#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/activity/mmCgwwf2MiI",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "<em>emphasis</em>",
    "id": "http://actor.example/object/RVx_8tryZtk",
    "published": "2025-09-09T09:32:38Z",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#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/activity/d1H66MWctiA",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "<s>stricken</s>",
    "id": "http://actor.example/object/ZRQXtTpI5hk",
    "published": "2025-09-09T09:32:38Z",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#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/activity/9PIZvTky3w4",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "<ol><li>ordered</li></ol>",
    "id": "http://actor.example/object/Iz18iZSplIQ",
    "published": "2025-09-09T09:32:38Z",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#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/activity/d1VK5vptAbk",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "<ul><li>unordered</li></ul>",
    "id": "http://actor.example/object/RHgF3Zn_xWQ",
    "published": "2025-09-09T09:32:38Z",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#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/activity/2ADsQq6jo6M",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "<h1>h1</h1>",
    "id": "http://actor.example/object/e--L6yf5vY0",
    "published": "2025-09-09T09:32:38Z",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#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/activity/vGxp-oh5dkk",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "<h2>h2</h2>",
    "id": "http://actor.example/object/yO1Iqrwcqr4",
    "published": "2025-09-09T09:32:38Z",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#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/activity/BRZO8OHIE8c",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "<h3>h3</h3>",
    "id": "http://actor.example/object/g_5b_yERHco",
    "published": "2025-09-09T09:32:38Z",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#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/activity/3cJCfIdz28g",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "<h4>h4</h4>",
    "id": "http://actor.example/object/k0WdCCopgvg",
    "published": "2025-09-09T09:32:38Z",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#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/activity/6lPxp33Yu4M",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "<h5>h5</h5>",
    "id": "http://actor.example/object/5iA0yoSr_Dk",
    "published": "2025-09-09T09:32:38Z",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#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/activity/Y5O14JBY4fE",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "<code>code</code>",
    "id": "http://actor.example/object/gKUVItT70yQ",
    "published": "2025-09-09T09:32:38Z",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#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/activity/c_kEbvZnIjM",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "<pre>pre</pre>",
    "id": "http://actor.example/object/as32T9st59Q",
    "published": "2025-09-09T09:32:38Z",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#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/activity/gEQlsANZDKk",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "<blockquote>blockquote</blockquote>",
    "id": "http://actor.example/object/g8OJAgeH4V4",
    "published": "2025-09-09T09:32:38Z",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#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/activity/yL_9tz7UEPw",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "line<br>break",
    "id": "http://actor.example/object/rBzflSbiCcU",
    "published": "2025-09-09T09:32:38Z",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#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/activity/7ogKXTxPKFM",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "<p>paragraph</p>",
    "id": "http://actor.example/object/c3TWc1929pY",
    "published": "2025-09-09T09:32:38Z",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#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/activity/Nv14WK62m9c",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "<small>small</small>",
    "id": "http://actor.example/object/mI9kQh19-bE",
    "published": "2025-09-09T09:32:38Z",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#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/activity/BgvlaHaeYoQ",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "<sup>sup</sup>",
    "id": "http://actor.example/object/Adsu3fg4eYw",
    "published": "2025-09-09T09:32:38Z",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#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/activity/C23WeNBR5hA",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "<sub>sub</sub>",
    "id": "http://actor.example/object/GWLRPMCMBAE",
    "published": "2025-09-09T09:32:38Z",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-09-09T09:32:38Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://remote.example/"
  ],
  "type": "Create"
}