-
### Describe the bug
**context**
When I do this:
```# AAAAA
Works: [b](c.html)
Does not work: [b](c.html#foo)
```
**expectation**
I expected two links.
**bug**
But instead only one l…
-
### 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…
-
### Describe the problem
MyST does not add the `problematic` class on references that were not resolved successfully.
### Link to your repository or website
_No response_
### Steps to repr…
-
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](…
-
Over the last several months and at the last two team meetings @fwkoch, @stevejpurves and myself have been showing some of the new work on `mystjs`, which you can see/demo/try here: https://js.myst.to…
-
**Description**
Using
````
```{eval-rst}
.. contents::
```
````
Inside of a markdown file throws the following exception:
```
Exception occurred:
File "/home/tomas/tmp/venv/l…
-
### Describe the bug
I have three documents from which I create my documentation (they should be its chapters): *Introduction* (my README from github), *Manual* (it is in Markdown, because it was eas…
-
@stijnvanhoey As indicated on the documentation website, I did `python setup.py build_sphinx` to build the docs locally.
I had to install sphinx, sphinx_rtd_theme, numpydoc and myst_parser before it…
-
**Is your feature request related to a problem? Please describe.**
There doesn't seem to be an example of how to use roles and directives in the docs?
**A link to the documentation page where yo…
-
Currently, lists may be ordered (numbered) or unordered (bulleted). Headings may also be enumerated or not; they can be customized in the frontmatter, e.g.
```
---
numbering:
heading_1: true
…