Markdown Image Size Implementation
Problem to solve
Some implementations of Markdown (http://25.io/mou/ and https://marked2app.com/) include =WIDTHxHEIGHT appended to images to enable quick image sizing features.
Further details
Implementing quick Markdown sizing of images.
Proposal
- Adding width and height:

- Don't need to define both values:

What does success look like, and how can we measure that?
Ability to define width and height in Markdown without dipping into HTML/CSS mixed with markdown code.
Links / references
Edited by Patrick Haugen