laobubu / HyperMD

A WYSIWYG Markdown Editor for browsers. Break the Wall between writing and previewing.
MIT License
1.49k stars 136 forks source link

讲真,这个要是支持表格的话那就真的太完美了 #11

Closed lorenwe closed 6 years ago

lorenwe commented 6 years ago

期待支持表格的版本

laobubu commented 6 years ago

想法是很好,但是实现上难度挺大的。等什么时候有时间和精力了再慢慢研究

laobubu commented 6 years ago

已添加基本的表格支持,但是还没有测试用例,可以帮忙测试看看么

https://demo.laobubu.net/

触发表格的两种方式:

  1. 使用 | 开头的行
  2. 包含 :-----:|:--- 这样的分隔行

例子:

Column 1 | Column 2
---------|---------
*foo*    | bar
**baz**  | [qux]
quux     | [quuz](/url2)
| Column 1 | Column 2 |
| foo      | bar      |
| baz      | qux      |
| quux     | quuz     |