Markdown editor with tables

editor, markdown, wmd-markdown

Solution

Typora is a very promising MarkDown editor : https://typora.io/

Tables support is very good for creation or edition, as long as many other features.

It is using GitHub Flavored Markdown ... which is good, but cannot produce CommonMark only for now.

Problem

Is there any client-side markdown editor that could work with tables? I just need something like Stack Overflow's editor or markdownDeep -- both of those are great. But these editors doesn't let me customize tables, like Dreamweaver does it with HTML tables.

Original source