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
<u>
<kbd>
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 /api/block/** 将 dataType 设置为 markdown 时无法使用 <u>foo</u> 与 <kbd>bar</kbd> 插入/更新块中的下划线与按键行级元素
/api/block/**
dataType
markdown
<u>foo</u>
<kbd>bar</kbd>
将 API 中的 <u>foo</u> 与 <kbd>bar</kbd> 解析为为行级元素 <span data-type="u">foo</span> 与 <span data-type="kbd">bar</span>
<span data-type="u">foo</span>
<span data-type="kbd">bar</span>
No response
- Version: 2.2.3 - Operating System: - Browser (if used):
无有效信息输出
The text was updated successfully, but these errors were encountered:
🎨 Protyle 思源笔记 API /api/block/** 无法使用 <u>foo</u> 与 `<kbd>bar</kbd…
66dae26
…>` 插入/更新行内元素 siyuan-note/siyuan#6039
/api/block/*
🎨 块操作 API 支持使用 <u> 和 <kbd> 插入对应行级元素 Fix #6039
c5f8a83
88250
No branches or pull requests
该问题是否已经被报告过了? Is there an existing issue for this?
I have searched the existing issues
描述问题 Describe the problem
块相关的 API
/api/block/**
将dataType
设置为markdown
时无法使用<u>foo</u>
与<kbd>bar</kbd>
插入/更新块中的下划线与按键行级元素期待的结果 Expected result
将 API 中的
<u>foo</u>
与<kbd>bar</kbd>
解析为为行级元素<span data-type="u">foo</span>
与<span data-type="kbd">bar</span>
截屏或者录屏演示 Screenshot or screen recording presentation
No response
版本环境 Version environment
日志文件 Log file
无有效信息输出
更多信息 More information
No response
The text was updated successfully, but these errors were encountered: