yakivmospan / github-wikito-converter

Generate HTML & PDF documentation from Github wiki or any other markdown-based wiki.
Other
293 stars 52 forks source link

SVGs are not rendered in PDFs #70

Open MexHigh opened 3 years ago

MexHigh commented 3 years ago

I'm trying to export a GitLab Wiki as PDF. SVG Files are not displayed, but PNGs are visible.

SVG import in MD:

![icon_development.svg](uploads/e9d06d849ee73e3f161ebc76051cecb5/icon_development.svg)

PNG import in MD:

![design_history](uploads/20ffeff92d68f74ef42b5c4a7aba74c2/design_history.png)

GitLab saves uploads in the upload folder and I have confirmed that the files exist.

Is there any way to include the SVGs or do we need to convert them to PNG files?