latex - Pandoc markdown to PDF -


i'm looking convert markdown book pdf.

i've done lot of research , seems pandoc best choice this. seems pandoc converts markdown latex , pdf.

the problem running including external images. ideally have process grab remote images off net , put them pdf.

i'm hitting error:

pandoc: error producing pdf tex source. ! package pdftex.def error: file `http://wes.io/qygg/content.png' not found.  see pdftex.def package documentation explanation. type  h <return>  immediate help.  ...  l.84 ...degraphics{http://wes.io/qygg/content.png} 

i have mactex installed , command i'm running pandoc test.md -o test.pdf

i've never used latex before, i'm bit @ loss of how fix this.

according this latex question, can't directly reference url images within latex, though have potential latex-hacking option available @ link.

local image files best bet.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -