Live Preview: Punctuation Marks after words that are bold/highlighted/math or after links gets pushed to next line

I haven’t tested it everywhere, but at first glance this css snippet seems to fix the issue:

.markdown-source-view.mod-cm6 img.cm-widgetBuffer  {
	display: none !important;
}