Skip to content

Commit 7aa41ef

Browse files
committed
docs: add missing code-block highlights
1 parent c0b0511 commit 7aa41ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Basic_setup/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ $ git status
258258

259259
Check the results to see if any files are marked as "modified". For example:
260260

261-
```
261+
``` output
262262
modified: .templates/mosquitto/Dockerfile
263263
```
264264

@@ -352,13 +352,13 @@ Cannot create container for service [service name here]: unknown log opt 'max-fi
352352

353353
2. change:
354354

355-
```
355+
``` json
356356
"log-driver": "journald",
357357
```
358358

359359
to:
360360

361-
```
361+
``` json
362362
"log-driver": "json-file",
363363
```
364364

0 commit comments

Comments
 (0)