Skip to content

Commit 0ddc19b

Browse files
committed
fixed md formatting class header as latex
1 parent 783db77 commit 0ddc19b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/filter_specifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ To evaluate to **True**, either the *if* and *then* conditions must evaluate to
178178

179179
Special variables are reserved criterion names that do not correspond to an instance variable, property, or method on the object. Instead, they return metadata about the object itself. Special variables are identified by the `$` prefix and suffix (e.g., `$CLASS$`).
180180

181-
#### $CLASS$
181+
#### \$CLASS\$
182182

183183
The `$CLASS$` variable returns the class name of the object as a string. It can be used as the criterion in any rule. When used, only the `==` and `!=` operators are supported. Using any other operator with `$CLASS$` will raise a FilterError.
184184

0 commit comments

Comments
 (0)