nutomic@lemmy.mltoFediverse@lemmy.world•By the way, you can have `Markdown` in Lemmy post titlesEnglish
2·
19 hours agoThe Lemmy backend doesnt treat this field as markdown, if you look at the Activitypub data (curl -H "Accept: application/activity+json" https://lemmy.world/post/24241974 | jq
) the title is federated as plaintext. Only lemmy-ui decides to render it as markdown for some reason.
You can do this with
/api/v3/community/hide
, or in the database by settingcommunity.hidden
. Unfortunately this is not available from lemmy-ui yet.@[email protected]