inlining svg image in a markdown cell

Viewed 9912

My question is related to the wish of publishing a self contained notebook

I have a Markdown cell in a notebook of mine that references an external image file

so far

![](example.svg "Example")

so good

Is it possible to inline the file content in the MD cell?

3 Answers
Related