Images with custom widths appended to them wouldn't render at all because the src was not parsed properly by the image processing plugins. In this PR I've removed all of the deprecated plugins and added a custom one to reintroduce the behavior.
Images can be added in Markdown like this again:
![Alt test](./path/to/image/image.png#width=70%;)
Images with custom widths appended to them wouldn't render at all because the src was not parsed properly by the image processing plugins. In this PR I've removed all of the deprecated plugins and added a custom one to reintroduce the behavior.
Images can be added in Markdown like this again:
![Alt test](./path/to/image/image.png#width=70%;)