Given:
aaa
There are two 'IDEOGRAPHIC SPACE’s (U+3000
) before and after the word “aaa”.
(Update: I found that there weren’t 'IDEOGRAPHIC SPACE’s, now corrected)
4.8 says:
The paragraph’s raw content is formed by concatenating the lines and removing initial and final whitespace.
However, commonmark.js dingus returns:
(Update: modified the link, now it jumps to Babelmark)
<p>aaa</p>
These U+3000
s shouldn’t be removed because U+3000
is defined as an Unicode whitespace character but not as a whitespace character.