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 In some documents I have to write a lot of ```` ```{exercise-end} ``` ```` (This directive comes from [sphinx-exercise](https://github.com/executablebooks/sphinx-exercise).) I don't understand why it cannot be written on...

enhancement

updates: - [github.com/asottile/pyupgrade: v2.37.3 → v2.38.0](https://github.com/asottile/pyupgrade/compare/v2.37.3...v2.38.0) - [github.com/psf/black: 22.6.0 → 22.8.0](https://github.com/psf/black/compare/22.6.0...22.8.0)

## The Issue In MyST, currently, there is limited capability to specify "document-level" referencing, which work independent of the larger project. Currently, all sphinx reference roles are project wide, e.g....

### Describe the bug **Writing a Markdown file with math to be Compiled into Latex** When I do a block equation like `$$...$$`. **expectation** I expected no errors to occur...

bug

Running the test suite (with `tox` command) now gives the following warnings: ``` tests/test_docutils.py: 9 warnings tests/test_renderers/test_error_reporting.py: 18 warnings tests/test_renderers/test_fixtures_docutils.py: 89 warnings tests/test_renderers/test_fixtures_sphinx.py: 155 warnings tests/test_renderers/test_include_directive.py: 8 warnings tests/test_renderers/test_myst_config.py: 5...

help wanted
testing

I really miss the `parse` method of the `inliner` object available within roles : https://github.com/executablebooks/MyST-Parser/blob/dcbd5ef/myst_parser/mocking.py#L46 It's very nice to be able to use Python / Sphinx code to extend Markdown...

enhancement

### What version of `myst-parser` are you using? 2.0.0 ### What version dependencies are you using? Sphinx 7.2.5, docutils 0.19 ### What operating system are you using? Linux ### Describe...

bug

### What version of `myst-parser` are you using? 2.0.0 ### What version dependencies are you using? Sphinx 7.2.6 ### What operating system are you using? Windows ### Describe the Bug...

bug

### What version of `myst-parser` are you using? `>=0.19.0` ### What version dependencies are you using? Any version compatible with the version of MyST Parser used. ### What operating system...

bug