markdown-folder-to-html icon indicating copy to clipboard operation
markdown-folder-to-html copied to clipboard

Add ability to resize images

Open asdevgit opened this issue 6 years ago • 1 comments

It would be useful to resize images using standard markdown option: Maybe something like this: ![sample image](image.png | width=100) ![sample image](image.png =250x250)

asdevgit avatar Jun 11 '19 13:06 asdevgit

You can use HTML for that if the markdown doesn't support it right?

We use markdown-it in this project so feel free to have a look at what they support with regards to this.

joakin avatar Mar 10 '20 10:03 joakin