-
Notifications
You must be signed in to change notification settings - Fork 16
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
Inline 'dollarmath' rich tab label doesn't render right on https://sphinx-inline-tabs.readthedocs.io/ #43
Comments
Just confirmed my attempted diagnosis - if I add the below to the myst_enable_extensions = [
"dollarmath",
] then it renders as I would expect: I'll open a PR (although I hacked around the install locally - I found trying to install with flit I got an error:
but this may be me running the wrong command and/or not understanding flit since I haven't used it before. There's so few dependencies though that I just installed them 'by hand' in a 'virtualenv', and built the docs locally before and after the change. |
See issue #45. |
Hi,
I was just reading the docs on Rich Tab labels, which currently looks like this:
I think the
$2^2$
is meant to be dollar-delimited-math from MyST, but that it isn't rendering properly.Maybe this is because the
dollarmath
MyST
extension needs to be enabled? According to the docs this should be enabled by a block like:in the
docs/conf.py
ofsphinx-inline-tabs
- but I don't see this present. I could be misdiagnosing this thought, but thought it was worth mentioning. I'll keep looking and see if I can find a resolution (and if so, open a PR).The text was updated successfully, but these errors were encountered: