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
{{ message }}
This repository was archived by the owner on Sep 30, 2025. It is now read-only.
<p>Stuff and Things</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p>More Stuff and Things</p>
You end up with this:
<p>Stuff and Things</p>
<p></p>
<p></p>
<p></p>
<p></p>
<p>More Stuff and Things</p>
Recogito removes the , causing the layout to incorrectly collapse. This is especially noticeable with tables, where the cells have a non breaking space, but the entire row collapses because the was removed.
How can I prevent Recogito from doing this? It's completely breaking table layouts for us.