Skip to content

Add extension to allow defining image width in markdown

Akseli Uunila requested to merge mkdocs-image-width into main

This allows setting image width in markdown, for example:

![alt text](image.png){ width=50% }

Which is very useful to make the image sizes dynamic. Could be useful in future group assignments.

Merge request reports