[docs] Fix code blocks overflowing page width (#23829)

Fix code blocks overflowing page width
This commit is contained in:
Joel Challis
2024-05-30 10:00:28 +01:00
committed by GitHub
parent 6ef9717288
commit b39285807e
16 changed files with 312 additions and 165 deletions

View File

@@ -19,7 +19,9 @@ Using the QMK installation script, detailed [here](newbs_getting_started), the r
To flash via the command line, use the target `:bootloadhid` by executing the following command:
make <keyboard>:<keymap>:bootloadhid
```
make <keyboard>:<keymap>:bootloadhid
```
## GUI Flashing