neizod / lztex

A LaTeX markdown.
1 stars 0 forks source link

Table Spec #8

Open neizod opened 11 years ago

neizod commented 11 years ago
+-------+-----+-----+
| topic | abc | def |
+---+---+-----+-----+
| 1 | 2 | ABC | DEF |
+---+---+-----+-----+

something like this

advance version

+-------+-----+-----+
| topic   abc   def |
+   +   +-----+-----+
| 1 | 2 | ABC   DEF |
+   +   +-----+-----+
| 3 | 4 | BCA   EFD |
+   +   +           +
| 5 | 6 |           |
+---+---+-----+-----+
neizod commented 11 years ago

already been implement in reST http://docutils.sourceforge.net/rst.html, just follow it's simplification.