Bible-Translation-Tools / USFM-Converter

Tool for converting USFM to readable formats like HTML and DOCX
4 stars 3 forks source link

`\li1` tags are not correctly handled #78

Open mondele opened 1 year ago

mondele commented 1 year ago

Verses preceded by the \li1 tag are not rendered in .docx output.

Expected behavior: These would be rendered as a list (ref. https://ubsicap.github.io/usfm/lists/index.html?highlight=li1#li)

Currently, this means that verses 3-17 are missing from Exodus 20 in the Hindi ULB (upon conversion). (https://cdn.bibletranslationtools.org//bible/hi/ulb/exo/exo.usfm)

Testing included removing the digit (i.e. \li1 became \li).

Removing the \li1 markers altogether causes the verses to render.