We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f8c70 commit d551f1bCopy full SHA for d551f1b
draft-marchan-kdl2.md
@@ -329,9 +329,7 @@ IEEE 754-2008 decimal floating point numbers
329
- `uuid`: RFC4122 UUID.
330
- `regex`: Regular expression. Specific patterns may be implementation-dependent.
331
- `base64`: A Base64-encoded string, denoting arbitrary binary data.
332
-- `base85`: An [`Ascii85`](https://en.wikipedia.org/wiki/Ascii85)-encoded
333
- string, denoting arbitrary binary data. `"` and `\` will need to be
334
- escaped if using Quoted Strings ({{quoted-string}}), but not Raw Strings ({{raw-string}}).
+- `base85`: An [Ascii85](https://en.wikipedia.org/wiki/Ascii85)-encoded string, denoting arbitrary binary data.
335
336
### Examples
337
0 commit comments