Update draft-marchan-kdl2.md

This commit is contained in:
Kat Marchán 2025-01-22 22:18:35 -08:00 committed by GitHub
parent 05f8c70eac
commit d551f1bbce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -329,9 +329,7 @@ IEEE 754-2008 decimal floating point numbers
- `uuid`: RFC4122 UUID.
- `regex`: Regular expression. Specific patterns may be implementation-dependent.
- `base64`: A Base64-encoded string, denoting arbitrary binary data.
- `base85`: An [`Ascii85`](https://en.wikipedia.org/wiki/Ascii85)-encoded
string, denoting arbitrary binary data. `"` and `\` will need to be
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.
### Examples