Add extension to allow defining image width in markdown
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.