fix(docs): 尝试修复倒引号引起内容包含管道符时不能被 Obsidian 正确解析的问题#17
Merged
shadowlots merged 2 commits intosysu-remajor:mainfrom May 6, 2026
Merged
fix(docs): 尝试修复倒引号引起内容包含管道符时不能被 Obsidian 正确解析的问题#17shadowlots merged 2 commits intosysu-remajor:mainfrom
shadowlots merged 2 commits intosysu-remajor:mainfrom
Conversation
对倒引号引起内容中的管道符添加反斜杠进行转义,以适配 Obsidian 的显示方式。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
已修改
尝试修复倒引号引起内容包含管道符时不能被 Obsidian 正确解析的问题。
修改方法
对倒引号引起内容中的管道符添加反斜杠进行转义,以适配 Obsidian 的显示方式。
验证
更改生效后网页预览图
安全更新?
不是。该更改不具有任何安全性更改。
破坏性更改?
不是。该更改不具有任何破坏性更改,可以安全切换到新的特性版本。
关联的 Issue
#16 bug: 表格内使用倒引号包括的数据无法正常渲染