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.

Examples

Example 1

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://misskey/users/acbvxoc67a2y0003"
  ],
  "id": "http://pasture-one-actor/activity/qr9UQPrTSq0",
  "published": "2025-09-06T13:51:27Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acbvxoc67a2y0003"
    ],
    "id": "http://pasture-one-actor/object/iOiUWVjk6VQ",
    "published": "2025-09-06T13:51:27Z",
    "content": "<b>bold</b>"
  }
}
misskey
{
  "id": "acbvzme0nd1t000u",
  "createdAt": "2025-09-06T13:51:27.000Z",
  "userId": "acbvz9wond1t0003",
  "user": {
    "id": "acbvz9wond1t0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "**bold**",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/iOiUWVjk6VQ",
  "clippedCount": 0
}

Example 2

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://misskey/users/acbvxoc67a2y0003"
  ],
  "id": "http://pasture-one-actor/activity/r6aDI17W-Ao",
  "published": "2025-09-06T13:51:28Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acbvxoc67a2y0003"
    ],
    "id": "http://pasture-one-actor/object/D1yABjjrnr0",
    "published": "2025-09-06T13:51:28Z",
    "content": "<strong>strong</strong>"
  }
}
misskey
{
  "id": "acbvzn5snd1t000v",
  "createdAt": "2025-09-06T13:51:28.000Z",
  "userId": "acbvz9wond1t0003",
  "user": {
    "id": "acbvz9wond1t0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "**strong**",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/D1yABjjrnr0",
  "clippedCount": 0
}

Example 3

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://misskey/users/acbvxoc67a2y0003"
  ],
  "id": "http://pasture-one-actor/activity/h5_-ApoVUZI",
  "published": "2025-09-06T13:51:28Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acbvxoc67a2y0003"
    ],
    "id": "http://pasture-one-actor/object/znNs6QA7wvU",
    "published": "2025-09-06T13:51:28Z",
    "content": "<i>italic</i>"
  }
}
misskey
{
  "id": "acbvzn5snd1t000w",
  "createdAt": "2025-09-06T13:51:28.000Z",
  "userId": "acbvz9wond1t0003",
  "user": {
    "id": "acbvz9wond1t0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "<i>italic</i>",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/znNs6QA7wvU",
  "clippedCount": 0
}

Example 4

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://misskey/users/acbvxoc67a2y0003"
  ],
  "id": "http://pasture-one-actor/activity/S32K7qQ2fvQ",
  "published": "2025-09-06T13:51:29Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acbvxoc67a2y0003"
    ],
    "id": "http://pasture-one-actor/object/6Dm0rDjQAZE",
    "published": "2025-09-06T13:51:29Z",
    "content": "<em>emphasis</em>"
  }
}
misskey
{
  "id": "acbvznxknd1t000x",
  "createdAt": "2025-09-06T13:51:29.000Z",
  "userId": "acbvz9wond1t0003",
  "user": {
    "id": "acbvz9wond1t0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "<i>emphasis</i>",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/6Dm0rDjQAZE",
  "clippedCount": 0
}

Example 5

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://misskey/users/acbvxoc67a2y0003"
  ],
  "id": "http://pasture-one-actor/activity/XZV6K0PrtRA",
  "published": "2025-09-06T13:51:30Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acbvxoc67a2y0003"
    ],
    "id": "http://pasture-one-actor/object/RGkc2J3XXI4",
    "published": "2025-09-06T13:51:30Z",
    "content": "<s>stricken</s>"
  }
}
misskey
{
  "id": "acbvzopcnd1t000y",
  "createdAt": "2025-09-06T13:51:30.000Z",
  "userId": "acbvz9wond1t0003",
  "user": {
    "id": "acbvz9wond1t0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "~~stricken~~",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/RGkc2J3XXI4",
  "clippedCount": 0
}

Example 6

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://misskey/users/acbvxoc67a2y0003"
  ],
  "id": "http://pasture-one-actor/activity/Zm5l7edNslY",
  "published": "2025-09-06T13:51:30Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acbvxoc67a2y0003"
    ],
    "id": "http://pasture-one-actor/object/iA59fa-ic8Q",
    "published": "2025-09-06T13:51:30Z",
    "content": "<ol><li>ordered</li></ol>"
  }
}
misskey
{
  "id": "acbvzopcnd1t000z",
  "createdAt": "2025-09-06T13:51:30.000Z",
  "userId": "acbvz9wond1t0003",
  "user": {
    "id": "acbvz9wond1t0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "ordered",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/iA59fa-ic8Q",
  "clippedCount": 0
}

Example 7

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://misskey/users/acbvxoc67a2y0003"
  ],
  "id": "http://pasture-one-actor/activity/8ImgVqfnyHQ",
  "published": "2025-09-06T13:51:31Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acbvxoc67a2y0003"
    ],
    "id": "http://pasture-one-actor/object/0bp4IM6DryI",
    "published": "2025-09-06T13:51:31Z",
    "content": "<ul><li>unordered</li></ul>"
  }
}
misskey
{
  "id": "acbvzph4nd1t0010",
  "createdAt": "2025-09-06T13:51:31.000Z",
  "userId": "acbvz9wond1t0003",
  "user": {
    "id": "acbvz9wond1t0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "unordered",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/0bp4IM6DryI",
  "clippedCount": 0
}

Example 8

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://misskey/users/acbvxoc67a2y0003"
  ],
  "id": "http://pasture-one-actor/activity/dtfwxh5tP30",
  "published": "2025-09-06T13:51:32Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acbvxoc67a2y0003"
    ],
    "id": "http://pasture-one-actor/object/kPc23N82KUo",
    "published": "2025-09-06T13:51:32Z",
    "content": "<h1>h1</h1>"
  }
}
misskey
{
  "id": "acbvzq8wnd1t0011",
  "createdAt": "2025-09-06T13:51:32.000Z",
  "userId": "acbvz9wond1t0003",
  "user": {
    "id": "acbvz9wond1t0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "\u3010h1\u3011",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/kPc23N82KUo",
  "clippedCount": 0
}

Example 9

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://misskey/users/acbvxoc67a2y0003"
  ],
  "id": "http://pasture-one-actor/activity/mVpzoU1hMB4",
  "published": "2025-09-06T13:51:33Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acbvxoc67a2y0003"
    ],
    "id": "http://pasture-one-actor/object/7rVgtMJ-0fg",
    "published": "2025-09-06T13:51:33Z",
    "content": "<h2>h2</h2>"
  }
}
misskey
{
  "id": "acbvzr0ond1t0012",
  "createdAt": "2025-09-06T13:51:33.000Z",
  "userId": "acbvz9wond1t0003",
  "user": {
    "id": "acbvz9wond1t0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "h2",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/7rVgtMJ-0fg",
  "clippedCount": 0
}

Example 10

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://misskey/users/acbvxoc67a2y0003"
  ],
  "id": "http://pasture-one-actor/activity/xgzV3LeH27Y",
  "published": "2025-09-06T13:51:33Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acbvxoc67a2y0003"
    ],
    "id": "http://pasture-one-actor/object/UE9s0-sI0og",
    "published": "2025-09-06T13:51:33Z",
    "content": "<h3>h3</h3>"
  }
}
misskey
{
  "id": "acbvzr0ond1t0013",
  "createdAt": "2025-09-06T13:51:33.000Z",
  "userId": "acbvz9wond1t0003",
  "user": {
    "id": "acbvz9wond1t0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "h3",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/UE9s0-sI0og",
  "clippedCount": 0
}

Example 11

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://misskey/users/acbvxoc67a2y0003"
  ],
  "id": "http://pasture-one-actor/activity/F2_-RVk26Cc",
  "published": "2025-09-06T13:51:34Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acbvxoc67a2y0003"
    ],
    "id": "http://pasture-one-actor/object/Wuhge0V4DKA",
    "published": "2025-09-06T13:51:34Z",
    "content": "<h4>h4</h4>"
  }
}
misskey
{
  "id": "acbvzrsgnd1t0014",
  "createdAt": "2025-09-06T13:51:34.000Z",
  "userId": "acbvz9wond1t0003",
  "user": {
    "id": "acbvz9wond1t0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "h4",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/Wuhge0V4DKA",
  "clippedCount": 0
}

Example 12

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://misskey/users/acbvxoc67a2y0003"
  ],
  "id": "http://pasture-one-actor/activity/zHgL-IooGL4",
  "published": "2025-09-06T13:51:35Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acbvxoc67a2y0003"
    ],
    "id": "http://pasture-one-actor/object/xHo8dOT57Lo",
    "published": "2025-09-06T13:51:35Z",
    "content": "<h5>h5</h5>"
  }
}
misskey
{
  "id": "acbvzsk8nd1t0015",
  "createdAt": "2025-09-06T13:51:35.000Z",
  "userId": "acbvz9wond1t0003",
  "user": {
    "id": "acbvz9wond1t0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "h5",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/xHo8dOT57Lo",
  "clippedCount": 0
}

Example 13

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://misskey/users/acbvxoc67a2y0003"
  ],
  "id": "http://pasture-one-actor/activity/dnNLFiDhhwU",
  "published": "2025-09-06T13:51:35Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acbvxoc67a2y0003"
    ],
    "id": "http://pasture-one-actor/object/Nx99JrXYAnA",
    "published": "2025-09-06T13:51:35Z",
    "content": "<code>code</code>"
  }
}
misskey
{
  "id": "acbvzsk8nd1t0016",
  "createdAt": "2025-09-06T13:51:35.000Z",
  "userId": "acbvz9wond1t0003",
  "user": {
    "id": "acbvz9wond1t0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "`code`",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/Nx99JrXYAnA",
  "clippedCount": 0
}

Example 14

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://misskey/users/acbvxoc67a2y0003"
  ],
  "id": "http://pasture-one-actor/activity/Rk_qfwnuo5k",
  "published": "2025-09-06T13:51:36Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acbvxoc67a2y0003"
    ],
    "id": "http://pasture-one-actor/object/W-ppeWZh9pE",
    "published": "2025-09-06T13:51:36Z",
    "content": "<pre>pre</pre>"
  }
}
misskey
{
  "id": "acbvztc0nd1t0017",
  "createdAt": "2025-09-06T13:51:36.000Z",
  "userId": "acbvz9wond1t0003",
  "user": {
    "id": "acbvz9wond1t0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "pre",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/W-ppeWZh9pE",
  "clippedCount": 0
}

Example 15

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://misskey/users/acbvxoc67a2y0003"
  ],
  "id": "http://pasture-one-actor/activity/7u6Mpg9aRPg",
  "published": "2025-09-06T13:51:37Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acbvxoc67a2y0003"
    ],
    "id": "http://pasture-one-actor/object/av4QhHYWK50",
    "published": "2025-09-06T13:51:37Z",
    "content": "<blockquote>blockquote</blockquote>"
  }
}
misskey
{
  "id": "acbvzu3snd1t0018",
  "createdAt": "2025-09-06T13:51:37.000Z",
  "userId": "acbvz9wond1t0003",
  "user": {
    "id": "acbvz9wond1t0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "> blockquote",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/av4QhHYWK50",
  "clippedCount": 0
}

Example 16

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://misskey/users/acbvxoc67a2y0003"
  ],
  "id": "http://pasture-one-actor/activity/OfqCq8UjfLw",
  "published": "2025-09-06T13:51:37Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acbvxoc67a2y0003"
    ],
    "id": "http://pasture-one-actor/object/nf8wJcNwelA",
    "published": "2025-09-06T13:51:37Z",
    "content": "line<br>break"
  }
}
misskey
{
  "id": "acbvzu3snd1t0019",
  "createdAt": "2025-09-06T13:51:37.000Z",
  "userId": "acbvz9wond1t0003",
  "user": {
    "id": "acbvz9wond1t0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "line\nbreak",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/nf8wJcNwelA",
  "clippedCount": 0
}

Example 17

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://misskey/users/acbvxoc67a2y0003"
  ],
  "id": "http://pasture-one-actor/activity/x8kMRRg5XJk",
  "published": "2025-09-06T13:51:38Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acbvxoc67a2y0003"
    ],
    "id": "http://pasture-one-actor/object/00Zhvs10vh0",
    "published": "2025-09-06T13:51:38Z",
    "content": "<p>paragraph</p>"
  }
}
misskey
{
  "id": "acbvzuvknd1t001a",
  "createdAt": "2025-09-06T13:51:38.000Z",
  "userId": "acbvz9wond1t0003",
  "user": {
    "id": "acbvz9wond1t0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "paragraph",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/00Zhvs10vh0",
  "clippedCount": 0
}

Example 18

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://misskey/users/acbvxoc67a2y0003"
  ],
  "id": "http://pasture-one-actor/activity/JpAPY6lhVAQ",
  "published": "2025-09-06T13:51:39Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acbvxoc67a2y0003"
    ],
    "id": "http://pasture-one-actor/object/YJmzgdTC9YY",
    "published": "2025-09-06T13:51:39Z",
    "content": "<small>small</small>"
  }
}
misskey
{
  "id": "acbvzvncnd1t001b",
  "createdAt": "2025-09-06T13:51:39.000Z",
  "userId": "acbvz9wond1t0003",
  "user": {
    "id": "acbvz9wond1t0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "<small>small</small>",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/YJmzgdTC9YY",
  "clippedCount": 0
}

Example 19

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://misskey/users/acbvxoc67a2y0003"
  ],
  "id": "http://pasture-one-actor/activity/kIxm5JcyIrY",
  "published": "2025-09-06T13:51:39Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acbvxoc67a2y0003"
    ],
    "id": "http://pasture-one-actor/object/3fmANwQpFcg",
    "published": "2025-09-06T13:51:39Z",
    "content": "<sup>sup</sup>"
  }
}
misskey
{
  "id": "acbvzvncnd1t001c",
  "createdAt": "2025-09-06T13:51:39.000Z",
  "userId": "acbvz9wond1t0003",
  "user": {
    "id": "acbvz9wond1t0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "sup",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/3fmANwQpFcg",
  "clippedCount": 0
}

Example 20

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://misskey/users/acbvxoc67a2y0003"
  ],
  "id": "http://pasture-one-actor/activity/5cil25wIIb0",
  "published": "2025-09-06T13:51:40Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acbvxoc67a2y0003"
    ],
    "id": "http://pasture-one-actor/object/Rb6mxBwM_T0",
    "published": "2025-09-06T13:51:40Z",
    "content": "<sub>sub</sub>"
  }
}
misskey
{
  "id": "acbvzwf4nd1t001d",
  "createdAt": "2025-09-06T13:51:40.000Z",
  "userId": "acbvz9wond1t0003",
  "user": {
    "id": "acbvz9wond1t0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "sub",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/Rb6mxBwM_T0",
  "clippedCount": 0
}