Hello,
I've found that every first line of bash code start with a space.
For exemple, for the code :
```bash
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.8 python3.8-dev python3.8-venv
(This code is followed by tree backquote but I don't know how to display them here...)
The result here :

When I add a new line the space does not show anymore.

```bash
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.8 python3.8-dev python3.8-venv
BTW : Thanks for this awsome theme !
Hello,
I've found that every first line of bash code start with a space.
For exemple, for the code :
(This code is followed by tree backquote but I don't know how to display them here...)
The result here :

When I add a new line the space does not show anymore.

BTW : Thanks for this awsome theme !