jupyterlab-myst
jupyterlab-myst copied to clipboard
HTML summary dropdown icon does not show up
Description
The dropdown icon next to HTML details components is not showing up.
<details><summary>More info</summary>
Extra details
</details>
Actual
Expected
More info
Extra detailsProposed 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:
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:
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:
Wow! Thanks for the fast turn around 🚀 🚀
@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!
@agoose77 this is now released in [email protected].