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
141 stars 16 forks source link

HTML summary dropdown icon does not show up #232

Open jsignell opened 4 months ago

jsignell commented 4 months ago

Description

The dropdown icon next to HTML details components is not showing up.

<details><summary>More info</summary>
Extra details
</details>

Actual

Screenshot from 2024-04-23 10-48-56

Expected

More info Extra details

Proposed solution

I did a little inspection and it looks like this is probably css-related. If you unselect "list-style: none" then the marker appears:

image

welcome[bot] commented 4 months ago

Thanks for opening your first issue here! Engagement like this is essential for open source projects! :hugs:
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).
Welcome to the EBP community! :tada:

rowanc1 commented 4 months ago

Thanks for the issue report @jsignell - there is a PR fixing this in mystmd (#1158), but this will also require a new release of jupyterlab-myst:

The result is: image

jsignell commented 4 months ago

Wow! Thanks for the fast turn around 🚀 🚀

rowanc1 commented 4 months ago

@agoose77 just released v2.4.0 of jupyterlab-myst, which does not yet have this change, but will put us in a place to update very soon. If we haven't released this by next week, please follow up!

rowanc1 commented 4 months ago

@agoose77 this is now released in myst-transforms@1.3.10.