Skip to content

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:
    • ![Picture](./pictures/picture.png =100x20)
  • Don't need to define both values:
    • ![Picture](./pictures/picture.png =100x)

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