mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-08 13:54:54 +00:00
[Table Extension] Escaped pipe character in code is shown #212
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 @yishengjin1413 on GitHub (Jul 10, 2018).
Hi,
We now have a issue that when escaped pipe in code appear in table. Markdig have different behavior with github. I test on babelmark and here is the example:
Markdig result:
x \| yx | yGithub result:
x | yIs it possible for markdig to keep the same behavior with github in this case?