First, thanks for this small and nice renderer and the description in the README and provided examples!
After parsing a document with table extension, like this:
gm := goldmark.New(goldmark.WithExtensions(extension.Table))
...the resulting document is a "little bit destroyed", this seems to be caused by the missing "KindTable" for the renderer.
Is there a plan to implement it or would this be possible by a custom extension, e.g. with this PR #16 ?
First, thanks for this small and nice renderer and the description in the README and provided examples!
After parsing a document with table extension, like this:
gm := goldmark.New(goldmark.WithExtensions(extension.Table))...the resulting document is a "little bit destroyed", this seems to be caused by the missing "KindTable" for the renderer.
Is there a plan to implement it or would this be possible by a custom extension, e.g. with this PR #16 ?