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
其他
上传博文时,提取完图片后扩展会替换掉原有图片部分为新图片链接。
可考虑注释掉原有图片链接,而不是将其替换。
比如,假设有如下 Markdown 文本:
示例如下: ![img](res/img/1.jpg)
上传博文提取完图片后,将变为:
示例如下: ![img](.../cnblog/../1.jpg) <!-- ![img](res/img/1.jpg) -->
The text was updated successfully, but these errors were encountered:
另发现扩展会将注释中的图片上传并替换,理想情况下应该不处理注释中的图片。比如:
<!-- ![img](res/img/1.jpg) -->
在上传后应该保持不变。
Sorry, something went wrong.
No branches or pull requests
UI 上的哪个部分与此新功能有关?
其他
新功能描述
上传博文时,提取完图片后扩展会替换掉原有图片部分为新图片链接。
可考虑注释掉原有图片链接,而不是将其替换。
[可选]建议的解决方案
比如,假设有如下 Markdown 文本:
上传博文提取完图片后,将变为:
The text was updated successfully, but these errors were encountered: