Skip to content

Commit c2405ad

Browse files
committed
In additional paragraph in Characters and lines sub-section (proposed in relation to Zero-width space sub-section), fix up the U+ notation of the ZWS character (to match the hexadecimal HTML entity 5 words later)
Fixes: commonmark#643
1 parent 9864e37 commit c2405ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ A line containing no characters, or a line containing only spaces
307307
The following definitions of character classes will be used in this spec:
308308

309309
A [zero-width space](@) character is a non-printing and usually invisible
310-
character (`U+000D`) (encodable in HTML as \​ or \​), which can be
310+
character (`U+200B`) (encodable in HTML as \​ or \​), which can be
311311
used, for instance, for special spacing effects in text (and which in Markdown
312312
can also be used to change the meaning of an adjacent character).
313313

0 commit comments

Comments
 (0)