> 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  which is coverted to <img> tag during doc build process. This approach keeps the markdown clean.
> 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  which is coverted to <img> tag during doc build process. This approach keeps the markdown clean.