Skip to content

Commit

Permalink
Fix li tags in the Regular expressions section
Browse files Browse the repository at this point in the history
  • Loading branch information
itchyny committed Jun 12, 2020
1 parent b1286ab commit 5a18712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/content/manual/v1.5/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1970,6 +1970,7 @@ sections:
STRING | FILTER( [REGEX, FLAGS] )
where:
* STRING, REGEX and FLAGS are jq strings and subject to jq string interpolation;
* REGEX, after string interpolation, should be a valid PCRE regex;
* FILTER is one of `test`, `match`, or `capture`, as described below.
Expand Down
1 change: 1 addition & 0 deletions docs/content/manual/v1.6/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2263,6 +2263,7 @@ sections:
STRING | FILTER( [REGEX, FLAGS] )
where:
* STRING, REGEX and FLAGS are jq strings and subject to jq string interpolation;
* REGEX, after string interpolation, should be a valid PCRE regex;
* FILTER is one of `test`, `match`, or `capture`, as described below.
Expand Down

0 comments on commit 5a18712

Please sign in to comment.