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,13 +8,13 @@ tags:
|
|||
|
||||
## Graph manually
|
||||
|
||||
{{< highlight sh >}}
|
||||
```sh
|
||||
for i in `ls`; do
|
||||
rrdtool graph $i.png -w 1024 -h 768 -a PNG --slope-mode --font DEFAULT:7: \
|
||||
--start -3days --end now DEF:in=$i:netin:MAX DEF:out=$i:netout:MAX \
|
||||
LINE1:in#0000FF:"in" LINE1:out#00FF00:"out"
|
||||
done
|
||||
{{< /highlight >}}
|
||||
```
|
||||
|
||||
## References
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue