Skip to content

Commit

Permalink
Merge pull request #118 from akira6592/fix-doc-syntax
Browse files Browse the repository at this point in the history
doc: Fix rst syntax
  • Loading branch information
dmulyalin authored Jan 31, 2024
2 parents 6342907 + 6682f93 commit d6476d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/Match Variables/Indicators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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_``::

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit d6476d3

Please sign in to comment.