Hacker News new | ask | show | jobs
by empath75 3459 days ago
There's already a syntax to inline images: https://daringfireball.net/projects/markdown/syntax#img

I'm not sure what the benefit of doing it this way is supposed to be.

2 comments

Right, I'm basically saying the a separate service / utility would generate the image which would, in-turn, be placed in a markdown doc.

An inline image, as unnatural as it might appear in a markdown doc (as the DF post notes) is more "readable" in plain-text than what is essentially a block of YAML for configuring a chart in the middle of a document.

Well, that would mean I'd need multiple source files and an ordered way of building the output. The source files would in effect just contain the same information that's here, but split up and away from their context.