mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
[SmartyPants] is incompatible with UsePipeTables #20
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 @madskristensen on GitHub (Jun 19, 2016).
Using SmartyPants like this stops PipeTables from working:
@xoofx commented on GitHub (Jun 20, 2016):
This is a known issue. SmartyPants is breaking some expected layout in the syntax tree and things like Pipetables are not working well. That's why it is not part of the "Advanced" extensions.
It may require a bit more work to get this working, not sure I will fix this right away.
@madskristensen commented on GitHub (Jun 20, 2016):
No worries. I've disabled SmartyPants for now
@xoofx commented on GitHub (Jun 24, 2016):
Should be fixed by commit
cff2b9a