We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version: v0.22.5
markdown 代码如下:
| 运算符 | 说明 | 举例 | | ---- |-----------------------------------------| ------ | | && | 逻辑的 AND | `[[ $a -lt 100 && $b -gt 100 ]]` 返回 false | | \|\| | 逻辑的 OR | `[[ $a -lt 100 || $b -gt 100 ]]` 返回 true |
这转义 | 无效果。
|
转义 | 无效果。
v0.22.5
The text was updated successfully, but these errors were encountered:
Issue is not in English. It has been translated automatically.
Title: Hope to support escaping within markdown table
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: