Hi, there's an issue in the Markdown Normalizer plugin. When there are e.g. 2 bold parts on a line of text, it treats the part between them as an ill-formatted bold part and removes spaces:
-I **prefer** tea **to** coffee.
+I **prefer**tea**to** coffee.