-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Labels
Description
Feature Name
Image resizing
Description
In Swift documentation we can define images to add in pages, with some variants according to this online doc.
However it seems it is not possible to resize images so make them use lower width or height.
For example with a Markdown code for my image I want to have in 100x200:

This line is not parsed (see screenshot below) even if the line width size conditions works fine.

Motivation
Be able to resize images to make them use less spaces
Importance
This feature may improve user experience and easy of read.
Alternatives Considered
I did find any alternatives :-(