[SmartyPants] is incompatible with UsePipeTables #20

Closed
opened 2026-01-29 14:20:48 +00:00 by claunia · 3 comments
Owner

Originally created by @madskristensen on GitHub (Jun 19, 2016).

Using SmartyPants like this stops PipeTables from working:

var builder = new MarkdownPipelineBuilder()
    .UseSmartyPants()
    .UseAdvancedExtensions();

Originally created by @madskristensen on GitHub (Jun 19, 2016). Using SmartyPants like this stops PipeTables from working: ``` c# var builder = new MarkdownPipelineBuilder() .UseSmartyPants() .UseAdvancedExtensions(); ```
claunia added the bug label 2026-01-29 14:20:48 +00:00
Author
Owner

@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.

@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.
Author
Owner

@madskristensen commented on GitHub (Jun 20, 2016):

No worries. I've disabled SmartyPants for now

@madskristensen commented on GitHub (Jun 20, 2016): No worries. I've disabled SmartyPants for now
Author
Owner

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

Should be fixed by commit cff2b9a

@xoofx commented on GitHub (Jun 24, 2016): Should be fixed by commit cff2b9a
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#20