Open ryanlovett opened 1 year ago
I tried using admonition with the explicit class without success:
:::{admonition} Welcome
:class: tip
:name: welcome
Welcome to Week 8 of Data 100!
:::
I was exploring jupyter-book for a course website project, but I've since pivoted to exploring myst. So I'll keep this open in case it is impacting others, but it isn't a high priority issue for me.
Describe the bug
context I added
parse.myst_enable_extensions.substitution
to_config.yml
while fiddling with #2067 and that caused callout styling to break. I swappedsubstitution
withhtml_image
and thenfoo
but it did not help.expectation I expected callouts to be unaffected by enabling myst extensions.
bug But instead the callouts were not rendered:
Before enabling extensions:
problem This is a problem for people doing because .
Reproduce the bug
List your environment
macOS 13.6, python 3.11.0