fix triple backtick indentation
This commit is contained in:
parent
ec52f36af1
commit
94bb33db57
|
@ -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):
|
||||
|
|
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue