Hacker News new | ask | show | jobs
Show HN: I built a GH Action to add missing alts to images defined in markdown (github.com)
2 points by jonathanalgar 887 days ago
1 comments

404 page.

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 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.

Unfortunately it seems sharing this link triggered a anti-spam mechanism on my GH account. Have raised a case with support.