COLIN

Results 7 issues of COLIN

https://github.com/dotnetcore/NPOI/blob/947220dedb1fc506e764568159a95498295250cf/src/NPOI/SS/Util/SheetUtil.cs#L160

``` var str = @" :root { --layout: { } --layout-horizontal: { @apply (--layout); } }"; var parser = new StylesheetParser(); //Can't parse this code, waiting for a long, long...

> The code.zip compressed package contains a js test file. When using the above code `var setting = CodeSettings.Pretty(); Uglify.Js(code, setting);` to format js, an error is reported. The error...

http://www.remotedesktopmanager.cn/

``` var pipeline = new MarkdownPipelineBuilder().Build(); var md = @"[link](https://pan.test.com/s/?pwd=93d3&path=%2Fv%2Ffid)"; var doc = Markdown.Parse(md, pipeline); var html = doc.ToHtml(pipeline); //link ``` Output hyperlinks & automatically encode as &

question

``` var txt = @" Document font color "; var hs = HtmlSettings.Pretty(); hs.Indent = "\t"; var res = Uglify.Html(txt, hs); ``` ![Image](https://github.com/user-attachments/assets/022f61c8-371e-4057-be38-fd922215a7d5) The name changes from **--9c00fd5c** to **-\39...

bug
PR Welcome!

1. `cookie.Name` cannot be assigned an empty string. 2. `cookie.Value` containing comma-separated JSON strings will be truncated into multiple key-value pairs. cookie string like this: ``` " "; Location={"country":"","city":" "}...