Skip to content

Commit a166549

Browse files
Robert FeketeRobert Fekete
authored andcommitted
Formatting fixes
1 parent 03a1ba8 commit a166549

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/filterx/filterx-comparing/_index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ In {{% param "product.abbrev" %}} you can compare macro values, templates, and v
1111

1212
Use the following syntax to compare macro values or templates.
1313

14+
```shell
1415
filterx {
1516
"<macro-or-variable-or-expression>" operator "<macro-or-variable-or-expression>";
1617
};
18+
```
1719

1820
## String and numerical comparison
1921

@@ -63,7 +65,8 @@ filterx {${LEVEL} != "emerg"; };
6365

6466
The following example selects messages with priority level higher than 5.
6567

66-
```shellfilterx {
68+
```shell
69+
filterx {
6770
${LEVEL_NUM} > 5;
6871
};
6972
```

0 commit comments

Comments
 (0)