Images in data URIs?
should work but in Marked it just shows a missing image.
- Phase_2_Notes.md.png 1.93 KB
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Brett on 24 Jul, 2012 04:27 PM
It's because Marked adds a cachebuster to the image url to bypass Webkit's image caching and allow image updates. This is breaking the base64 string. I'll add a check to make sure that it's not a data uri before adding the cachebuster.
2 Posted by Nick Vahalik on 24 Jul, 2012 05:43 PM
Awesome! Thanks...
Support Staff 3 Posted by Brett on 30 Jul, 2012 05:36 PM
Fixed this and added the ability to embed images in export with URI data automatically as well :).
4 Posted by Nick Vahalik on 30 Jul, 2012 10:11 PM
Nice!