Fix markdown in docs for podman-network-create

Signed-off-by: iczero <iczero4@gmail.com>
This commit is contained in:
iczero
2023-07-18 13:47:05 -07:00
parent 7791ffd215
commit 3d6bc2f865

View File

@ -129,7 +129,7 @@ Additionally the `macvlan` driver supports the `bclim` option:
#### **--route**=*route*
A static route in the format <destination in CIDR notation>,<gateway>,<route metric (optional)>. This route will be added to every container in this network. Only available with the netavark backend. It can be specified multiple times if more than one static route is desired.
A static route in the format `<destination in CIDR notation>,<gateway>,<route metric (optional)>`. This route will be added to every container in this network. Only available with the netavark backend. It can be specified multiple times if more than one static route is desired.
#### **--subnet**=*subnet*