Skip to content
New issue

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

希望支持 markdown table 内转义 #9

Open
cnphpbb opened this issue Oct 16, 2024 · 1 comment · May be fixed by #10
Open

希望支持 markdown table 内转义 #9

cnphpbb opened this issue Oct 16, 2024 · 1 comment · May be fixed by #10
Labels
bug Something isn't working

Comments

@cnphpbb
Copy link

cnphpbb commented Oct 16, 2024

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
@cnphpbb cnphpbb added the bug Something isn't working label Oct 16, 2024
@Issues-translate-bot
Copy link

Issue is not in English. It has been translated automatically.


Title: Hope to support escaping within markdown table

@boojack boojack transferred this issue from usememos/memos Oct 18, 2024
@D0000M D0000M linked a pull request Oct 30, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants