madflow / flow-netbeans-markdown

Markdown file support for the NetBeans IDE
MIT License
279 stars 40 forks source link

table syntax #115

Closed lathspell closed 7 years ago

lathspell commented 7 years ago

It would be nice if this table syntax would be added for the preview function:

It's not part of the "official" syntax but at least Github already understands it.

madflow commented 7 years ago

We use pegdown for parsing markdown and transforming to HTML.

https://github.com/sirthias/pegdown

It has a Table Plugin that can be enabled under Options->Miscellaneous->Markdown->Extensions

Does this suffice?