Closed
Description
Is this a bug report?
No, it is a feature request.
Have you read the Contributing Guidelines?
Yes
Request description
Markdown should accept images in base64 for small image. It's useful when we don't want to upload the image to anywhere in the server.
![Image alt text][image-id]
[image-id]:
data:image/png;base64,iVBORw....5CYII=