Refactored syntax highlighting shortcodes into markdown
This commit is contained in:
parent
9e6bb1a3e5
commit
ea435049b3
71 changed files with 297 additions and 297 deletions
|
@ -9,11 +9,11 @@ tags:
|
|||
|
||||
## Usage example
|
||||
|
||||
{{< highlight sh >}}
|
||||
```sh
|
||||
modprobe nbd max_part=8
|
||||
qemu-nbd -c /dev/nbd0 image.img
|
||||
mount /dev/nbd0p1 /mnt # or vgscan && vgchange -ay
|
||||
[...]
|
||||
umount /mnt
|
||||
qemu-nbd -d /dev/nbd0
|
||||
{{< /highlight >}}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue