The mad thing is that it even does this if you try to escape a comment with backticks (Markdown for ‘code’)
So if you want to say, “this is how you use the Lemmy API:” https://lemmy.world/api/v3/community?jwt="asfsdfsdf"&community="support"
it mashes the ampersand in it
The mad thing is that it even does this if you try to escape a comment with backticks (Markdown for ‘code’)
So if you want to say, “this is how you use the Lemmy API:”
https://lemmy.world/api/v3/community?jwt="asfsdfsdf"&community="support"
it mashes the ampersand in it
Is there a way around that? I’d like to type in some ampersands in a code block.
All I could find is this open issue: https://github.com/LemmyNet/lemmy-ui/issues/2105