-
Note also, I'd like to eventually think about how to allow this to be formatted in a more stylised manner, e.g. https://wedevs.com/blog/303752/how-to-show-estimated-post-reading-time-for-wordpress-blo…
-
Anything that interleaves text and code and is easy to run. The problem is writing text in the current examples is tedious.
-
Sounds like `commonmark.py` is going to [get deprecated](https://github.com/readthedocs/commonmark.py/issues/308) in favor of `markdown-it-py`.
Quoting [a commenter on that issue](https://github.co…
-
### Describe the bug
**context**
I have noticed that my recent builds with jb1 have their "toggle primary sidebar" button no longer working; clicking the button just does almost nothing
**expec…
-
### 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 swapped `substitution` wit…
-
### Context
There are many times where you want to populate a single page with many Sphinx Design items that all share the same configuration. For example, "I want a list of 10 cards, each of which h…
-
The "left" and "right" cell alignment options are handled by assigning `text-left` or `text-right` classes to the cell. I think this approach was relying on the styling of these classes in bootstrap,…
-
## Description
It seems that a wheel for monorepo does not include a top-level `METADATA` to extract the constraints from. This means that `reqs` remains empty:
https://github.com/jupyterlab/mai…
-
### Describe the bug
**context**
As a theme/extension author, I implement customizations for parsing code blocks.
Specifically, I implement custom behavior for `visit_container` in a custom `HTML…
-
Writing some notes today, I found it hard to embed quotes (even after declaring an escape character). We should investigate this (and fix a typo in the options docstring)
We also should explicitly …