Is there a way to format block code using markdown on #qoto? Triple backticks don't seem to work:
```
def mean(a, b):
sum = a + b
return sum / 2
```
@freemo
Markdown code needs some looking at, it's got some bugs including this one.
@trinsec @freemo @peterdrake Also, non-QOTO users will see this as plain text (without the markdown characters) - it would be ideal if they say the markdown rather than plain text
@trinsec @freemo @peterdrake *saw (until the Edit button comes)
Thats largely for your instance's software to decide. Gargron refused to render the markdownn, other clients might render it.
Oh no it **is** passed on to the server. your server just ignores it and drops it and refuses to render it.