When I paste the following code into a note, it displays perfectly fine until I leave the note and come back. At that point the code is broken up into multiple headers assumably because of the # signs.
Here's the code:
> `# Timezone
> TZ=America/New_York
>
> # Booklore
> PORT=6060
> APP_USER_ID=1000
> APP_GROUP_ID=1000
>
> # Database
> DB_USER=grimmory
> DB_PASSWORD=secret_password
> MYSQL_DATABASE=booklore
> MYSQL_ROOT_PASSWORD=secret_password
>
> # MariaDB container IDs
> DB_USER_ID=1000
> DB_GROUP_ID=1000
>
> # Database connection
> DATABASE_URL=jdbc:mariadb://mariadb:3306/grimmory`
I had to mess around to even get it to display correctly in this Issue, hence the > in front of every line.