forked from jgm/cmark-hs
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tables not supported for gfm output #3
Comments
Looking into this further, I notice that cmark-gfm lacks any good way to programatically construct the nodes provided by extensions. So, for example |
jgm
added a commit
to jgm/pandoc
that referenced
this issue
Aug 8, 2017
We bypass the commonmark writer from cmark and construct our own pipe tables, with better results. (Note also that cmark-gfm currently doesn't support rendering table nodes; see kivikakk/cmark-gfm-hs#3.)
Not sure if this is not already fixed? |
Not yet, I don't believe. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Line 484 of CMarkGFM.hsc:
It would be great if tables could be supported. Is there some problem? Perhaps I can help.
Also: this library will abort with an uncatchable runtime error, crashing any program that uses it, if you try to render a table node. That is not good behavior for a library.
error
should be used only in "should not happen" cases, i.e. for programming errors.The text was updated successfully, but these errors were encountered: