Update README.md

This commit is contained in:
Adam Bouqdib 2016-08-13 19:51:55 +02:00 committed by GitHub
parent 2ea157ae68
commit e239c2d259

View File

@ -95,11 +95,7 @@ Please note that wkhtmltopdf requires all partials to be valid HTML documents fo
If your images aren't displaying in the PDF, this is most likely due to the fact that wkhtmltopdf doesn't know where to look. Try prefixing your image URLs with `file://{{ site.dest }}`. If your images aren't displaying in the PDF, this is most likely due to the fact that wkhtmltopdf doesn't know where to look. Try prefixing your image URLs with `file://{{ site.dest }}`.
For asset URLs in CSS files we recommend creating a separate CSS file overriding the URLs with the prefix mentioned above. For asset URLs in CSS files we recommend creating a separate CSS file overriding the URLs with the prefix mentioned above.
---
## To Do ## Copyright
- Remove PDFKit Dependency © 2016 Adam Bouqdib - http://abemedia.co.uk
- Write tests (rspec)
- Package default PDF layout file in Gem
- Support layouts in partials