-
### Describe the bug
**context**
When I try to create an `eval-rst` directive with colon fences and curly braces, I get an error:
`conf.py:`:
```python
myst_enable_extensions = [
"colon_…
-
### What version of `myst-parser` are you using?
2.0.0
### What version dependencies are you using?
```
pydata-sphinx-theme==0.15.2
sphinx-book-theme==1.1.2
sphinxcontrib-applehelp==1.0.8
sphin…
-
**Is your feature request related to a problem? Please describe.**
Very often, once I have created a resource on JB, I find myself wanting to link to specific code cells to illustrate a solution fo…
-
### Describe the bug
**context**
When I do this:
```# AAAAA
Works: [b](c.html)
Does not work: [b](c.html#foo)
```
**expectation**
I expected two links.
**bug**
But instead only one l…
-
We will need to cleanup/rewrite existing GH actions in our various cookbooks/foundations/etc `.github/workflows` folders. Currently when "MySTifying" a cookbook, we create a new `deploy.yml` file. We …
ktyle updated
1 month ago
-
# Background
In order to learn a bit more about the MyST parser, it maybe a useful and insightful exercise to first attempt at utilizing the MyST parser outside of the Jupyter Book context. @damian…
-
### Describe the problem
The way `rst2myst` translates [rst substitutions](https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#substitution-definitions) to Markdown does not seem to …
-
### Description / Summary
The smartquotes extension will output curly quotes “” and ‘’ instead of "" and '', which is great. But not all languages use these quotes. It would be great to have a way to…
-
There is one test failure due to test output changes in Python 3.11.0b1:
```pytb
$ tox -e py311
GLOB sdist-make: /tmp/manuel/setup.py
py311 create: /tmp/manuel/.tox/py311
py311 installdeps: cov…
-
### Describe the bug
I'm using Jupyter Book to produce a book with executable OCaml cells, including demoing some OCaml code that deliberately does not compile. I tag those cells with raises-exceptio…