borismus / markdown-preview

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

Make file:/// URLs work again #52

Closed bloopletech closed 7 years ago

bloopletech commented 8 years ago

According to https://developer.chrome.com/extensions/match_patterns, for whatever reason "*://*" will not match file urls anymore. Explicitly add file:///* patterns to re-enable support.