Skip to content

GFM tables not supported #13

Description

@adam-p

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.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions