table formatting won't work #35

Closed
opened 2026-01-29 14:22:01 +00:00 by claunia · 4 comments
Owner

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:

| abc | def | ghi |
|---|---|---|
| 1 | 2 | 3 |

doesn't work, doesn't render as html

| abc | def | ghi |
|:---:|---|---:|
| 1 | 2 | 3 |

version is 0.5.12

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: ``` | abc | def | ghi | |---|---|---| | 1 | 2 | 3 | ``` doesn't work, doesn't render as html ``` | abc | def | ghi | |:---:|---|---:| | 1 | 2 | 3 | ``` version is 0.5.12
claunia added the bug label 2026-01-29 14:22:01 +00:00
Author
Owner

@xoofx commented on GitHub (Jun 24, 2016):

Which extensions are you using?

@xoofx commented on GitHub (Jun 24, 2016): Which extensions are you using?
Author
Owner

@PulsarFX commented on GitHub (Jun 24, 2016):

_pipeline = new MarkdownPipelineBuilder().UseAdvancedExtensions().Build();
@PulsarFX commented on GitHub (Jun 24, 2016): ``` csharp _pipeline = new MarkdownPipelineBuilder().UseAdvancedExtensions().Build(); ```
Author
Owner

@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

@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](https://babelmark.github.io/?text=%7C+abc+%7C+def+%7C+ghi+%7C%0A%7C%3A---%3A%7C---%7C---%3A%7C%0A%7C+1+%7C+2+%7C+3+%7C) (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
Author
Owner

@PulsarFX commented on GitHub (Jun 24, 2016):

yes, it works with 0.6.0
thanks! ;)

@PulsarFX commented on GitHub (Jun 24, 2016): yes, it works with 0.6.0 thanks! ;)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#35