-
Notifications
You must be signed in to change notification settings - Fork 387
Open
Description
I'm using imgsrc to support high-resolution display images: https://webkit.org/demos/srcset/
Since Markdown has no built-in support for this, I'm writing out the HTML manually:
<img src="image.jpg" srcset="image-1x.jpg 1x, image-2x.jpg 2x, image-3x.jpg 3x">
But your Markdown library strips this down to
<img src="image.jpg">
It just gets rid of the srcset. Why, and how can I solve this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels