pandao / editor.md

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

表格里不能用 | 符号 #961

Open ovsexia opened 1 year ago

ovsexia commented 1 year ago
<div id="editormd_html"><textarea style="display:none;">| 1  | 2  |
| ------------ | ------------ |
| &#124; |  d |
| a  |  d |
</textarea></div>
<script type="text/javascript">
editormd.markdownToHTML('editormd_html', {
  htmlDecode     : 'style,script,iframe',
  taskList       : true,
  tex            : true,
  flowChart      : true,
  sequenceDiagram: true,
});
</script>

转成 HTML 时候就有问题,用转义符号 &#124; 也没用