Hello cmark-gfm,
Thanks for you AMAZING Project
I noticed that the table is not rendered at first non-empty line, such as
abc
| abc | def |
| --- | --- |
| bar | baz |
it gives you the unexpected output
<p>abc
|abc|def|
|---|---|
|bar|baz|</p>
Is there any chance to be compatible with the table?
Thanks a lot :)
JimCheung