Skip to content

Commit eac9d71

Browse files
committed
reference: fix markdown formatting
1 parent e650491 commit eac9d71

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/doc/reference.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,12 @@ An identifier is any nonempty Unicode[^non_ascii_idents] string of the following
7777
gated. This is expected to improve soon.
7878

7979
Either
80+
8081
* The first character has property `XID_start`
8182
* The remaining characters have property `XID_continue`
83+
8284
Or
85+
8386
* The first character is `_`
8487
* The identifier is more than one character, `_` alone is not an identifier
8588
* The remaining characters have property `XID_continue`

0 commit comments

Comments
 (0)