MoeMemos icon indicating copy to clipboard operation
MoeMemos copied to clipboard

markdown表格显示bug

Open ishsiho opened this issue 1 year ago • 1 comments

docker部署的memos,网页显示markdown的表格语法无法正常显示为表格。 以为moememos app里也会跟网页一样显示为纯文本,但是moe app可以解析markdown的表格语法,但又无法正常显示。 例如下面的:

# 中国移动139邮箱
## 设置

| 设置 | 地址 | 端口 | 端口(SSL) |
| :-------: | :----: | :----: | :--: |
| POP3服务器 | pop.139.com | 110 | 995 |
| SMTP服务器 | smtp.139.com | 25 | 465 |
| IMAP服务器 | imap.139.com | 143 | 993 |

在moememos app里,表格的标题行没了,而且整个卡片也异常,在app里无法操作无法编辑修改。 图片_20230910202519

img

ishsiho avatar Sep 10 '23 12:09 ishsiho

The toolbar also can't be showing properly. it seems that the code doesn't sync with the upstream.

purkylin avatar Mar 18 '24 08:03 purkylin