bug: some unicode characters in markdown are transformed into pictures
Example: ```md Gentoo™ ``` is rendered as: Gentoo™ screenshot: ![Screenshot_20161029_215934](/uploads/f219ab57c110c34a06720ee1839468c6/Screenshot_20161029_215934.png) Such behaviour creates super ugly results. Not to mention that the images are discrete (not sprites) and thus creating unnecessary load for both clients and servers.
issue