fix triple backtick indentation

This commit is contained in:
Adrien Delorme 2019-08-27 13:37:28 +02:00
parent ec52f36af1
commit 94bb33db57
2 changed files with 4 additions and 2 deletions

View File

@ -239,7 +239,8 @@ type Config struct {
// ],
// [ "-device", "virtio-net,netdev=mynet0" ]
// ]
// } ```
// }
// ```
//
// would produce the following (not including other defaults supplied by
// the builder and not otherwise conflicting with the qemuargs):

View File

@ -140,7 +140,8 @@
],
[ "-device", "virtio-net,netdev=mynet0" ]
]
} ```
}
```
would produce the following (not including other defaults supplied by
the builder and not otherwise conflicting with the qemuargs):