diff --git a/docs/pages/plugins.mdx b/docs/pages/plugins.mdx index 2f256f8..adc5087 100644 --- a/docs/pages/plugins.mdx +++ b/docs/pages/plugins.mdx @@ -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: -``` +```text show ip route 192.0.2.0 255.255.255.0 ``` instead of: -``` +```text show ip route 192.0.2.0/24 ```