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
It's possible to embed images via data URLs. For example
![Image](data:image/png;base64,SOMEBASE64STRING)
It would be nice if copy-as-markdown would have this as well.
This way it would be easier to have a full backup of an article that is going to be deleted.
The text was updated successfully, but these errors were encountered:
It's possible to embed images via
data
URLs. For exampleIt would be nice if copy-as-markdown would have this as well.
This way it would be easier to have a full backup of an article that is going to be deleted.
The text was updated successfully, but these errors were encountered: