-
### Describe the bug
**context**
`jupyter-book build --builder dirhtml`
**expectation**
```html
```
**bug**
But instead this happens:
```html
```
**problem**
This is a problem e…
-
The ipython display widget doesn't render in my jupyter book HTML output. It does in my sphinx material.
**To Reproduce**
Steps to reproduce the behavior:
Create a markdown table and try to d…
-
Anything that interleaves text and code and is easy to run. The problem is writing text in the current examples is tedious.
-
When converting rST projects to use MyST, directives from sphinx.ext.autodoc's such as `automodule` can cause issues.
The sphinx extension sphinx.ext.autodoc provides directives (`automodule`, `aut…
-
### Describe the problem
Some Jupyter notebooks output LaTeX that includes both text and math (see the [QuTiP](https://github.com/qutip/qutip) package for example). Myst-nb renders this as all math b…
-
### Describe the bug
~~~~
$ cat lol.md
## test
$ pandoc lol.md
test
~~~~
OTOH, MyST decides to throw a huge tantrum and generates the following:
~~~~
test
System Message: WARNING/2…
-
### Describe the bug
**context**
Hi, it seems that it's no longer possible to launch notebooks written in MyST Markdown directly with mybinder.org - even with `jupytext` installed and using `noteboo…
-
Arguments are always arguments.
The parser should be able to read directives, and that should never be bumped down to the body.
Don't care what the directive is, can always know that the options…
-
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…
-
### 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…