#Code side by side

5 messages · Page 1 of 1 (latest)

trail swan
#

Hi everyone, I would want to put code content side by side (two columns but without sharing the content among them), like in the following image.
Thanks in advance.

#

I think I figured it out:

#grid(columns: (1fr, 1fr),
```
test
```,
```
test
```
)

#

Also, how can I "?render" this using the bot? Apparently, it doesnt like the backticks

drowsy field
#

You need to use raw() with the bot

#

I'm not sure it's possible to escape the backticks