-
### Describe the bug
When I use markdown-friendly directives such as
```
:::{note}
This text is **standard** _Markdown_
:::
```
I have notices that these do not render in the built Jupyte…
-
### Describe the bug
**context**
When I build a myst file containing a plotly figure.
**expectation**
I expected the figure to render in my browser.
**bug**
But instead the figure is blank: …
-
## Describe the bug
A clear and concise description of what the bug is.
`files.put()` breaks when `dest` is a `pathlib.Path` instead of a string. I understand that a string is expected here, but t…
-
### Describe the bug
**context**
I've written a port of markdown-it-abbr to python, but when used with MyST-Parser, the replacement tokens are missing, due to an error of `WARNING: No render metho…
-
## 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**
A content in `extra_navbar` for `html` in `_config.yml` is no longer shown after updating to 0.15.0
**expectation**
I expected the content to be shown.
**bug…
-
### Describe the bug
**context**
When I create a table in markdown
**expectation**
I expected the alignment to render according to the markdown syntax for table alignment.
**bug**
But instea…
-
There is a picture of htop showing parallel CPU utilization at the rst and MyST versions of the wealth dynamics examples page, but it seems to be in the wrong location on the page. Maybe it should be …
-
That said the icon are not rendered as expected:
| ![image](https://user-images.githubusercontent.com/219043/228971003-5118c592-42e7-4562-8b33-7a72e7d83b50.png) | ![image](https://user-images.git…
-
Now that we have a myst (or "imd" or whatever we wanna call it) prototype, we could use this repository for just the docutils bridge part of the prototype. What if we:
* Split out the extra docutil…