-
When converting rST projects to use MyST, directives from sphinx.ext.autodoc's such as `automodule` can cause issues.
The sphinx extension sphinx.ext.autodoc provides directives (`automodule`, `aut…
-
The ipython display widget doesn't render in my jupyter book HTML output. It does in my sphinx material.
**To Reproduce**
Steps to reproduce the behavior:
Create a markdown table and try to d…
-
### Describe the bug
~~~~
$ cat lol.md
## test
$ pandoc lol.md
test
~~~~
OTOH, MyST decides to throw a huge tantrum and generates the following:
~~~~
test
System Message: WARNING/2…
-
### Describe the problem
![image](https://user-images.githubusercontent.com/29491919/129016832-ee02f65c-db60-447f-b936-6d7210aa8579.png)
![image](https://user-images.githubusercontent.com/29491919/1…
-
Arguments are always arguments.
The parser should be able to read directives, and that should never be bumped down to the body.
Don't care what the directive is, can always know that the options…
-
**Describe the bug**
When building `html` it seems that if you use `search` as a filename -- sphinx replaces it with a search page and ignores the content in that file. Perhaps this is a reserved `…
mmcky updated
2 years ago
-
### Problem
I am new to the project and could not get `jupyterlite-sphinx` running on top of my existing Sphinx site in less than three hours. One of the reasons was:
```
Extension error (j…
-
### Describe the bug
**context**
Hi, it seems that it's no longer possible to launch notebooks written in MyST Markdown directly with mybinder.org - even with `jupytext` installed and using `noteboo…
-
Educate readers about the inline / direct linking syntax of MyST.
```
{ref}`Overview `
```
amotl updated
9 months ago
-
With RST you can use `rubric: footnotes` to make footnotes appear wherever you want. Is it possible to do this in MyST? It seems to only put them at the bottom of the document.