borismus / markdown-preview

Enables Chrome to render markdown files as HTML
http://smus.com
217 stars 42 forks source link

HTML snippets are not rendered correctly #53

Closed sujee closed 7 years ago

sujee commented 7 years ago

Env : MPP v 0.5.7, on Chrome on Mac

The following file is not rendering properly

It actually shows the HTML snippets (<img ...) than rednering. See image.

here is the md file

<link rel='stylesheet' href='../assets/css/main.css'/>

# heading

<img src="a.png" style="border: 5px solid grey ; max-width:100%;" />

Here is the rendering

image

sujee commented 7 years ago

sorry, I am using https://chrome.google.com/webstore/detail/markdown-preview-plus/febilkbfcbhebfnokafefeacimjdckgl?hl=en-US wrong repo?