RickStrahl / SaveToAzureBlob-MarkdownMonster-Addin

Markdown Monster Addin to open or paste images from your local machine and save them in Azure Blob Storage and embed link into your post.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sets blob mime type as application/octet-stream

brandonh-msft opened this issue · comments

This is problematic when publishing to GitHub as their proxy-generation expects mime types to come back as image types, else the images don't load.

Workaround: manually change the mime type of all images uploaded via the Save Image to Azure Blob Storage extensions to image/png (or the like) via a separate tool (ie: Azure Storage Explorer)