Hexo image rendering with hexo-renderer-marked¶
In the context of managing a Hexo blog, the hexo-renderer-marked plugin is utilized to address issues related to missing images in posts^[600-developer__blog__hexo-blog__update-hexo.md]. Specifically, it is required to fix problems where pictures disappear or fail to render correctly within the content^[600-developer__blog__hexo-blog__update-hexo.md].
Installation¶
To resolve image rendering issues, the package must be installed and saved to the project dependencies using the following command^[600-developer__blog__hexo-blog__update-hexo.md]:
npm install hexo-renderer-marked --save
Related Concepts¶
- [[Hexo]]
- [[Markdown]]
Sources¶
^[600-developer__blog__hexo-blog__update-hexo.md]