[#58] pre-link MFM content (#59)
[akkoma] / test / fixtures / misskey / mfm_x_format.json
1 {
2 "id": "https://misskey.local.live/notes/92j1n3owja",
3 "type": "Note",
4 "attributedTo": "https://misskey.local.live/users/92hzkskwgy",
5 "summary": null,
6 "content": "<p><a href=\"https://akkoma.local.live/users/akkoma_user\" class=\"u-url mention\">@akkoma_user@akkoma.local.live</a><span> linkifylink </span><a href=\"https://misskey.local.live/tags/dancedance\" rel=\"tag\">#dancedance</a><span> </span><i><span> mfm goes here</span></i><span> <br><br>## aaa</span></p>",
7 "source": {
8 "content": "@akkoma_user linkifylink #dancedance $[jelly mfm goes here] \n\n## aaa",
9 "mediaType": "text/x.misskeymarkdown"
10 },
11 "published": "2022-07-10T15:37:36.368Z",
12 "to": [
13 "https://www.w3.org/ns/activitystreams#Public"
14 ],
15 "cc": [
16 "https://misskey.local.live/users/92hzkskwgy/followers",
17 "http://localhost:4001/users/akkoma_user"
18 ],
19 "inReplyTo": null,
20 "attachment": [],
21 "sensitive": false,
22 "tag": [
23 {
24 "type": "Hashtag",
25 "href": "https://misskey.local.live/tags/dancedance",
26 "name": "#dancedance"
27 },
28 {
29 "type": "Mention",
30 "href": "http://localhost:4001/users/akkoma_user",
31 "name": "@akkoma_user"
32 }
33 ]
34 }