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 #45

Closed rduvoisin closed 8 years ago

rduvoisin commented 8 years ago

I insert an image in md.

![](serious/roc.png)

(No embedded spaces in the filename.)

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 8 years ago

duplicate of #41

IreneCrisologo commented 8 years ago

@rduvoisin try ![](./serious/roc.png) instead