You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding the functionality to maddy directly would make it necessary to add file handling and image-to-bas64 processing. I actually like libraries which do one thing and one thing only, so I don't feel like this should go directly into maddy. At the moment I am considering making some kind of plugin functionality, so that you could hook into the parsing and replace the image filename yourself.
At the moment the only thing you can do is either replacing it before or after maddy is parsing your markdown files.
Minimal Code Example
to html5
Conditions
If in absolute path or relative path, there exists such an image, generate its data URI instead of providing a link.
Description
convert image to base64 seems a bit annoying, is it possible to implement this feature?
The text was updated successfully, but these errors were encountered: