MyNihongo / MudBlazor.Markdown

Markdown component based on the MudBlazor environment
https://mudblazor.com/
MIT License
115 stars 13 forks source link

new feature: add option to show image alt text below image #237

Closed wanglvhang closed 5 months ago

wanglvhang commented 5 months ago

currently the alt text in markdwon ![image description](https://shared.lvhang.site/image.png) is set to img alt attribute, it will be better that markdown reader can see the "image description" below the image.

MihailsKuzmins commented 5 months ago

Is there a markdown specification for this request? In https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#images I cannot see that there is an image description below the image.