docs: update syntax highlighting

This commit is contained in:
Markus Küffner
2022-02-15 23:13:51 +01:00
committed by GitHub
parent 301d0b11d5
commit df3199fb9f

View File

@@ -165,7 +165,7 @@ Running the following command will execute
This example mounts an existing build config at `klipper/.config`, preserves your build config (``klipper/.config``), creates a directory ``out`` in your current working directory, and flashes the mcu code onto your device.
```yaml
```
docker run \
--rm \
--volume $(pwd)/config/build.config:/opt/klipper/.config \
@@ -191,4 +191,4 @@ In case Moonraker is not situated on the same Host as Mainsail, you'll have to e
mainsail:
volumes:
- ./config/mainsail.json:/usr/share/nginx/html/config.json
```
```