mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-10 05:49:27 +00:00
Table formatting is something wrong #47
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 @geffzhang on GitHub (Aug 7, 2016).
The pandoc pipe table example, Only two columns of the table, analytical results are not expected:
test on babelmark
var pipeline = new MarkdownPipelineBuilder().UseAdvancedExtensions().Build();
var result = Markdown.ToHtml(markdownDocument, pipeline);
version 0.7.4
@christophano commented on GitHub (Sep 14, 2016):
I don't know if it helps, but this table works if you remove the trailing whitespace from the ends of a few of the lines.
I don't know what the spec says about triling whitespace on pipe tables (or indeed, if there is a spec).
@xoofx commented on GitHub (Sep 15, 2016):
@christophano yep, I'm on it.
@xoofx commented on GitHub (Sep 18, 2016):
This should be fixed by commit
fa281f1