mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-09 21:42:15 +00:00
table formatting won't work #35
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 @PulsarFX on GitHub (Jun 24, 2016).
The pandoc pipe table example won't render as long as there is a
:for right align or centered formatting in the header line.works:
doesn't work, doesn't render as html
version is 0.5.12
@xoofx commented on GitHub (Jun 24, 2016):
Which extensions are you using?
@PulsarFX commented on GitHub (Jun 24, 2016):
@xoofx commented on GitHub (Jun 24, 2016):
Hm, not sure I'm able to reproduce this with latest 0.6.0. Could you try?
Typically it works on babelmark3 (go down to check markdig (advanced))
Ah, I remember that I fixed something related to this for conflicts between pipetables and Smartypants, so that might be fixed with this new version as well
@PulsarFX commented on GitHub (Jun 24, 2016):
yes, it works with 0.6.0
thanks! ;)