-
Notifications
You must be signed in to change notification settings - Fork 19
Closed as not planned
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Version: v0.22.5
markdown 代码如下:
| 运算符 | 说明 | 举例 |
| ---- |-----------------------------------------| ------ |
| && | 逻辑的 AND | `[[ $a -lt 100 && $b -gt 100 ]]` 返回 false |
| \|\| | 逻辑的 OR | `[[ $a -lt 100 || $b -gt 100 ]]` 返回 true |
这转义 |
无效果。
Steps to reproduce
转义 |
无效果。

The version of Memos you're using.
v0.22.5
Screenshots or additional context

Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working