MyST-Parser icon indicating copy to clipboard operation
MyST-Parser copied to clipboard

An extended commonmark compliant parser, with bridges to docutils/sphinx

Results 208 MyST-Parser issues
Sort by recently updated
recently updated
newest added

### Context When writing documentation, I would like to be able to use roles when resolving references in [CommonMark links](https://myst-parser.readthedocs.io/en/latest/syntax/syntax.html#commonmark-link-format). At the moment, if MyST cannot resolve a link itself,...

enhancement

### Describe the bug ~~~~ $ cat lol.md ## test $ pandoc lol.md test ~~~~ OTOH, MyST decides to throw a huge tantrum and generates the following: ~~~~ test System...

more-info-required

### Context This issue is closely related to #172, especially https://github.com/executablebooks/MyST-Parser/issues/172#issuecomment-685923790. As @nickcrider was explaining, there is an edge case where users needs to use `{eval-rst}` but are unable to...

enhancement

### Context In jupyter books, it would be great to have the opportunity to have clickable figures using HTML syntax. ### Proposal The suggested syntax could be: ``` :::{figure-md} global-fig...

enhancement

### Describe the bug **context** When I use `sphinx.ext.autosectionlabel` and `myst_parser` for an rst project it triggers an exception: See also https://github.com/sphinx-doc/sphinx/issues/10902. `sphinx.ext.autosectionlabel` configuration: ```python autosectionlabel_prefix_document = True autosectionlabel_maxdepth =...

bug

Adding equation in markdown with labels with referencing. Below is the code. $$ \begin{split} x = y+z \end{split} $$ (eqn:coordinate) The label unfortunately is generated as shown below at the...

### Context I have a use case where I am mixing MyST .md files and docutils .rst files, and I would like to link between the two. Linking from rst...

enhancement

### Context Several `sphinx` extensions are used in older `restructured text` projects, like; - [`numpydoc`](https://numpydoc.readthedocs.io/en/latest/) - [`sphinxcontrib`](https://github.com/sphinx-contrib) and several others. Lacking support for these prevents other project from transitioning towards...

enhancement

### Describe the feature you'd like to request I am proposing the addition of a `:tag:` option for the `{math}` directive. Currently, equations can only be labeled for referencing within...

enhancement

updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.1...v0.4.10) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.9.0...v1.10.0)