🎨 remove syntax highlighting

This commit is contained in:
DrMaxNix 2024-08-16 23:48:46 +02:00
parent 5ccc62ece2
commit 549a8121e7

View File

@ -62,7 +62,7 @@ Examples:
## Example `/etc/network/interfaces`
#### Host
```bash
```
auto br-vm-test
iface br-vm-test inet static
bridge_ports none
@ -74,7 +74,7 @@ iface br-vm-test inet static
```
#### Guest
```bash
```
auto eth0
iface eth0 inet static
address 192.168.234.2