-
-
Notifications
You must be signed in to change notification settings - Fork 25
wrong output for lists #109
Comments
Cheers for the bug report, yes, that is broken. I've been meaning to rework how I split the deltas when newlines are detected. If I do it earlier I should have fewer issues and workarounds, I think I need to do that work now to solve this bug and #108. I'm busy at the moment with paid work but will try to set aside some time this week to start work on solving the underlining issue. Hopefully, before the end of the week, I'll make progress in the right direction and be able to provide an update. It doesn't normally take me long to fix bugs in this library but I have been busier than normal lately. Regards |
* Added failing test for #109
* Partial fix for #109 - Wasn't switching list types
Resolved in v3.17.0 |
* Not correctly closing paragraphs when starting a list, few missing close calls in HTML renderer * Added expected output to test for bug #109
Turns out this issue isn't fixed. In fixing #117 I noticed that the link within the last list item is incorrect. I know what the problem is and have an idea for a fix, which I am coding now, I need to use compound inserts. v3.17.1 will probably be out tomorrow with the fix, at the latest the end of the week. |
Hi, we found some issues with your package with this quill delta:
This is the expected output:
This is the current output:
There are three issues here.
<ol>
opening tag and a</ul>
closing tagThe text was updated successfully, but these errors were encountered: