hexojs / hexo-renderer-marked

Markdown renderer for Hexo
MIT License
179 stars 94 forks source link

Fixed bug : src property is always absolute path #224

Closed fwqaaq closed 2 years ago

fwqaaq commented 2 years ago

The SRC attribute of the image tag in Hexo6 is packaged as an absolute path

SukkaW commented 2 years ago

The SRC attribute of the image tag in Hexo6 is packaged as an absolute path

This is intended behavior. For those who might show post content on non-post pages.