hexojs / hexo-renderer-markdown-it

Markdown-it is a Markdown parser, done right. A faster and CommonMark compliant alternative for Hexo.
MIT License
341 stars 60 forks source link

How can I disbale the caption of the image ? #153

Open Chorer opened 2 years ago

Chorer commented 2 years ago

I refered an image like this:

![here is the caption](http://xxx.com)

But I don't want to show the caption in the markdown render result. What should I do? I can't find the related options in the doc.