Acquiring method to exclude extension #196

Closed
opened 2026-01-29 14:30:07 +00:00 by claunia · 1 comment
Owner

Originally created by @swordream on GitHub (Feb 22, 2018).

Build pipeline Just like the following

new MarkdownPipelineBuilder()
                        .UseAdvancedExtensions()
                        .ExcludeMathmatichs().Build();
Originally created by @swordream on GitHub (Feb 22, 2018). Build pipeline Just like the following ```csharp new MarkdownPipelineBuilder() .UseAdvancedExtensions() .ExcludeMathmatichs().Build(); ```
claunia added the enhancementwontfix labels 2026-01-29 14:30:07 +00:00
Author
Owner

@xoofx commented on GitHub (Apr 4, 2018):

It would be quite laborious to do this for all existing methods and this is not really a super common use case. You can always remove extension directly from the Extensions list in MarkdownPipelineBuilder.

@xoofx commented on GitHub (Apr 4, 2018): It would be quite laborious to do this for all existing methods and this is not really a super common use case. You can always remove extension directly from the Extensions list in `MarkdownPipelineBuilder`.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#196