mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 00:38:06 +00:00
Fix code block padding in docs
This commit is contained in:
parent
51c7f9eef6
commit
b7abe8d027
1 changed files with 2 additions and 2 deletions
|
|
@ -60,13 +60,13 @@ ip_route_directive:
|
||||||
|
|
||||||
When the query is received, the query target is transformed, resulting in this being sent to the device:
|
When the query is received, the query target is transformed, resulting in this being sent to the device:
|
||||||
|
|
||||||
```
|
```text
|
||||||
show ip route 192.0.2.0 255.255.255.0
|
show ip route 192.0.2.0 255.255.255.0
|
||||||
```
|
```
|
||||||
|
|
||||||
instead of:
|
instead of:
|
||||||
|
|
||||||
```
|
```text
|
||||||
show ip route 192.0.2.0/24
|
show ip route 192.0.2.0/24
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue