From b7abe8d027751d2717b93df7d1e69e41e8203c56 Mon Sep 17 00:00:00 2001 From: Daniel Matsson Date: Sat, 17 May 2025 15:51:59 +0200 Subject: [PATCH] Fix code block padding in docs --- docs/pages/plugins.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```