jupyter-book / jupyterlab-myst

Use MyST Markdown directly in Jupyter Lab
https://jupyter-book.github.io/jupyterlab-myst/
BSD 3-Clause "New" or "Revised" License
140 stars 17 forks source link

Regression in the margin between title heading and content #222

Open tavin opened 8 months ago

tavin commented 8 months ago

In a markdown preview, there should be vertical space between the titular H1 and the first sentence of text.

The space has gone missing:

image

The regression can be traced to a myst-theme commit, where @rowanc1 has kindly offered a couple of ideas for a fix.

agoose77 commented 7 months ago

@tavin thanks for this report. Could you share a link to the discussion with Rowan, perhaps? :)

tavin commented 7 months ago

@tavin thanks for this report. Could you share a link to the discussion with Rowan, perhaps? :)

Hi @agoose77 yes, it's the link at the bottom of the issue report.

tavin commented 7 months ago

Btw I'm again seeing sub-h1 level headings being hoisted to titles, which could perhaps be a related regression.