xoofx / markdig

A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET
BSD 2-Clause "Simplified" License
4.32k stars 448 forks source link

block certain components? #788

Open brduffy opened 6 months ago

brduffy commented 6 months ago

Hi, I'm currently using MarkdownTextBlock in my project and I can pretty easily prevent images in the markdown. Is there a way to accomplish that using MarkDig?

Thanks

BeneHenke commented 1 month ago

You should be able to just remove the image parser/ renderer from the pipeline.