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
Callout has invalid rendering in JupyterLab markdown cell, when last character is space.
Steps to reproduce
This code causes invalid rendering - the point is the last space at the end of sentence = after "on their own.":
::: {.callout-note icon="tip"}
## Summary in one sentence
`Supervised learning` is a method of creating models where, during the training phase, the models see the correct target value in the data, which they then learn to predict on their own.
:::
This is result in JupyterLab:
When the last space is removed, it works OK:
::: {.callout-note icon="tip"}
## Summary in one sentence
`Supervised learning` is a method of creating models where, during the training phase, the models see the correct target value in the data, which they then learn to predict on their own.
:::
Expected behavior
One space at the end should not cause rendering issue in JupyterLab.
Actual behavior
One space at the and of text causes invalid rendering in JupyterLab.
Bug description
Callout has invalid rendering in JupyterLab markdown cell, when last character is space.
Steps to reproduce
This code causes invalid rendering - the point is the last space at the end of sentence = after "on their own.":
This is result in JupyterLab:
When the last space is removed, it works OK:
Expected behavior
One space at the end should not cause rendering issue in JupyterLab.
Actual behavior
One space at the and of text causes invalid rendering in JupyterLab.
Your environment
MacOS Sonoma 14.5
JupyterLab: 4.2.0
JupyterLab extension: jupyterlab-quarto 0.3.3
Quarto check output
The text was updated successfully, but these errors were encountered: