You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ Arguments may also be specified by name in order to skip optional arguments, e.g
141
141
142
142
{{tlsa:443:ttl=300}}
143
143
144
-
If an argument value needs to contain a colon, it can be escaped with a backslash, e.g. `\:`.
144
+
If an argument value needs to contain a colon, equals sign, or quote, those symbols can be escaped with a backslash, e.g. `\:` or the value may be enclosed in double quotes.
145
145
146
146
Records can be disabled by prepending the record type with `-`.
0 commit comments