From 6682f9307c69dfd0b1473a91bdf07a7243611778 Mon Sep 17 00:00:00 2001 From: Akira Yokochi Date: Wed, 31 Jan 2024 22:16:12 +0900 Subject: [PATCH] fix rst syntax --- docs/source/Match Variables/Indicators.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/Match Variables/Indicators.rst b/docs/source/Match Variables/Indicators.rst index bfa771d..3440170 100644 --- a/docs/source/Match Variables/Indicators.rst +++ b/docs/source/Match Variables/Indicators.rst @@ -78,7 +78,7 @@ Result:: } As you can see, the ipv6 part of vrf configuration was matched as well, which wasn't what we wanted. -A possible solution would be to use``_exact_`` to indicate that "ipv4" should be matched exactly. +A possible solution would be to use ``_exact_`` to indicate that "ipv4" should be matched exactly. Template with ``_exact_``:: @@ -112,7 +112,7 @@ However, if ``_exact_space_`` is present in any match variable within a line, sp _start_ ------------------------------------------------------------------------------ -``{{ name | _start_ }}`` or {{ _start_ }} +``{{ name | _start_ }}`` or ``{{ _start_ }}`` Explicitly indicates the start of the group by matching a certain line, or even multiple lines.