We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
插件配置:
没有启用插件:
启用插件:
无论图片使用绝对位置还是相对位置,都会触发这个异常。
测试链接:https://developer-zeng.com/archives/1706092867029
测试用markdown内容:
发现:
网页代码对比:
阿里云盘
<div class="halo-render halo-render-wrapper drive"> <div class="drive-info"> <div class="platform"> <img class="drive-icon" src="/plugins/vditor-mde/assets/static/halo-renders/icons/drive/ali.png" alt="ali" /><span>阿里云盘</span> </div> <div class="drive-title">嘶嘶</div> </div> <div class="download-info"> <a class="btn" href="事实上" target="_blank" ><span class="iconfont"></span>下载资源</a > <div class="drive-password">提取码: 事实上</div> </div> </div>
<div class="halo-render halo-render-wrapper drive error"> 语法错误(不支持的平台: ali name) </div>
内嵌相册
<div class="halo-render halo-render-wrapper gallery grid"> <div class="title"><span class="iconfont"></span>事实上</div> <div class="image-list"> <div class="vditor--gallery-container"> <img class="img" src="https://developer-zeng.com/upload/Static/如何进行rsync增量同步%20-%20我的服务器增量同步方案.jpg" alt="/如何进行rsync增量同步%20-%20我的服务器增量同步方案" /> </div> </div> </div>
<div class="halo-render halo-render-wrapper gallery grid"> <div class="title"> <span class="iconfont"></span>事实上 ![/如何进行rsync增量同步%20-%20我的服务器增量同步方案](https://developer-zeng.com/upload/Static/如何进行rsync增量同步%20-%20我的服务器增量同步方案.jpg) </div> <div class="image-list"></div> </div>
Tips 块
<div class="halo-render halo-render-wrapper tips tips-success"><div>wdwdw</div></div>
<div class="halo-render halo-render-wrapper tips tips-success wdwdw"></div>
已经检查过本插件的代码,有几个疑问:
如果我的理解有错误,也请指出,感谢,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
插件配置:
没有启用插件:
启用插件:
无论图片使用绝对位置还是相对位置,都会触发这个异常。
测试链接:https://developer-zeng.com/archives/1706092867029
测试用markdown内容:
发现:
网页代码对比:
阿里云盘
内嵌相册
Tips 块
已经检查过本插件的代码,有几个疑问:
如果我的理解有错误,也请指出,感谢,
The text was updated successfully, but these errors were encountered: