Fixed formatting of a list.

This commit is contained in:
Jamie Hardt
2023-11-04 10:43:21 -07:00
parent 17b87b6e69
commit 7b38449a5f

View File

@@ -27,6 +27,7 @@ The row output for this clip will contain columns for the values:
These fields can be defined in the clip name in three ways:
* `$NAME=VALUE` creates a field named `NAME` with a one-word value `VALUE`.
* `{NAME=VALUE}` creates a field named `NAME` with the value `VALUE`. `VALUE`
in this case may contain spaces or any chartacter up to the closing bracket.