From Jason Turner

[lex.comment]

Diff to HTML by rtfpessoa

tmp/tmppw2ucbrz/{from.md → to.md} RENAMED
@@ -1,13 +1,11 @@
1
  ## Comments <a id="lex.comment">[[lex.comment]]</a>
2
 
3
  The characters `/*` start a comment, which terminates with the
4
  characters `*/`. These comments do not nest. The characters `//` start a
5
  comment, which terminates immediately before the next new-line
6
- character. If there is a form-feed or a vertical-tab character in such a
7
- comment, only whitespace characters shall appear between it and the
8
- new-line that terminates the comment; no diagnostic is required.
9
 
10
  [*Note 1*: The comment characters `//`, `/*`, and `*/` have no special
11
  meaning within a `//` comment and are treated just like other
12
  characters. Similarly, the comment characters `//` and `/*` have no
13
  special meaning within a `/*` comment. — *end note*]
 
1
  ## Comments <a id="lex.comment">[[lex.comment]]</a>
2
 
3
  The characters `/*` start a comment, which terminates with the
4
  characters `*/`. These comments do not nest. The characters `//` start a
5
  comment, which terminates immediately before the next new-line
6
+ character.
 
 
7
 
8
  [*Note 1*: The comment characters `//`, `/*`, and `*/` have no special
9
  meaning within a `//` comment and are treated just like other
10
  characters. Similarly, the comment characters `//` and `/*` have no
11
  special meaning within a `/*` comment. — *end note*]