I am using the following markdown in index.md and running mkdocs serve
## Diagram
This is the svg

The output is correct
<img alt="svg" src="./diagram.svg" /></p>
However I get a broken image as seen below

It appears that the svg file is served as application/octet-stream instead of the expected image/svg+xml
I am using the following markdown in
index.mdand runningmkdocs serveThe output is correct
However I get a broken image as seen below
It appears that the svg file is served as
application/octet-streaminstead of the expectedimage/svg+xml