madflow / flow-netbeans-markdown

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

Tables are not rendered #129

Open jkost opened 4 years ago

jkost commented 4 years ago

E.g. a table

| Operator | Comment | | ( ) | Parentheses |

is rendered as

| Operator | Comment | | ( ) | Parentheses |

Unfortunately, this bug also exists in flexmark-java library.