zhaoterryy / mkdocs-pdf-export-plugin

An MkDocs plugin to export content pages as PDF files
MIT License
312 stars 43 forks source link

Absolute internal links fail to load #20

Closed sander76 closed 5 years ago

sander76 commented 5 years ago

An absolute link to -for example- an image in your markdown document will fail to load due to the following reason I posted here:

https://github.com/Kozea/WeasyPrint/issues/740

A custom url fetcher could help, but as I write myself in the above issue I can't say I like the solution.

Another solution might be modify all absolute links using beautiful soup before passing it to weasyprint.

sander76 commented 5 years ago

Put an issue in Mkdocs too.

https://github.com/mkdocs/mkdocs/issues/1679

sander76 commented 5 years ago

For now I will be creating relative links only. Thanks for the great plugin !