🎨 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` ## Example `/etc/network/interfaces`
#### Host #### Host
```bash ```
auto br-vm-test auto br-vm-test
iface br-vm-test inet static iface br-vm-test inet static
bridge_ports none bridge_ports none
@ -74,7 +74,7 @@ iface br-vm-test inet static
``` ```
#### Guest #### Guest
```bash ```
auto eth0 auto eth0
iface eth0 inet static iface eth0 inet static
address 192.168.234.2 address 192.168.234.2