yusukebe / revealgo

Markdown driven presentation tool written in Go!
MIT License
237 stars 22 forks source link

add svg support #2

Closed nobonobo closed 8 years ago

nobonobo commented 8 years ago

.svg can't rendering. mimetype invalid

expect: "image/svg+xml" instead: http.DetectContentType(data) -> "text/xml"

yusukebe commented 8 years ago

Thank you for your PR. I'll merge it soon!