Remove <br> from blockquotes to accomodate Gitea markdown processing

This commit is contained in:
2025-01-24 10:51:14 +01:00
parent 42e42b9a1b
commit 913ceb339e
8 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# Common errors/problems
> **Note**<br>
> **Note**
> The following page is based on version `1.0.0` of BrickTracker.
## I need a password to access some pages
@@ -36,7 +36,7 @@ services:
env_file: ".env"
```
> **Warning**<br>
> **Warning**
> Do not use quotes (", ') around your environment variables.
> Docker will interpret them has being part of the **value** of the environment variable.
> For instance...