mrin9 / RapiPdf

PDF generation from OpenAPI / Swagger Spec

Home Page:https://mrin9.github.io/RapiPdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add images from description markdown to PDF

opened this issue · comments

In OpenAPI you can add images in the description of most items like this:

![GitHub Logo](/images/logo.png)
Format: ![Alt Text](url)

Unfortunately that breaks the PDF generation.
It would be really nice, if the images were included in the PDF as well.