mirror of https://github.com/kdl-org/kdl.git
Fixed escape table formatting
This commit is contained in:
parent
e7135dd0dc
commit
ac35833d4d
1
SPEC.md
1
SPEC.md
|
|
@ -181,6 +181,7 @@ In addition to literal code points, a number of "escapes" are supported.
|
||||||
interpreted as described in the following table:
|
interpreted as described in the following table:
|
||||||
|
|
||||||
| Name | Escape | Code Pt |
|
| Name | Escape | Code Pt |
|
||||||
|
|------|--------|---------|
|
||||||
| TODO | `\n` | TODO |
|
| TODO | `\n` | TODO |
|
||||||
| TODO | `\r` | TODO |
|
| TODO | `\r` | TODO |
|
||||||
| TODO | `\t` | TODO |
|
| TODO | `\t` | TODO |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue