marp-team / marp-core

The core of Marp converter
MIT License
766 stars 129 forks source link

Embedded svg in presentation #278

Closed pprw closed 2 years ago

pprw commented 2 years ago

I have a presentation with several svg graphs (produced by draw.io).

I work fine from my computer but svg are not displayed when I send my html presentation to other.

How can I embedded svg image to create a portable .html file?

yhatt commented 2 years ago

Marp team always recommends to use SVG images from remote URL https://...., but marp-team/marp#132 may be helpful to your use case.

pprw commented 2 years ago

Thks! Monolith did the job.