-
### What version of `myst-parser` are you using?
2.0.0
### What version dependencies are you using?
Sphinx 7.2.6
### What operating system are you using?
Windows
### Describe the Bug
Anchor lin…
-
### Describe the feature you'd like to request
Last week, GitHub supported alerts as follows:
```md
> [!NOTE]
> This is a note
```
> [!NOTE]
> This is a note
See:
- https://github.blog/…
njzjz updated
3 months ago
-
We should use the same format for the guide. It's confusing to have rst & markdown mixed, and now Sphinx has great markdown support:
* Convert form recommonmark to [myst](https://myst-parser.readth…
-
[MyST](https://myst-parser.readthedocs.io/en/latest/index.html) is a sphinx markdown parser which provides more features than recommonmark. The key ones being native support for admonitions, directive…
-
### Is your proposal related to a problem?
Currently the Python docstrings we write are in RST but the main documentation is in markdown.
### Describe the solution you'd like
We should proba…
-
### Problem
We've got a flavor of markdown that many folks are using to write books with Jupyter called. It's called [MyST Markdown](https://myst-parser.readthedocs.io) and is heavily used in [jupy…
-
### Which area is this feature request for?
Command Line Tools
### Describe the feature you'd like to request
While it's not super convenient, it is possible to build jupyter-books to be viewed in …
-
## Version of Myst used
v1.1.20
## Installation of Myst
npm
## OS used
Windows
## Description
I was trying to render the markdown into pdf and docx. The markdown gets converted int…
-
Not sure where the best place(s) to do this is, e.g. README.md, CONTRIBUTING.md, in the RTD docs
and also remove/streamline any duplication of the conventions from the repos
At the same time can a…
-
### 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…