pandao / editor.md

The open source embeddable online markdown editor (component).
http://editor.md.ipandao.com/
MIT License
13.8k stars 2.42k forks source link

How to print "|" in table? 如何在表格中写"|"? #581

Open HullQin opened 6 years ago

HullQin commented 6 years ago
Example: 类别 方法名和对应的运算符
位运算符 __invert ~、\lshift <<、\rshift >>、\and &、\or |、\xor__ ^
反向位运算符 __rlshift、\rrshift、\rand、\rxor、\ror__

这样表格的倒数第二行会多一列。|是无效的。 "|" doesn't work. Any solution? Or is it a bug?

owner888 commented 6 years ago

it is a bug.

Alren-huang commented 5 years ago

这个bug进度如何~~ showdoc底层也是用这个,导致渲染问题