BracketPipe icon indicating copy to clipboard operation
BracketPipe copied to clipboard

BracketPipe is a .NET library for building parsing and processing piplines for web languages like HTML, CSS, Javscript, SVG, and MathML

Results 7 BracketPipe issues
Sort by recently updated
recently updated
newest added

First of all, thank you for making this library 👏 In a .net core project, the dependencies that netstandard1.0 brings in were causing us problems. Thought this might be useful...

Given this HTML: ```html Some initial text. ``` Calling `Html.ToMarkdown` is returning: ```md Some **initial** text. \ ``` With an extra non-sensical '\\' at the end.

I call this method: ``` Encoding.RegisterProvider(CodePagesEncodingProvider.Instance); ``` Then when I try to convert certain text, I get this error: ``` System.ArgumentException: ''iso-2022-cn' is not a supported encoding name. For information...

Bumps [HtmlSanitizer](https://github.com/mganss/HtmlSanitizer) from 3.3.142 to 5.0.372. Release notes Sourced from HtmlSanitizer's releases. 5.0.372 Fix style tag issue 5.0.355 #243 5.0.353 #241 5.0.343 #235 5.0.331 #229 #224 5.0.319 AngleSharp.Css 0.14.1 5.0.310...

dependencies

I've used HtmlSanitizer as the basis for injecting links to keywords in content. Basically, when a TextToken comes up, it looks for keywords in the value and wraps a link...

Hi @erdomke - Here is a PR that modernizes a few things: * Converts to SDK-style projects * Eliminates support for ancient .NET versions. * Explicitly supports .NET8-10 and .NET...

Hi @erdomke - We have been auditing our Nuget Package usage and this package relies on an insecure package that is no longer necessary for .NET 10 (and many previous...