Skip to content

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.

Due to firefish using markdown to format their content, the displayed result in the details table can be a bit off, please consult the example.

Examples

Example 1

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture_one_actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/9qjnvr5wi3ew0001"
  ],
  "id": "http://pasture_one_actor/actor/EX685dQ16OE",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9qjnvr5wi3ew0001"
    ],
    "id": "http://pasture_one_actor/actor/HgUn1vgd0Cw",
    "published": "2024-03-06T17:55:38Z",
    "content": "<b>bold</b>"
  }
}
```


```json title="sharkey"
{
  "id": "9qjnyz68pbvn000y",
  "uri": "http://pasture_one_actor/actor/HgUn1vgd0Cw",
  "url": "http://pasture_one_actor/actor/HgUn1vgd0Cw",
  "account": {
    "id": "9qjnxfoapbvn0002",
    "username": "actor",
    "acct": "actor@pasture_one_actor",
    "fqn": "actor@pasture_one_actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-03-06T17:54:26.074Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 26,
    "note": "",
    "url": "http://pasture_one_actor/actor",
    "uri": "http://pasture_one_actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>**bold**</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "**bold**",
  "created_at": "2024-03-06T17:55:38.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null
}
```

Example 2

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture_one_actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/9qjnvr5wi3ew0001"
  ],
  "id": "http://pasture_one_actor/actor/pUj9l2Lzg3c",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9qjnvr5wi3ew0001"
    ],
    "id": "http://pasture_one_actor/actor/kQa3LXcbFLg",
    "published": "2024-03-06T17:55:40Z",
    "content": "<i>italic</i>"
  }
}
```


```json title="sharkey"
{
  "id": "9qjnz0pspbvn000z",
  "uri": "http://pasture_one_actor/actor/kQa3LXcbFLg",
  "url": "http://pasture_one_actor/actor/kQa3LXcbFLg",
  "account": {
    "id": "9qjnxfoapbvn0002",
    "username": "actor",
    "acct": "actor@pasture_one_actor",
    "fqn": "actor@pasture_one_actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-03-06T17:54:26.074Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 27,
    "note": "",
    "url": "http://pasture_one_actor/actor",
    "uri": "http://pasture_one_actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>*italic*</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "<i>italic</i>",
  "created_at": "2024-03-06T17:55:40.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null
}
```

Example 3

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture_one_actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/9qjnvr5wi3ew0001"
  ],
  "id": "http://pasture_one_actor/actor/apOdT5WMHcc",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9qjnvr5wi3ew0001"
    ],
    "id": "http://pasture_one_actor/actor/g7l8Ln0ZDlw",
    "published": "2024-03-06T17:55:42Z",
    "content": "<ol><li>ordered</li></ol>"
  }
}
```


```json title="sharkey"
{
  "id": "9qjnz29cpbvn0010",
  "uri": "http://pasture_one_actor/actor/g7l8Ln0ZDlw",
  "url": "http://pasture_one_actor/actor/g7l8Ln0ZDlw",
  "account": {
    "id": "9qjnxfoapbvn0002",
    "username": "actor",
    "acct": "actor@pasture_one_actor",
    "fqn": "actor@pasture_one_actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-03-06T17:54:26.074Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 28,
    "note": "",
    "url": "http://pasture_one_actor/actor",
    "uri": "http://pasture_one_actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>ordered</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "ordered",
  "created_at": "2024-03-06T17:55:42.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null
}
```

Example 4

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture_one_actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/9qjnvr5wi3ew0001"
  ],
  "id": "http://pasture_one_actor/actor/DL9X-H1cvfs",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9qjnvr5wi3ew0001"
    ],
    "id": "http://pasture_one_actor/actor/kH-undbRYXM",
    "published": "2024-03-06T17:55:45Z",
    "content": "<ul><li>unordered</li></ul>"
  }
}
```


```json title="sharkey"
{
  "id": "9qjnz4kopbvn0011",
  "uri": "http://pasture_one_actor/actor/kH-undbRYXM",
  "url": "http://pasture_one_actor/actor/kH-undbRYXM",
  "account": {
    "id": "9qjnxfoapbvn0002",
    "username": "actor",
    "acct": "actor@pasture_one_actor",
    "fqn": "actor@pasture_one_actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-03-06T17:54:26.074Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 29,
    "note": "",
    "url": "http://pasture_one_actor/actor",
    "uri": "http://pasture_one_actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>unordered</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "unordered",
  "created_at": "2024-03-06T17:55:45.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null
}
```

Example 5

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture_one_actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/9qjnvr5wi3ew0001"
  ],
  "id": "http://pasture_one_actor/actor/4p7--Ac1f-I",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9qjnvr5wi3ew0001"
    ],
    "id": "http://pasture_one_actor/actor/vlfRfclqj_s",
    "published": "2024-03-06T17:55:47Z",
    "content": "<h1>h1</h1>"
  }
}
```


```json title="sharkey"
{
  "id": "9qjnz648pbvn0012",
  "uri": "http://pasture_one_actor/actor/vlfRfclqj_s",
  "url": "http://pasture_one_actor/actor/vlfRfclqj_s",
  "account": {
    "id": "9qjnxfoapbvn0002",
    "username": "actor",
    "acct": "actor@pasture_one_actor",
    "fqn": "actor@pasture_one_actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-03-06T17:54:26.074Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 30,
    "note": "",
    "url": "http://pasture_one_actor/actor",
    "uri": "http://pasture_one_actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>\u3010h1\u3011</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "\u3010h1\u3011",
  "created_at": "2024-03-06T17:55:47.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null
}
```

Example 6

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture_one_actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/9qjnvr5wi3ew0001"
  ],
  "id": "http://pasture_one_actor/actor/SLWNascWHRY",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9qjnvr5wi3ew0001"
    ],
    "id": "http://pasture_one_actor/actor/LTd1QjG8PM0",
    "published": "2024-03-06T17:55:49Z",
    "content": "<h2>h2</h2>"
  }
}
```


```json title="sharkey"
{
  "id": "9qjnz7nspbvn0013",
  "uri": "http://pasture_one_actor/actor/LTd1QjG8PM0",
  "url": "http://pasture_one_actor/actor/LTd1QjG8PM0",
  "account": {
    "id": "9qjnxfoapbvn0002",
    "username": "actor",
    "acct": "actor@pasture_one_actor",
    "fqn": "actor@pasture_one_actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-03-06T17:54:26.074Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 31,
    "note": "",
    "url": "http://pasture_one_actor/actor",
    "uri": "http://pasture_one_actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>h2</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "h2",
  "created_at": "2024-03-06T17:55:49.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null
}
```

Example 7

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture_one_actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/9qjnvr5wi3ew0001"
  ],
  "id": "http://pasture_one_actor/actor/b6xhbQds_VM",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9qjnvr5wi3ew0001"
    ],
    "id": "http://pasture_one_actor/actor/sHEF5tWb-x8",
    "published": "2024-03-06T17:55:51Z",
    "content": "<h3>h3</h3>"
  }
}
```


```json title="sharkey"
{
  "id": "9qjnz97cpbvn0014",
  "uri": "http://pasture_one_actor/actor/sHEF5tWb-x8",
  "url": "http://pasture_one_actor/actor/sHEF5tWb-x8",
  "account": {
    "id": "9qjnxfoapbvn0002",
    "username": "actor",
    "acct": "actor@pasture_one_actor",
    "fqn": "actor@pasture_one_actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-03-06T17:54:26.074Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 32,
    "note": "",
    "url": "http://pasture_one_actor/actor",
    "uri": "http://pasture_one_actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>h3</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "h3",
  "created_at": "2024-03-06T17:55:51.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null
}
```

Example 8

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture_one_actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/9qjnvr5wi3ew0001"
  ],
  "id": "http://pasture_one_actor/actor/GKB5AhgGCWM",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9qjnvr5wi3ew0001"
    ],
    "id": "http://pasture_one_actor/actor/5SWml-4D23U",
    "published": "2024-03-06T17:55:54Z",
    "content": "<h4>h4</h4>"
  }
}
```


```json title="sharkey"
{
  "id": "9qjnzbiopbvn0015",
  "uri": "http://pasture_one_actor/actor/5SWml-4D23U",
  "url": "http://pasture_one_actor/actor/5SWml-4D23U",
  "account": {
    "id": "9qjnxfoapbvn0002",
    "username": "actor",
    "acct": "actor@pasture_one_actor",
    "fqn": "actor@pasture_one_actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-03-06T17:54:26.074Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 33,
    "note": "",
    "url": "http://pasture_one_actor/actor",
    "uri": "http://pasture_one_actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>h4</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "h4",
  "created_at": "2024-03-06T17:55:54.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null
}
```

Example 9

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture_one_actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/9qjnvr5wi3ew0001"
  ],
  "id": "http://pasture_one_actor/actor/SdfvzyeFlec",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9qjnvr5wi3ew0001"
    ],
    "id": "http://pasture_one_actor/actor/5JhkNFZ5v70",
    "published": "2024-03-06T17:55:56Z",
    "content": "<h5>h5</h5>"
  }
}
```


```json title="sharkey"
{
  "id": "9qjnzd28pbvn0016",
  "uri": "http://pasture_one_actor/actor/5JhkNFZ5v70",
  "url": "http://pasture_one_actor/actor/5JhkNFZ5v70",
  "account": {
    "id": "9qjnxfoapbvn0002",
    "username": "actor",
    "acct": "actor@pasture_one_actor",
    "fqn": "actor@pasture_one_actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-03-06T17:54:26.074Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 34,
    "note": "",
    "url": "http://pasture_one_actor/actor",
    "uri": "http://pasture_one_actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>h5</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "h5",
  "created_at": "2024-03-06T17:55:56.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null
}
```

Example 10

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture_one_actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/9qjnvr5wi3ew0001"
  ],
  "id": "http://pasture_one_actor/actor/aDN4MXUn2Ys",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9qjnvr5wi3ew0001"
    ],
    "id": "http://pasture_one_actor/actor/8vU_67aBhMs",
    "published": "2024-03-06T17:55:58Z",
    "content": "<code>code</code>"
  }
}
```


```json title="sharkey"
{
  "id": "9qjnzelspbvn0017",
  "uri": "http://pasture_one_actor/actor/8vU_67aBhMs",
  "url": "http://pasture_one_actor/actor/8vU_67aBhMs",
  "account": {
    "id": "9qjnxfoapbvn0002",
    "username": "actor",
    "acct": "actor@pasture_one_actor",
    "fqn": "actor@pasture_one_actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-03-06T17:54:26.074Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 35,
    "note": "",
    "url": "http://pasture_one_actor/actor",
    "uri": "http://pasture_one_actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><code>code</code></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "`code`",
  "created_at": "2024-03-06T17:55:58.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null
}
```

Example 11

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture_one_actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/9qjnvr5wi3ew0001"
  ],
  "id": "http://pasture_one_actor/actor/Uo5pd0siUrE",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9qjnvr5wi3ew0001"
    ],
    "id": "http://pasture_one_actor/actor/55Iw7HW9cMg",
    "published": "2024-03-06T17:56:00Z",
    "content": "<pre>pre</pre>"
  }
}
```


```json title="sharkey"
{
  "id": "9qjnzg5cpbvn0018",
  "uri": "http://pasture_one_actor/actor/55Iw7HW9cMg",
  "url": "http://pasture_one_actor/actor/55Iw7HW9cMg",
  "account": {
    "id": "9qjnxfoapbvn0002",
    "username": "actor",
    "acct": "actor@pasture_one_actor",
    "fqn": "actor@pasture_one_actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-03-06T17:54:26.074Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 36,
    "note": "",
    "url": "http://pasture_one_actor/actor",
    "uri": "http://pasture_one_actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>pre</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "pre",
  "created_at": "2024-03-06T17:56:00.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null
}
```

Example 12

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture_one_actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/9qjnvr5wi3ew0001"
  ],
  "id": "http://pasture_one_actor/actor/duLxHDH5GuY",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9qjnvr5wi3ew0001"
    ],
    "id": "http://pasture_one_actor/actor/myHFst-a1k8",
    "published": "2024-03-06T17:56:02Z",
    "content": "line<br/>break"
  }
}
```


```json title="sharkey"
{
  "id": "9qjnzhowpbvn0019",
  "uri": "http://pasture_one_actor/actor/myHFst-a1k8",
  "url": "http://pasture_one_actor/actor/myHFst-a1k8",
  "account": {
    "id": "9qjnxfoapbvn0002",
    "username": "actor",
    "acct": "actor@pasture_one_actor",
    "fqn": "actor@pasture_one_actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-03-06T17:54:26.074Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 37,
    "note": "",
    "url": "http://pasture_one_actor/actor",
    "uri": "http://pasture_one_actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>line<br>break</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "line\nbreak",
  "created_at": "2024-03-06T17:56:02.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null
}
```

Example 13

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture_one_actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/9qjnvr5wi3ew0001"
  ],
  "id": "http://pasture_one_actor/actor/lS4oVp5c5lI",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9qjnvr5wi3ew0001"
    ],
    "id": "http://pasture_one_actor/actor/01mcNsGAaY8",
    "published": "2024-03-06T17:56:05Z",
    "content": "<p>paragraph</p>"
  }
}
```


```json title="sharkey"
{
  "id": "9qjnzk08pbvn001a",
  "uri": "http://pasture_one_actor/actor/01mcNsGAaY8",
  "url": "http://pasture_one_actor/actor/01mcNsGAaY8",
  "account": {
    "id": "9qjnxfoapbvn0002",
    "username": "actor",
    "acct": "actor@pasture_one_actor",
    "fqn": "actor@pasture_one_actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-03-06T17:54:26.074Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 38,
    "note": "",
    "url": "http://pasture_one_actor/actor",
    "uri": "http://pasture_one_actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>paragraph</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "paragraph",
  "created_at": "2024-03-06T17:56:05.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null
}
```

Example 14

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture_one_actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/9qjnvr5wi3ew0001"
  ],
  "id": "http://pasture_one_actor/actor/MWBTwVxZd4Q",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9qjnvr5wi3ew0001"
    ],
    "id": "http://pasture_one_actor/actor/4cNEyJ6Ajfo",
    "published": "2024-03-06T17:56:07Z",
    "content": "<small>small</small>"
  }
}
```


```json title="sharkey"
{
  "id": "9qjnzljspbvn001b",
  "uri": "http://pasture_one_actor/actor/4cNEyJ6Ajfo",
  "url": "http://pasture_one_actor/actor/4cNEyJ6Ajfo",
  "account": {
    "id": "9qjnxfoapbvn0002",
    "username": "actor",
    "acct": "actor@pasture_one_actor",
    "fqn": "actor@pasture_one_actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-03-06T17:54:26.074Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 39,
    "note": "",
    "url": "http://pasture_one_actor/actor",
    "uri": "http://pasture_one_actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><small><span>small</span></small></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "<small>small</small>",
  "created_at": "2024-03-06T17:56:07.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null
}
```

Example 15

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture_one_actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/9qjnvr5wi3ew0001"
  ],
  "id": "http://pasture_one_actor/actor/IpgQaqnacfI",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9qjnvr5wi3ew0001"
    ],
    "id": "http://pasture_one_actor/actor/vrT79UUOLKA",
    "published": "2024-03-06T17:56:09Z",
    "content": "<sup>sup</sup>"
  }
}
```


```json title="sharkey"
{
  "id": "9qjnzn3cpbvn001c",
  "uri": "http://pasture_one_actor/actor/vrT79UUOLKA",
  "url": "http://pasture_one_actor/actor/vrT79UUOLKA",
  "account": {
    "id": "9qjnxfoapbvn0002",
    "username": "actor",
    "acct": "actor@pasture_one_actor",
    "fqn": "actor@pasture_one_actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-03-06T17:54:26.074Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 40,
    "note": "",
    "url": "http://pasture_one_actor/actor",
    "uri": "http://pasture_one_actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>sup</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "sup",
  "created_at": "2024-03-06T17:56:09.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null
}
```

Example 16

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture_one_actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/9qjnvr5wi3ew0001"
  ],
  "id": "http://pasture_one_actor/actor/kkDwiL8XcF8",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9qjnvr5wi3ew0001"
    ],
    "id": "http://pasture_one_actor/actor/yUkBity6PsU",
    "published": "2024-03-06T17:56:11Z",
    "content": "<sub>sub</sub>"
  }
}
```


```json title="sharkey"
{
  "id": "9qjnzomwpbvn001d",
  "uri": "http://pasture_one_actor/actor/yUkBity6PsU",
  "url": "http://pasture_one_actor/actor/yUkBity6PsU",
  "account": {
    "id": "9qjnxfoapbvn0002",
    "username": "actor",
    "acct": "actor@pasture_one_actor",
    "fqn": "actor@pasture_one_actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-03-06T17:54:26.074Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 41,
    "note": "",
    "url": "http://pasture_one_actor/actor",
    "uri": "http://pasture_one_actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>sub</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "sub",
  "created_at": "2024-03-06T17:56:11.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null
}
```

Example 17

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture_one_actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/9qjnvr5wi3ew0001"
  ],
  "id": "http://pasture_one_actor/actor/cfY0Jlgk3is",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9qjnvr5wi3ew0001"
    ],
    "id": "http://pasture_one_actor/actor/d-CVeKY24O4",
    "published": "2024-03-06T17:56:13Z",
    "content": "<a href='https://funfedi.dev'>funfedi</a>"
  }
}
```


```json title="sharkey"
{
  "id": "9qjnzq6gpbvn001e",
  "uri": "http://pasture_one_actor/actor/d-CVeKY24O4",
  "url": "http://pasture_one_actor/actor/d-CVeKY24O4",
  "account": {
    "id": "9qjnxfoapbvn0002",
    "username": "actor",
    "acct": "actor@pasture_one_actor",
    "fqn": "actor@pasture_one_actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-03-06T17:54:26.074Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 42,
    "note": "",
    "url": "http://pasture_one_actor/actor",
    "uri": "http://pasture_one_actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><a rel=\"nofollow noopener noreferrer\" target=\"_blank\" href=\"https://funfedi.dev\"><span>funfedi</span></a></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "[funfedi](https://funfedi.dev)",
  "created_at": "2024-03-06T17:56:13.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null
}
```

Example 18

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture_one_actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/9qjnvr5wi3ew0001"
  ],
  "id": "http://pasture_one_actor/actor/rV1q_GZ0jvQ",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9qjnvr5wi3ew0001"
    ],
    "id": "http://pasture_one_actor/actor/B2FNnGP14d8",
    "published": "2024-03-06T17:56:16Z",
    "content": "<script>alert('hi');</script>"
  }
}
```


```json title="sharkey"
{
  "id": "9qjnzshspbvn001f",
  "uri": "http://pasture_one_actor/actor/B2FNnGP14d8",
  "url": "http://pasture_one_actor/actor/B2FNnGP14d8",
  "account": {
    "id": "9qjnxfoapbvn0002",
    "username": "actor",
    "acct": "actor@pasture_one_actor",
    "fqn": "actor@pasture_one_actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-03-06T17:54:26.074Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 43,
    "note": "",
    "url": "http://pasture_one_actor/actor",
    "uri": "http://pasture_one_actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>alert('hi');</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "alert('hi');",
  "created_at": "2024-03-06T17:56:16.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null
}
```

Example 19

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture_one_actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/9qjnvr5wi3ew0001"
  ],
  "id": "http://pasture_one_actor/actor/NwNcVFHYPUQ",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9qjnvr5wi3ew0001"
    ],
    "id": "http://pasture_one_actor/actor/_pgNEHhIBFo",
    "published": "2024-03-06T17:56:18Z",
    "content": "<img src=\"http://pasture_one_actor/assets/nlnet.png\" alt=\"NLNET Logo\" />"
  }
}
```


```json title="sharkey"
{
  "id": "9qjnzu1cpbvn001g",
  "uri": "http://pasture_one_actor/actor/_pgNEHhIBFo",
  "url": "http://pasture_one_actor/actor/_pgNEHhIBFo",
  "account": {
    "id": "9qjnxfoapbvn0002",
    "username": "actor",
    "acct": "actor@pasture_one_actor",
    "fqn": "actor@pasture_one_actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-03-06T17:54:26.074Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 44,
    "note": "",
    "url": "http://pasture_one_actor/actor",
    "uri": "http://pasture_one_actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "",
  "content_type": "text/x.misskeymarkdown",
  "text": null,
  "created_at": "2024-03-06T17:56:18.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null
}
```

Example 20

no result

no result