mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
Pipe table not rendering as table using NormalizeRenderer #758
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 @PJProost on GitHub (Oct 28, 2025).
Given this input;
This code:
Outputs:
So the table formatting got lost. Seems like a bug, or do I have an implementation error?
@xoofx commented on GitHub (Oct 28, 2025):
Unfortunately, the normalize renderer does not support tables #155 (and many other extensions)
I never got it finished, as it was way too much work.