mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-10 14:00:05 +00:00
Question about pipe tables without data rows. #136
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 @clintdavis77 on GitHub (Sep 13, 2017).
We noticed something with the pipe table extension. If you put a table without a data row, in github it renders, but the markdig pipe table extension doesn't recognize it as a table.
Example
As a workaround, we just added a blank row after to force it to render like this.
Would you consider this a bug? It's not really specified according to pandoc pipe tables or anything else but it does work in github. I ask because I could probably find time to work on this and submit a PR but I don't want to waste my time.
@xoofx commented on GitHub (Sep 13, 2017):
I believe it is a bug, don't remember exactly if I put this requirement in the code. Might be an oversight...
@xoofx commented on GitHub (Oct 17, 2017):
This is fixed by commit
2147e43and part of upcoming0.13.4+, thanks for the report.