Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
Hi @mato7d5 , Would you mind signing the Contributor License Agreement? Next to that, it would be great if you add some tests into itext.layout.tests project. |
|
Hi @vitali-pr done - signed and sent CLA + I've added the unit test. |
|
Hi @mato7d5 ,
|
|
Is it somewhat you need? |
Hi @vitali-pr Meanwhile I switched from high level API to low level API so I can handle it according to my needs. |
|
@mato7d5 , I think such cases are better handled programmatically. Like for your case you can add a list item in between L and L. Then you probably can avoid using lower level API. |
These changes add support for nested lists: List into List. The specs enables insert on List into another List and I needed this behavior in our project. Currently the List can be nested into another list via ListItem which adds extra tags (L -> LI -> L). This enables L -> L.