Refactored syntax highlighting shortcodes into markdown
This commit is contained in:
parent
9e6bb1a3e5
commit
ea435049b3
71 changed files with 297 additions and 297 deletions
|
@ -8,14 +8,14 @@ tags:
|
|||
|
||||
## How to
|
||||
|
||||
{{< highlight sh >}}
|
||||
```sh
|
||||
tc qdisc show dev eth0
|
||||
tc qdisc add dev eth0 root netem delay 200ms
|
||||
tc qdisc show dev eth0
|
||||
|
||||
tc qdisc delete dev eth0 root netem delay 200ms
|
||||
tc qdisc show dev eth0
|
||||
{{< /highlight >}}
|
||||
```
|
||||
|
||||
## References
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue