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
When a sentence ends with a math symbol and a dot, the line breaking in jupyter lab can separate the symbol and the dot.
Reproduce
Enter a markdown cell with text A markdown cell with a sentence ending in a symbol such as a Greek rho with a dot for which the line breaking ends up bad $\rho$.
Vary the width of the notebook untill the line breaks between the rho and dot.
Expected behavior
The line breaking algorithm should keep the rho and dot together.
Context
Operating System and version: Windows
Browser and version: Chrome
JupyterLab version: 4.1.4
The text was updated successfully, but these errors were encountered:
Description
When a sentence ends with a math symbol and a dot, the line breaking in jupyter lab can separate the symbol and the dot.
Reproduce
A markdown cell with a sentence ending in a symbol such as a Greek rho with a dot for which the line breaking ends up bad $\rho$.
Expected behavior
The line breaking algorithm should keep the rho and dot together.
Context
The text was updated successfully, but these errors were encountered: