diff options
author | MacDue <macdue@dueutil.tech> | 2022-08-03 00:11:58 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-08-04 02:49:29 +0200 |
commit | 8140b1fa1803f0d4269b45ec1dd01e443017325a (patch) | |
tree | 4d809854851c2281af6896e74aabfdd6b9840a1b /Userland/DevTools | |
parent | fb47a873400d7a5483abc8ffdd1939f08180bd16 (diff) | |
download | serenity-8140b1fa1803f0d4269b45ec1dd01e443017325a.zip |
LibMarkdown: Implement the image size extension
This implements the image size extension that's quite commonly used:
https://github.com/commonmark/commonmark-spec/wiki/Deployed-Extensions#image-size
This supports specifying...
Both width and height: ![](foo.png =100x200)
Width only: ![](foo.png =100x)
Height only: ![](foo.png =x200)
The size is always in pixels (relative sizing does not seem
to be spec'd anywhere).
Diffstat (limited to 'Userland/DevTools')
0 files changed, 0 insertions, 0 deletions