walle / gimli

Utility for converting markup files to pdf files
https://github.com/walle/gimli
MIT License
538 stars 44 forks source link

-cover flag does not use images #69

Open m-baumgartner opened 9 years ago

m-baumgartner commented 9 years ago

When using another markdown file as a cover, it does not includes images linked in the markdown as it does for the main document.

kernelsmith commented 8 years ago

I have this problem as well. It creates a place holder for the image, but can't seem to find it, however if I put the exact same img syntax and path into a plain .md file, it is rendered w/o issue. Additionally, even tho the default stylesheet centers the cover sheet text, it is not centered

from style.css:

.cover {
  text-align: center;
  margin-top: 100px;
}