-
- [x] https://github.com/markdown-it/markdown-it-container: could be used for https://github.com/executablebooks/MyST-Parser/issues/154
- [x] https://github.com/markdown-it/markdown-it-deflist: https…
-
In the MyST parser library, there's an option called `allowDangerousHtml` that allows the parser to include "raw" HTML that isn't a formal MyST node. This is mentioned on this page:
https://mystmd.…
-
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…
-
I'm surprised no one has noticed this before, but I've just realised there are some "conflicts" in how smartquotes are handled; between myst (via markdown-it), docutils and sphinx.
---
Within m…
-
## Describe the bug
```
Exception occurred:
File "/Users/fgelus/.virtualenvs/substra-doc-3.8/lib/python3.8/site-packages/myst_parser/main.py", line 3, in
import attr
ModuleNotFoundError:…
-
### Describe the bug
When I try to use roles for defining colors with rST, for example:
:green:`text`, it changes de color of the text.
With MyST parser I tried something like:
{green}`text`, I …
-
It looks like `index` directive is not supported at present in `myst_parser`.
Check with @chrisjsewell if this needs to be added or if it can pass through to `sphinx` as a `sphinx node`
mmcky updated
4 years ago
-
While Sphinx itself can use ME instead of RST via MyST sphinx plugin, anstibul-docs is unable to expose markdown files as links (even if sphinx does build the files correctly)
I am referring to htt…
-
## Listing of all errors found in the documentation
- [x] Arguments for a class not appearing if the Args were put under the init statement. mainly the AsyncYoutubeAPI class has this issue.
- [x] …
-
Currently, there are a number of places in the parser/renderer where we manipulate the docutils AST based on cell metadata
- https://github.com/ExecutableBookProject/MyST-NB/blob/ab4ba1d0964a7fe0a6…