It adds “amp;” at the end of it.
You must log in or register to comment.
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 itIs 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