Fixed escape table formatting

This commit is contained in:
hclarke 2020-12-22 14:50:30 -04:00 committed by GitHub
parent e7135dd0dc
commit ac35833d4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ In addition to literal code points, a number of "escapes" are supported.
interpreted as described in the following table:
| Name | Escape | Code Pt |
|------|--------|---------|
| TODO | `\n` | TODO |
| TODO | `\r` | TODO |
| TODO | `\t` | TODO |