-
### Context
Currently you need to manually enable heading anchors by setting `myst_heading_anchors` to a default value in your configuration file: https://myst-parser.readthedocs.io/en/latest/syntax/…
wlach updated
2 years ago
-
### What version of `myst-parser` are you using?
2.0.0
### What version dependencies are you using?
Name: Sphinx
Version: 7.2.6
Name: docutils
Version: 0.20.1
### What operating system are yo…
-
With new versions of myst-parser and myst-nb, file-level configuration is now available under the `myst`/mystnb` "namespaces":
- https://myst-parser.readthedocs.io/en/latest/configuration.html#loca…
-
### Describe the bug
**context**
I am trying to make a link containing query params such as `https://example.com?first=a&second=b`
**expectation**
I expected that the rendered link would contain…
-
_Edit_: Published gh-pages of demo repo: https://phispel.github.io/dropdown-height-bug
## Describe the bug
### Context
The dropdown admonition format is great for our purposes, for example [h…
-
### Describe the problem/need and solution
**Context**
Currently, we're adding a simple `.cell` class to our code cells when they are rendered.
However, `.cell` is a very generic term, and gene…
-
JupyterLab and nbconvert allow users to link to a specific cell by it's ID by using hash fragment like `#cell-id=my-cell-id` where `my-cell-id` is an example cell ID. JupyterBook nor MyST-NB does not …
-
As discussed a bit in https://github.com/executablebooks/jupyter-book/pull/911, now that we have multiple syntax options to enable in the MyST parser, it will be important to define what is "core MyST…
-
@phaustin thanks for the feedback
> I'm moving one of my courses from nbsphinx to myst-nb, and have hit an issue with a commented link causing myst to hang. Specifically, this line is ignored by nb…
-
### Describe the problem
Pandas DataFrames support LaTeX formatting in column labels, and this is rendered properly in Jupyter Notebooks, but Jupyter Book does not seem to render this in the final …