### Describe the bug Version: v0.22.5 markdown 代码如下: ```markdown | 运算符 | 说明 | 举例 | | ---- |-----------------------------------------| ------ | | && | 逻辑的 AND | `[[ $a -lt 100 && $b -gt 100 ]]` 返回 false | | \|\| | 逻辑的 OR | `[[ $a -lt 100 || $b -gt 100 ]]` 返回 true | ``` 这转义 `|` 无效果。 ### Steps to reproduce 转义 `|` 无效果。 <img width="549" alt="image" src="https://github.com/user-attachments/assets/427515ca-54e5-41b2-aee6-a2aabd90061d"> ### The version of Memos you're using. v0.22.5 ### Screenshots or additional context <img width="549" alt="image" src="https://github.com/user-attachments/assets/427515ca-54e5-41b2-aee6-a2aabd90061d">
Describe the bug
Version: v0.22.5
markdown 代码如下:
这转义
|无效果。Steps to reproduce
转义
|无效果。The version of Memos you're using.
v0.22.5
Screenshots or additional context