-
The documentation mentions using `rst_epilog` to integrate comments on every page. I am using myst parser. Currently, myst parser does not support such a directive, but using [substitutions in myst](h…
-
* See https://github.com/intel/cve-bin-tool/pull/4306
Looks like the automatic version bump for sphinx failed because myst-parser doesn't support sphinx 8+. I'm happy to just wait until it does, b…
-
Hey, thanks for the great tool! It's very helpful.
**Is your feature request related to a problem? Please describe.**
Currently, the `suggest` command outputs the names in rST format. With the r…
-
### What version of `myst-parser` are you using?
4.0.0
### What version dependencies are you using?
```
sphinx 7.4.7
docutils 0.21.2
myst-nb 1.1.1
```
### What operating system are you using?
…
-
Currently the generated code is specific for `rst` documents such that the following does not work:
````markdown
```{click} module:parser
:prog: hello-world
```
````
There is a workaround using:…
-
`pip3 install myst-parser sphinxcontrib.exceltable>=0.3.0`
into conf.py
```
extensions = '''
myst_parser
sphinxcontrib.exceltable
'''.split()
```
into drvrec.md
![image](https://gith…
-
### Describe the bug
Hi, thanks so much for MyST-NB, I am very happy I can include .md notebooks in my build, and switch over from `nbsphinx` fairly painlessly.
I am not even sure if this is a b…
-
### Describe the bug
**context**
When I compile my markdown files to HTML using sphinx_proof with language settings to German, the titles of most of the proof boxes are translated correctly (some ar…
-
### Describe the problem
Hello! Sorry the issue is a little confusing, but that's maybe because I am new to this, and because I am myself a little confused.
I was having a strange issue that `nbsp…
Phlya updated
3 years ago
-
### Context
in the doc/requirements.txt, replace myst_parser (module name) with myst-parser (library name in pypi) (pip install myst-parser).
### Proposal
_No response_
### Tasks and updates
_No …