Extra HTML Tags¶
This set of HTML tags contains tags that are probably safe to support, but not necessary for Note objects. Here, we take the attitude that a Note is something akin to a a microblogging post.
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 |
---|---|---|
<small>small</small> |
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 |
<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": "<small>small</small>",
"id": "http://actor.example/object/URwE61QNL3s",
"published": "2025-10-04T11:50:25Z",
"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": "<h1>h1</h1>",
"id": "http://actor.example/object/VU9lPm7VdlE",
"published": "2025-10-04T11:50:25Z",
"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": "<h2>h2</h2>",
"id": "http://actor.example/object/n6jt1yohiIw",
"published": "2025-10-04T11:50:25Z",
"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": "<h3>h3</h3>",
"id": "http://actor.example/object/erMzpxHoejI",
"published": "2025-10-04T11:50:25Z",
"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": "<h4>h4</h4>",
"id": "http://actor.example/object/lkA5Jm6ycuI",
"published": "2025-10-04T11:50:25Z",
"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": "<h5>h5</h5>",
"id": "http://actor.example/object/p-WU0IkSPF4",
"published": "2025-10-04T11:50:25Z",
"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": "<sup>sup</sup>",
"id": "http://actor.example/object/k1zW0-xcuUE",
"published": "2025-10-04T11:50:25Z",
"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": "<sub>sub</sub>",
"id": "http://actor.example/object/qfKrCJPnqsE",
"published": "2025-10-04T11:50:25Z",
"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/MZoRJP-doVA",
"object": {
"attributedTo": "http://actor.example",
"content": "<small>small</small>",
"id": "http://actor.example/object/9ajReQqwFko",
"published": "2025-10-04T11:50:25Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-10-04T11:50:25Z",
"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/NOUoP7KKe2k",
"object": {
"attributedTo": "http://actor.example",
"content": "<h1>h1</h1>",
"id": "http://actor.example/object/V8ltCexMvxk",
"published": "2025-10-04T11:50:25Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-10-04T11:50:25Z",
"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/g9ASjV0Yuso",
"object": {
"attributedTo": "http://actor.example",
"content": "<h2>h2</h2>",
"id": "http://actor.example/object/F6waNzzuOYg",
"published": "2025-10-04T11:50:25Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-10-04T11:50:25Z",
"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/HoYeCvYiLjY",
"object": {
"attributedTo": "http://actor.example",
"content": "<h3>h3</h3>",
"id": "http://actor.example/object/zPyimR3_LMg",
"published": "2025-10-04T11:50:25Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-10-04T11:50:25Z",
"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/HukQQU3uhI0",
"object": {
"attributedTo": "http://actor.example",
"content": "<h4>h4</h4>",
"id": "http://actor.example/object/6gjXe1F6GNc",
"published": "2025-10-04T11:50:25Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-10-04T11:50:25Z",
"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/21OAWS_BF78",
"object": {
"attributedTo": "http://actor.example",
"content": "<h5>h5</h5>",
"id": "http://actor.example/object/KErnWsWaDiU",
"published": "2025-10-04T11:50:25Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-10-04T11:50:25Z",
"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/AcnBshTv3y0",
"object": {
"attributedTo": "http://actor.example",
"content": "<sup>sup</sup>",
"id": "http://actor.example/object/8Y3akLsZz50",
"published": "2025-10-04T11:50:25Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-10-04T11:50:25Z",
"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/iGCE1AnOSmA",
"object": {
"attributedTo": "http://actor.example",
"content": "<sub>sub</sub>",
"id": "http://actor.example/object/YMyjb6ZALLM",
"published": "2025-10-04T11:50:25Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-10-04T11:50:25Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Create"
}