hey-red / Markdown

Open source C# implementation of Markdown processor, as featured on Stack Overflow.
MIT License
134 stars 51 forks source link

Table support #86

Open borismod opened 6 years ago

borismod commented 6 years ago

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