-
Users often want to define custom styling (CSS, SCSS, or SASS) for their site. This allows them to do lightweight theming without needing to create an entirely new theme. It also allows authors to mak…
-
I love the features you provide. But I'm writing Sphinx docs with markdown (myst-parser).
For example, I often write a link to other documents in my docs (markdown):
```markdown
[Another guide](…
-
In the wiki and the Obsidian world, they use a bracket-style syntax for cross references within and between pages. These are roughly the links I'm talking about:
- `[[ link target ]]` (target can b…
-
### Describe the bug
**context**
When I create the following Markdown file:
`my-docs.md`
```
## Overview
Here I would like to refer you to the [details](details.md).
```
(there is another …
-
### Is your feature request related to a problem?
I think we should switch to [MyST markdown](https://mystmd.org/) for our docs. I've been using MyST markdown and [MyST-NB](https://myst-nb.readthed…
-
### Describe the bug
**context**
When I do create ipynb with cell
```
text2 = ('Lorem ipsum $x$ lorem $A$ ipsum?\n'
'\t\\[\n\t\t\\text{A=}\\left[\\begin{matrix}2 x + 4 & x - 4\\\\x + …
-
Ensure that this content can be
1. Rendered statically (as JupyterBook site)
2. As a thebe backed myst site (there may be challenges around earthdata login to overcome here)
3. As content within a J…
-
It would be useful if `vscode-markdown-preview-enhanced` could also render [MyST notes and warnings style admonitions](https://jupyterbook.org/content/content-blocks.html#notes-warnings-and-other-admo…
-
If we have a core spec that we want both the Python and JS implementations to support, we could also consider sharing some assets between them. For example:
- Testing assets / fixtures
- Regexes
…
-
### User story
As an author, I want to be able to include custom JavaScript libraries and scripts on any page in my MyST site, so that I can enable extra functionality for readers that isn't packaged…