cakebake / markdown-themeable-pdf

ARCHIVED. NOT MAINTAINED. Themeable Markdown Converter (Print to PDF, HTML, JPEG or PNG)
https://atom.io/packages/markdown-themeable-pdf
133 stars 37 forks source link

image not showing up in pdf. #9

Closed sander76 closed 9 years ago

sander76 commented 9 years ago

I insert an image in md.

![](screendumpd/normally closed.png)

It doesn't show up in the pdf. (It does show up in "markdown-preview" and It does work with "markdown-pdf" plugin.)

cakebake commented 9 years ago

Yes you are right. Because of the whitespace the path could not be resolved... Please use image naming like ![](screendumpd/normallyClosed.png), i will fix this soon. :)