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
wysiwyg
ir
sv
在任何模式下,在尖括号<>内Ctrl+V粘贴链接,总是会在链接后方加上%E2%80%B8导致无法打开,如果在输入左括号后就粘贴链接最后闭上,自动生成的链接则不会带上。
<>
%E2%80%B8
<链接>(链接%E2%80%B8) <--多了
<链接>(链接)
The text was updated successfully, but these errors were encountered:
@88250 需要修改一下这两个方法
vditor.lute.SpinVditorDOM('<p data-block="0"><https://github.com/siyuan-note/siyuan/issues/13322<wbr>></p>'); vditor.lute.SpinVditorIRDOM('<p data-block="0"><https://github.com/siyuan-note/siyuan/issues/13322<wbr>></p>');
Sorry, something went wrong.
88250
No branches or pull requests
编辑模式
wysiwyg
所见即所得模式ir
即时渲染模式sv
分屏编辑预览模式描述问题
在任何模式下,在尖括号
<>
内Ctrl+V粘贴链接,总是会在链接后方加上%E2%80%B8
导致无法打开,如果在输入左括号后就粘贴链接最后闭上,自动生成的链接则不会带上。期待的结果
截屏或录像
版本信息
其他信息
The text was updated successfully, but these errors were encountered: