mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
GridTable - invalid output (and/or parse) #631
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 @detoxhby on GitHub (Oct 3, 2023).
Since v28.0 the gridtable outputs invalid format. Every version were checked and it works properly up to v27.0.
The source is parsed with
Markdown.Parse(rawsource, pipeline);where pipeline is configured with:Since this is a common use-case we would like to find the root cause of the problem. If you need any debug information, let me know!
Source (parsed)
Output with v27.0 (good)
Output with v28.0 to v33.0 (bad)