vuepress
vuepress copied to clipboard
Can the picture be rendered with its title below?
Feature request
Suppose that I wrote this: [wc](assets/welcome.png "Welcome")
Can we render the picture with its title (Welcome) below itself?
Or at least, can the alt (wc) be rendered?
What problem does this feature solve?
Making it easy to render img with its title, instead of using html syntax again and again.
What does the proposed API look like?
idk
How should this be implemented in your opinion?
Maybe it's about the markdown render engine? Hexo can do this with a Tag Plugin, and a hexo theme describe it like this
Are you willing to work on this yourself?
I don't actually know much about js, but if possible, I will.