Hacker News new | ask | show | jobs
by jonathanalgar 886 days ago
It should work now. Thanks for your interest.

> If you care about alt in markdowns, isn't it simpler to use the <img> tag directly in the markdowns file? Markdowns does support inserting html.

It's more common to use markdown syntax ![alt](/path/to/img "title") which is coverted to <img> tag during doc build process. This approach keeps the markdown clean.