hey-red / Markdown

Open source C# implementation of Markdown processor, as featured on Stack Overflow.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table support

borismod opened this issue · comments

Please add table support that transforms the following to HTML table element with TR/TD:

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

Reference:
https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#tables