ArgumentOutOfRangeException with BlockQuote

This exception occurs in 23.12 when processing a blockquote with nested spans and a newline character.

System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: count

        public void ArgumentOutOfRangeException()
        {
            const string html = "<html><body><blockquote><p><span>\n<span>xxx</span>xxxxxxxxxxxxxxxxxxxxxxxxxxx x</span><span>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</span></p></blockquote></body></html>";

            using (var document = new Aspose.Html.HTMLDocument(html, "."))
                Aspose.Html.Converters.Converter.ConvertHTML(document, new PdfSaveOptions(), "out.pdf");
        }

@GrantWalker

We are checking it and will get back to you shortly.

@GrantWalker

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): HTMLNET-5215

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.