Skip to content

希望支持 markdown table 内转义 #9

@cnphpbb

Description

@cnphpbb

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

转义 | 无效果。

image

The version of Memos you're using.

v0.22.5

Screenshots or additional context

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions