jupyter-book / jupyterlab-myst

Use MyST Markdown directly in Jupyter Lab

Home Page:https://jupyter-book.github.io/jupyterlab-myst/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

author names disappear in dark theme

raphaelquast opened this issue · comments

Description

While trying to make my notebooks more beautiful, I stumbled upon the very nice title-formatting options of MySt...

So I created a title like this:

---
title: A nice title
subject: Tutorial
subtitle: with a neat subtitle
authors:
  - name: The Creator
license: CC-BY-4.0
---

some very important text

Which renders nicely in the "JupyterLab Light" Theme.
image

However, if I switch to the "JupyterLab Dark" Theme, the author-names disappear (I guess the font-color is not properly updated?)
image

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! 🎉

Thanks for the report! I think that this should be fixed in the underlying theme components in myst-theme as it is now working well online, for example, toggling dark mode on your content here.

Hoping to get to another release of jupyterlab-myst in the next few weeks and will test this then.

Nice! Yep, your online example works as expected... Thanks for the quick response!

I'm closing this as it's fixed upstream. We'll make a release soon!