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
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Description
Steps to reproduce: In the first cell of a new notebook, convert to a Markdown cell and type the following text:
Expected Output:
Test Heading
to be in an<h2>
tag or so, and appear once.Actual:
Test Heading
appears twice. It seems to generate an additional<h1>
tag with markup like this:Screenshot of what this looks like:
Interestingly, this does not affect
<h1>
headings, so this issue does not affect this:Also, this only occurs in the first cell of a new notebook and does not affect subsequent cells.
Additional notes
I am testing this off the
main
branch running Jupyter lab locally. I can also see the issue present on a remote Jupyterhub runningv2.3.1
.This issue maybe the same as #222 (comment) ?
cc @rowanc1
The text was updated successfully, but these errors were encountered: