walle / gimli

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

Image-Code results in raw text only #37

Closed tvannahl closed 11 years ago

tvannahl commented 11 years ago

I've been using gimli 0.4.1 on gentoo (installed via gem install gimli). When i try to include an image (relative, absolute or url) in the pdf is the code only.

!example.png!

walle commented 11 years ago

You are using textile, right?

I have no trouble getting this test file to embed images in the pdf. Could you test it? Remember that the file extension selects which markup processor to use.

<!-- test.textile -->

h1. Image test

!test.jpg!

!https://www.google.se/images/srpr/logo4w.png!
tvannahl commented 11 years ago

Oh thanks a lot. I am using Markdown, so I got the wrong annotation.