mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
Full table syntax not supported #17
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @madskristensen on GitHub (Jun 19, 2016).
This syntax isn't treated as a table:
Using BabelMark3 I can see that some other parsers render it correctly, like this:
@xoofx commented on GitHub (Jun 19, 2016):
Indeed, it looks like a trailing
|on the header separator is making the table detection not working properly. For example this one is working:Will dig into this.
@xoofx commented on GitHub (Jun 19, 2016):
Should be fixed by commit
593bf08Version 0.5.3 on the way to NuGet
Thanks for the report!
@madskristensen commented on GitHub (Jun 19, 2016):
Awesome. Thanks :)
@madskristensen commented on GitHub (Jun 19, 2016):
I can't get this to work. Now it won't render a table with or without missing
|characters@xoofx commented on GitHub (Jun 19, 2016):
Could you reopen another bug with an isolated case?
@madskristensen commented on GitHub (Jun 19, 2016):
It's the exact same case. The following markdown is the only content in the file
This is the rendered output:
Confirmed by babelmark3 as well
@madskristensen commented on GitHub (Jun 19, 2016):
Well, according to babelmark3, Markdig (Extra) seems to render it correctly. What does the Extra refer to and how can I use it?
@madskristensen commented on GitHub (Jun 19, 2016):
This is my builder code:
@madskristensen commented on GitHub (Jun 19, 2016):
Ok, I narrowed it down and will be opening a new bug
Issue #13