realdennis / md2pdf

Offline markdown to pdf, choose -> edit -> transform 🥂

Home Page:https://md2pdf.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how can i add images to the markdown files?

mba1398 opened this issue · comments

while,
thank you for your job.
there a question.
how can i add images to the markdown files?
Look forward to your favourable reply,ths a lot.

a question

Please do some research before asking this here (I'm not trying to be gross).

Well you can find your answer here

Or here:

![Alt text](https://myimage.link/logo.png)

If you have a image on your computer so you have two options:

  • Publish to a public space and copy the link of the image
  • Start a simple server to serve the image use localhost for the link. E.g. ![My local image](http://localhost:3000/logo.png)