From Jason Turner

[tab:escape.sequences]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmp7c7shqel/{from.md → to.md} +0 -18
tmp/tmp7c7shqel/{from.md → to.md} RENAMED
@@ -1,18 +0,0 @@
1
- **Table: Escape sequences** <a id="tab:escape.sequences">[tab:escape.sequences]</a>
2
-
3
- | | | |
4
- | --------------- | -------------- | ------------------ |
5
- | new-line | NL(LF) | `\n` |
6
- | horizontal tab | HT | `\t` |
7
- | vertical tab | VT | `\v` |
8
- | backspace | BS | `\b` |
9
- | carriage return | CR | `\r` |
10
- | form feed | FF | `\f` |
11
- | alert | BEL | `\a` |
12
- | backslash | \ | `` |
13
- | question mark | ? | `\?` |
14
- | single quote | `'` | `\'` |
15
- | double quote | `"` | `\"` |
16
- | octal number | \numconst{ooo} | `numconst{ooo}` |
17
- | hex number | \numconst{hhh} | `\x\numconst{hhh}` |
18
-