Closed mariuswilms closed 3 years ago
Seems to be an issue that this currently open PR should resolve: https://github.com/russross/blackfriday/pull/468
@6mint Thanks for the research, do you know if it's possible to use "invisible" (Unicode) non breaking spaces as a workaround until the parser does support nbsp's as HTML entities?
Using the corresponding unicode character U+000A0
instead of
can be used as a workaround indeed.
The linked blackfriday PR was merged and the fix is in effect in v2.1.0, which is the version we're using since 2b5be1523c91130c62779163431e96e141f83124.
I'd like to insert a non-breaking space with
but the character entity is displayed literally. I'm using the latest 1.3 development version. I've tried to work around that bug by using an invisible non breaking space, but that doesn't seem to take effect. I've inserted it on macOS using<option>
+<space>