Closed teoric closed 13 years ago
Lists are tricky when creating ODF documents, because the way they are handled involves a different nesting strategy than HTML.
But if you include blank lines between the list items, thereby forcing them into "paragraph" mode, it works.
You can experiment, but it might be that you only need an empty line after the parent item in the list.
I'll try and find another way to fix this more definitively.
I think I found a relatively easy way to fix this. I ran a few tests,and it seems to work. The fix is in the latest development and glibfree commits, if anyone wants to try it out. It will be included in the next binary release.
Looks very good to me, thank you very much!
I often use use hierarchical lists with markdown. But when converting to ODT, the XML tags for the lists are improperly nested, and hence the file cannot be opened in Libre/NeoOffice.
Test Case