Amon@lemmy.world to Fediverse@lemmy.worldEnglish · 2 days agoBy the way, you can have Markdown in Lemmy post titlesmessage-squaremessage-square45fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-squareBy the way, you can have Markdown in Lemmy post titlesAmon@lemmy.world to Fediverse@lemmy.worldEnglish · 2 days agomessage-square45fedilink
minus-squareAndrew@piefed.sociallinkfedilinkEnglisharrow-up0·2 days agoYes - it’s easy to do from a command line. For this post, it would be: curl --header 'accept: application/activity+json' --location https://lemmy.world/post/24241974 | jq . it looks like { “@context”: [ “https://join-lemmy.org/context.json”, “https://www.w3.org/ns/activitystreams” ], “type”: “Page”, “id”: “https://lemmy.world/post/24241974”, “attributedTo”: “https://lemmy.world/u/amon”, “to”: [ “https://lemmy.world/c/fediverse”, “https://www.w3.org/ns/activitystreams#Public” ], “name”: “By the way, you can have Markdown in Lemmy post titles”, “cc”: [], “mediaType”: “text/html”, “attachment”: [], “commentsEnabled”: true, “sensitive”: false, “published”: “2025-01-13T20:48:50.824942Z”, “language”: { “identifier”: “en”, “name”: “English” }, “audience”: “https://lemmy.world/c/fediverse” }
Yes - it’s easy to do from a command line. For this post, it would be:
curl --header 'accept: application/activity+json' --location https://lemmy.world/post/24241974 | jq .
it looks like
{
“@context”: [
“https://join-lemmy.org/context.json”,
“https://www.w3.org/ns/activitystreams”
],
“type”: “Page”,
“id”: “https://lemmy.world/post/24241974”,
“attributedTo”: “https://lemmy.world/u/amon”,
“to”: [
“https://lemmy.world/c/fediverse”,
“https://www.w3.org/ns/activitystreams#Public”
],
“name”: “By the way, you can have
Markdown
in Lemmy post titles”,“cc”: [],
“mediaType”: “text/html”,
“attachment”: [],
“commentsEnabled”: true,
“sensitive”: false,
“published”: “2025-01-13T20:48:50.824942Z”,
“language”: {
“identifier”: “en”,
“name”: “English”
},
“audience”: “https://lemmy.world/c/fediverse”
}