You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after a recent conversion, i noticed that unordered lists were missing the last entry. this happened consistently except there were 3 such lists that did not have this problem. the structure of those lists was the same as the missing ones.
in this example:
* entry1
* entry2
* entry3
* entry4, and
*
where entry 5 was missing. the list marker * was present but a the last entry in all similar lists was missing.
identification of the lists could be made using a regex search for ,and\n then a manual correction, confirming with the original document.
The text was updated successfully, but these errors were encountered:
ReesePlews
changed the title
coradoc: last entry in unordered lists are being truncated
coradoc: last entry in unordered lists is being truncated
Oct 29, 2024
after a recent conversion, i noticed that unordered lists were missing the last entry. this happened consistently except there were 3 such lists that did not have this problem. the structure of those lists was the same as the missing ones.
in this example:
where entry 5 was missing. the list marker
*
was present but a the last entry in all similar lists was missing.identification of the lists could be made using a regex search for
,and\n
then a manual correction, confirming with the original document.The text was updated successfully, but these errors were encountered: