From Jason Turner

[lex.token]

Diff to HTML by rtfpessoa

tmp/tmpukqm5i_i/{from.md → to.md} RENAMED
@@ -6,11 +6,12 @@ token:
6
  keyword
7
  literal
8
  operator-or-punctuator
9
  ```
10
 
11
- There are five kinds of tokens: identifiers, keywords, literals,[^8]
 
12
  operators, and other separators. Blanks, horizontal and vertical tabs,
13
  newlines, formfeeds, and comments (collectively, “whitespace”), as
14
  described below, are ignored except as they serve to separate tokens.
15
 
16
  [*Note 1*: Some whitespace is required to separate otherwise adjacent
 
6
  keyword
7
  literal
8
  operator-or-punctuator
9
  ```
10
 
11
+ There are five kinds of tokens: identifiers, keywords, literals,[^5]
12
+
13
  operators, and other separators. Blanks, horizontal and vertical tabs,
14
  newlines, formfeeds, and comments (collectively, “whitespace”), as
15
  described below, are ignored except as they serve to separate tokens.
16
 
17
  [*Note 1*: Some whitespace is required to separate otherwise adjacent