Share feedback, ideas and get community help

Updated 2 weeks ago

Support displaying tables in posts/comments

It would be useful to be able to include a table when making a post. I have tried adding a table using markdown syntax but with no success.


For example:

| Month | Savings |

| -------- | ------- |

| January | $250 |

| February | $80 |

| March | $420 |

K
1 comment

Thanks @Anthony โ€“ we'll add this to our roadmap as an improvement to the editor.

There's a bit more complexity involved with supporting tables in the editor with the UI required to add/remove columns and rows.