Closed rhysd closed 1 year ago
Those characters are not spaces but U+00A0 (No-Break Space, NBSP). The line above explains it: only the actual ASCII space (U+0020) is removed in this case.
See:
` b `
-> b
` b `
-> b
Note that copy/pasting things might loose these characters. Code editors might not display the difference, but they often have a “show hidden characters” option, see also “Unicode highlight” in VS Code settings
Ah, I see. I misunderstood that nbsp is included in the 'spaces' in CommonMark. Thank you for clarifying that.
Example 333: