copy-down icon indicating copy to clipboard operation
copy-down copied to clipboard

Non breaking space is not converted correctly

Open JanHendrikPopp opened this issue 11 months ago • 1 comments

Correct output for normal space character Input: <strong>This input string </strong> with bold text. Output: **This input string** with bold text.

Incorrect output for normal non breaking space Input: <strong>This input string&nbsp;</strong> with bold text. Output: **This input string **with bold text. Expected **This input string** with bold text. The non breaking space or the white space should always be after the ending ** block.

JanHendrikPopp avatar Feb 06 '25 07:02 JanHendrikPopp

Same for flexmark-java: https://github.com/vsch/flexmark-java/issues/656

Gustl22 avatar May 28 '25 11:05 Gustl22