Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected interaction between lists and titles in markdown cells #16201

Closed
MrXerios opened this issue Apr 19, 2024 · 3 comments
Closed

Unexpected interaction between lists and titles in markdown cells #16201

MrXerios opened this issue Apr 19, 2024 · 3 comments
Labels
bug status:Needs Info status:Needs Triage Applied to new issues that need triage

Comments

@MrXerios
Copy link

MrXerios commented Apr 19, 2024

Hello,

There seems to be an unexpected behavior when rendering an empty list item followed by a title in a markdown cell. Here is a minimal example :

foo
- bar
-

# title

Expected output:

foo

  • bar

title

Current output:

image

I am using windows 10, python 3.11.8 and here are the versions of jupyter:

<cmd>jupyter --version
Selected Jupyter core packages...
IPython          : 8.20.0
ipykernel        : 6.29.0
ipywidgets       : 8.1.1
jupyter_client   : 8.6.0
jupyter_core     : 5.5.0
jupyter_server   : 2.5.0
jupyterlab       : 4.0.12
nbclient         : 0.8.0
nbconvert        : 7.10.0
nbformat         : 5.7.0
notebook         : 7.0.7
qtconsole        : 5.5.1
traitlets        : 5.13.0

Have a good day,
MrXerios

@MrXerios MrXerios added the bug label Apr 19, 2024
@jupyterlab-probot jupyterlab-probot bot added the status:Needs Triage Applied to new issues that need triage label Apr 19, 2024
Copy link

welcome bot commented Apr 19, 2024

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
welcome
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋

Welcome to the Jupyter community! 🎉

@JasonWeill
Copy link
Contributor

With the code used for Lab 4.2.0 beta, on macOS, I see the markdown you used rendered as you'd expect:

image

Do you see this in Lab 4.1.x, the newest released version, or Lab 4.2.0 beta?

@JasonWeill
Copy link
Contributor

Closing because this is no longer an issue in the newest code. Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug status:Needs Info status:Needs Triage Applied to new issues that need triage
Projects
None yet
Development

No branches or pull requests

2 participants