mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
Simple table normalization strips all table symbols #550
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 @ricardoboss on GitHub (Jul 27, 2022).
Hi, great project!
I use markdig in a project to normalize incoming Markdown files and to gather metadata about the document. Now some of these documents include tables and I noticed that they are not rendered at all (I use a JS renderer for markdown, but that one works just fine). As it turns out, markdig seems to strip all table symbols in the normalization step.
I have a reproduction, which closely resembles the actual code used: https://github.com/ricardoboss/markdig-table-normalization
The gist of it is this:
Program.cstest.mdAnd I expected the output to be same or somewhat formatted, but the actual output is this: