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
  entity seems to be correctly replaced by space but the non breaking functionality is not working. Here is my test code:
<Document style={{ fontFamily: 'Roboto' }}>
<Page style={{ padding: 15 }}>
<Html style={{ fontSize: 13 }}>
{`tets text: Lorem ipsum dolor sit amet,
consectetur adipiscing elit. Cras eget ultricies lacus. Quisque
dignissim purus nibh, ac efficitur justo aliquet id. Quisque
magna magna, placerat non venenatis vel, volutpat ac libero.
Etiam sit amet diam facilisis, posuere enim nec, eleifend ex ex.
Phasellus NOBREAK scelerisque, sapien quis ullamcorper tincidunt,
elit metus maximus augue, eu luctus nunc sem a nisl. Vestibulum
bibendum ornare mauris sed accumsan. Phasellus NOBREAK non
finibus est. Vivamus aliquet nulla et orci euismod, non molestie
felis semper. Aenean lacinia tellus sem, quis tincidunt leo
pharetra non. Cras consequat nulla et tellus porttitor dictum.
Fusce leo elit, ultrices eget volutpat nec, fermentum ut mi.
Aliquam ultricies euismod tortor, et rhoncus diam maximus in.
Cras convallis hendrerit feugiat. Vestibulum a euismod est, sed
dignissim ipsum. Etiam maximus nisi risus, sit amet commodo
libero viverra a. Suspendisse mattis tellus vitae leo viverra
egestas.`}
</Html>
</Page>
</Document>
and here's how it renders:
The text was updated successfully, but these errors were encountered:
@MagicalPrincess my mistake. I didn't realize that it was supposed to prevent line breaks as well. In all my years doing web dev I've never used it for that!
Version: 1.1.8
  entity seems to be correctly replaced by space but the non breaking functionality is not working. Here is my test code:
and here's how it renders:
The text was updated successfully, but these errors were encountered: