markdown-it-imsize
markdown-it-imsize copied to clipboard
markdown-it plugin for size-specified image markups.
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 ...