centrifuge / documentation

Documentation for Centrifuge
https://docs.centrifuge.io/
GNU Affero General Public License v3.0
15 stars 71 forks source link

Fix custom image width processing #521

Closed sophialittlejohn closed 6 months ago

sophialittlejohn commented 6 months ago

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%;)