-
Educate readers about the inline / direct linking syntax of MyST.
```
{ref}`Overview `
```
amotl updated
9 months ago
-
### Describe the bug
**context**
I'm trying to build a pdf using latex by running
```
jupyter-book build mybookname/ --builder pdflatex
```
**expectation**
I expected a pdf of the whole book
…
-
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.
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Sphinx or rinoh output
```text
alightwing@DESKTOP-536J1FP:/mnt/c/Users/Andrew/vm/development-texts$ rinoh test…
-
### Describe the bug
**context**
I added `parse.myst_enable_extensions.substitution` to `_config.yml` while fiddling with #2067 and that caused callout styling to break. I swapped `substitution` wit…
-
Note also, I'd like to eventually think about how to allow this to be formatted in a more stylised manner, e.g. https://wedevs.com/blog/303752/how-to-show-estimated-post-reading-time-for-wordpress-blo…
-
Writing some notes today, I found it hard to embed quotes (even after declaring an escape character). We should investigate this (and fix a typo in the options docstring)
We also should explicitly …
-
### Describe the bug
**context**
When I try to build sphinx docs with myst-nb...
**expectation**
I expected the docs to build.
**bug**
But instead the following error is:
```console
$ ju…
-
### Describe the bug
**context**
When titles in a jupyter book comprise symbols, the TOC rendered from md-files differs from TOC rendered from ipynb-files
**expectation**
I expected the TOC to b…
-
Sounds like `commonmark.py` is going to [get deprecated](https://github.com/readthedocs/commonmark.py/issues/308) in favor of `markdown-it-py`.
Quoting [a commenter on that issue](https://github.co…