We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
inline code
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
/api/block/updateBlock 行内代码块无法写入 ## 字符的问题
通过 POST /api/block/updateBlock { id: id, dataType: 'markdown' data: '#[ ]# #ni#' }
#[ ]#
#ni#
更新后,结果变成了 : [ ] ni
[ ]
ni
The text was updated successfully, but these errors were encountered:
和这个改动相关 #9805
稍后继续完善,感谢反馈。
Sorry, something went wrong.
🎨 Improve inline code markdown editing siyuan-note/siyuan#9978
79b81a8
f7c3fe3
2f011d3
🎨 Improve inline code markdown editing #9978
ef89fa0
7c6bd67
88250
No branches or pull requests
/api/block/updateBlock 行内代码块无法写入 ## 字符的问题
通过 POST /api/block/updateBlock
{
id: id,
dataType: 'markdown'
data: '
#[ ]#
#ni#
'}
更新后,结果变成了 :
[ ]
ni
The text was updated successfully, but these errors were encountered: