gomarkdown / markdown

markdown parser and HTML renderer for Go
Other
1.36k stars 171 forks source link

image resize ? #281

Open gedw99 opened 1 year ago

gedw99 commented 1 year ago

![alt text](screenshots/calendar.png "Title")

![alt text](screenshots/calendar.png|width=100 "Title")

first one works but does not resize the image.

second one does not work. i tried different syntactic variations but no luck.

I am using the cli to run it: github.com/gomarkdown/mdtohtml

any ideas ???

gedw99 commented 1 year ago

btw its really fast . nice work !!