borismus / markdown-preview

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

Doesn't work for GitHub URLs. #11

Open johnstok opened 12 years ago

johnstok commented 12 years ago

Doesn't seem to work for GitHub URLs.

Example: https://raw.github.com/johnstok/async-http/master/docs/manual.md

aletessier commented 12 years ago

+1

Seldaek commented 12 years ago

I think the cause is simply that https://github.com/borismus/markdown-preview/blob/master/manifest.json#L13 doesn't allow https, but then again, due to #10 if you fix this bug you'll have worse issues on non-raw github pages.