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

HTML summary dropdown icon does not show up #232

Open
jsignell opened this issue Apr 24, 2024 · 5 comments
Open

HTML summary dropdown icon does not show up #232

jsignell opened this issue Apr 24, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@jsignell
Copy link

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

@jsignell jsignell added the bug Something isn't working label Apr 24, 2024
Copy link

welcome bot commented Apr 24, 2024

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).

Welcome to the EBP community! 🎉

@rowanc1
Copy link
Member

rowanc1 commented Apr 24, 2024

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
Copy link
Author

Wow! Thanks for the fast turn around 🚀 🚀

@rowanc1
Copy link
Member

rowanc1 commented Apr 24, 2024

@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 added a commit to executablebooks/mystmd that referenced this issue Apr 24, 2024
@rowanc1
Copy link
Member

rowanc1 commented Apr 30, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants