Hacker News
new
past
comments
ask
show
jobs
points
by
amai
16 hours ago
|
comments
by
gonzalohm
16 hours ago
|
[-]
If you want to bundle your images in markdown why don't you just use an HTML section with the image encoded as base64 data?
reply
by
amai
12 hours ago
|
parent
|
[-]
Why does every webpage not encode its images as base64 data?
reply
by
gonzalohm
7 hours ago
|
parent
|
next
[-]
Because web browsers support hyperlinking there is no need to embed everything into one big html file
reply
by
deafpolygon
1 hours ago
|
parent
|
prev
|
[-]
load times… much easier to deliver a small html page quickly, then allow progressive downloads on images.
reply