Describe the bug
The markup

Should show a red dot as an image.
It doesn't. Inspecting the generated HTML from the Markdown shows that the generated img element has no src attribute.
I think, but have not confirmed, that this is because https://github.com/writeas/writefreely/blob/32e99d00415c6e86a9536d9b824dcdf0b119270d/posts.go#L1368 does not include data: as a valid protocol.
Expected behavior
img element should be created with the correct src attribute.
Describe the bug
The markup
Should show a red dot as an image.
It doesn't. Inspecting the generated HTML from the Markdown shows that the generated
imgelement has nosrcattribute.I think, but have not confirmed, that this is because https://github.com/writeas/writefreely/blob/32e99d00415c6e86a9536d9b824dcdf0b119270d/posts.go#L1368 does not include data: as a valid protocol.
Expected behavior
imgelement should be created with the correctsrcattribute.