@s_gruppetta Also, did you put in a newline after the ```?
It should be like this:
```
Test
```
In a test DM to myself it worked out fine.
@trinsec Sorry, only newlines not preserved
@s_gruppetta Ah! That oughta be a bug! @freemo could you investigate this issue?
@trinsec But what you're doing there, I think, is first a pair of backticks with nothin in, then another pair with Test, and then another empty pair
if you try to put a block of code, newlines and whitespace is not preserved
```
This is first line
This is second line
And this is an indented line
```