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 For applications for which we need to parse programmatically MyST and produce html (for example [pelican-myst-reader](https://github.com/ashwinvis/myst-reader) or a potential MyST to slide converter), it is very useful to...

enhancement

Add warnings (with source mapping) for unused footnote definitions and for footnote references that have no definition. Also account for parsing translation snippets containing footnote references. closes #930 closes #884...

This closes #760. MyST already escapes the `&` in the query params, but docutils escapes them again when rendering HTML, leading to broken query params. ```md [Link](example.com?foo=1&bar=2) ``` becomes ```html...

### What version of `myst-parser` are you using? 3.0.1 ### What version dependencies are you using? Sphinx 7.2.6 docutils 0.20.1 ### What operating system are you using? Mac ### Describe...

enhancement

### Describe the feature you'd like to request I'd like to be able to start and end equations using `\[` `\]` and `\(` `\)`. This was removed in 34.1. This...

enhancement

The docs [mention](https://myst-parser.readthedocs.io/en/latest/syntax/code_and_apis.html#documenting-whole-apis) using either autodoc or autodoc2 to automatically generate documentation. However the information provided is insufficient to reproduce. Let's consider adding much more details to this page sufficient...

### What version of `myst-parser` are you using? 3.0.0 ### What version dependencies are you using? pyodide-0.21.3 ### What operating system are you using? Linux ### Describe the Bug Running...

bug

### Describe the gap in the current documentation Goal is to create auto documentation. The docs [recommend](https://myst-parser.readthedocs.io/en/latest/syntax/code_and_apis.html#sphinx-autodoc2) sphinx-autodoc2 but they don't provide example content to include in the "_config.yml" file....

documentation