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

updates: - [github.com/PyCQA/flake8: 5.0.2 → 5.0.4](https://github.com/PyCQA/flake8/compare/5.0.2...5.0.4)

### Describe the bug **context** The `only` directive mocked from Sphinx does not work when it contains an `include` directive that includes a file containing Markdown. It works as expected...

bug

Update the version bounds to allow docutils 0.19, and update the fixtures to match the output produced by 0.19. Fixes https://github.com/executablebooks/MyST-Parser/issues/591.

Hi, We've just released Docutils 0.19b1, and intend to release 0.19 final on 05/07/2022 (a week on Tuesday). Please would you test with the pre-release, and raise any issues to...

enhancement

### Describe the bug **context** I am trying to generate a pdf of my sphinx documentation. I am using the xelatex engine. There are many tables in the markdown file...

bug

The MyST documentation describes the `{code-block} $LANGUAGE` directive/idiom and uses it in many places. Common Markdown already supports a simpler construct **Fenced code block with info string** that does the...

documentation

### Describe the bug **context** We have documents which have a structure very similar to the [C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#S-errors) and use HTML anchors in heading the very same way as...

more-info-required

I feel like the docs could maybe give a special mention to the toctree directive, given how its usage seems mandatory for anything but the most trivial single page docs....

documentation

### Describe the problem We are actually trying to translate a md documentation from French to English, there is no problem for the majority of the markdown, but when it...

bug

### Describe the bug **context** When I browse the [API docs](https://myst-parser.readthedocs.io/en/latest/api/reference.html), they tell me that I should use `myst_parser.docutils_.Parser` to parse a document **expectation** I expected to be able to...

more-info-required