-
There's a relatively new parser for markdown in Sphinx called [the myst-markdown parser](https://myst-parser.readthedocs.io/en/latest/). It allows users to write their documentation in markdown and re…
-
I'm not completely familliar with the RTD architecture and domain principles, but I struggle to add crossref to a PHP class (or watherver) definition.
In short, when using the "default" cross-ref s…
-
When I attempt to highlight the following code snippet using Sphinx, MyST, and jsx-lexer, Sphinx returns a warning:
`WARNING: Could not lex literal_block as "jsx". Highlighting skipped.`
````
`…
-
### Describe the bug
If I have a page with the following code:
~~~markdown
# test
```{python}
from IPython.display import display, Markdown
display(Markdown('$y$'))
```
~~~
It rende…
-
### What version of `myst-parser` are you using?
2.0.0
### What version dependencies are you using?
sphinx : 6.2.1
docutils 0.19
### What operating system are you using?
Ubuntu 22.04
…
-
Hi, thanks for the nice work! I found sphinx-jinja2 very useful when I needed to customise the generated documentation.
Since the generated documentation contains markdown syntax, I try to use myst…
-
### What version of `myst-parser` are you using?
documentation
### What version dependencies are you using?
https://myst-parser.readthedocs.io/en/latest/syntax/examples/content_child1.html
### Wha…
-
**Is your feature request related to a problem? Please describe.**
Is there a way to run code and use myst substitutions (via Jinja) to plug in the result in docs?
Here is a minimal file I'm try…
-
Currently we are using reStructuredText for docs.appimage.org but some users (including myself) strongly prefer Markdown.
reStructuredText offers more powerful features but also has an entirely un…
-
From https://github.com/executablebooks/MyST-Parser/issues/147 @chrisjsewell mentioned
> Another thing that should be stressed in the documentation, is that all "nested" content in directives will …