hexo-image-link icon indicating copy to clipboard operation
hexo-image-link copied to clipboard

当MD中引用本地文件时,处理生成的html中的图片链接。

Results 2 hexo-image-link issues
Sort by recently updated
recently updated
newest added

本插件可以成功地转换下面这样的图片路径。 ``` ![](Mathematica/plot_sample1.svg) ``` 但是,由于这样无法修改图片大小。有的Markdown阅读器支持`![](Mathematica/plot_sample1.svg =100x100)`这种语法,但是有很多不支持。 但是,Markdown阅读器基本上都支持下面这种格式(html格式)。 ```html ``` 所以,我希望这个插件可以将html标签的图片路径给转换给hexo支持的路径

Deal with Windows file path ![image](https://github.com/cocowool/hexo-image-link/assets/63438796/745650a7-3c42-4162-96b2-8f7e7d8aa064)