hupili / evermd

Ever MarkDown! Solution Stacks for Markdown Usage
5 stars 1 forks source link

Table syntax #12

Open hupili opened 11 years ago

hupili commented 11 years ago

After studying so many markdown extensions, I find that people tend to make table syntax complex, which contrasts the original philosophy of markdown.

I eventually find a simpler but yet powerful one from markdown-here:


| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |

The design principle is very similar to that of evermd. Difference:

Hard to say which one is better.

Table is a useful object in documents, but we still have not found a perfect solution yet.