CHENXCHEN / hexo-renderer-markdown-it-plus

Markdown-it is a markdown parser, done right. A faster and CommonMark compliant alternative for Hexo.
https://chchc.me/hexo-article/2017/07/27/hexo-renderer-markdown-it-plus-plugin-demo/
MIT License
115 stars 22 forks source link

base64 Picture reference error #32

Closed anlondon closed 2 years ago

anlondon commented 3 years ago

Quote the picture of base64,

![xxx][image_name]
[image_name]:data:base.......

There is no problem in hexo-renderer-marked, but hexo-renderer-markdown-it-plus will cause the image to be parsed incorrectly

CHENXCHEN commented 2 years ago

try like this is ok:

![test image](data:image/png;base64,.......)