Due to a bug in our Markdown renderer -- markedjs/marked#50 -- we do not have support for GFM-style tables.
For example, this...
First Header | Second Header
------------ | -------------
Content Cell | Content Cell
Content Cell | Content Cell
...renders to this in Github...
| First Header |
Second Header |
| Content Cell |
Content Cell |
| Content Cell |
Content Cell |
...but not in Markdown here.
(This issue is forked from #9.)
Due to a bug in our Markdown renderer -- markedjs/marked#50 -- we do not have support for GFM-style tables.
For example, this...
...renders to this in Github...
...but not in Markdown here.
(This issue is forked from #9.)