markdown-it-imsize icon indicating copy to clipboard operation
markdown-it-imsize copied to clipboard

markdown-it plugin for size-specified image markups.

Results 6 markdown-it-imsize issues
Sort by recently updated
recently updated
newest added

I've installed this and it builds without error, but none of the syntax options I try are interpreted. If I add ``` =500``` at the end of the image name,...

There appears to be no license in this repo. Should one be added?

Perhaps related to the browserify questions. Is there any way to make markdown-it-imsize work in client side? Thank you.

See here: https://github.com/markdown-it/markdown-it/blob/46bd681eadb2cf19e26ecdbf200d5d083ac2b8d4/bin/markdown-it.js#L91

Tried bundling this plugin with browserify and I keep getting errors like 'Error: Cannot find module './types/bmp''. Do you guys know a workaround or something? Best regards

Users should be allowed to pass a single dimension, which is assumed to be the width. We let the browser maintain the aspect ratio for the height. ```markdown ![test1](image.png =100)...