-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Would it be possible to export images along with the text in .md format?
Apparently, it would be possible to embed images directly inside the .md files, using base64 encoding and image references, such as:
References:
![][image1]
![][image2]
Data:
[image1]: <data:image/png;base64,encoded_image_data_here==>
[image2]: <data:image/png;base64,encoded_image_data_here==>
(Such an update to the script would make the export fairly complete, since images would not be stripped.)
The images could also be exported as separate files... but then we would end up with multiple files for each export, which may not sometimes be desirable.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels