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

### Description / Summary I noticed that currently `CHANGELOG.md` is being managed manually. I have recently figured out how to configure Towncrier to work with Markdown so I wanted to...

documentation
enhancement

I am using `breathe` to parse `Doxygen XML output` and dump them in a markdown file using `myST`. An issue is facing that, Parent class formerly shows a cross-reference link...

### Description / Summary In plain reStructuredText, [labels](https://www.sphinx-doc.org/en/master/usage/restructuredtext/roles.html#ref-role) can be placed in arbitrary locations and be referenced by the `:ref:` role. In MyST markdown, I get a warning for `figure_label`in...

enhancement

### Describe the problem The expected behaviour of footnotes with text before and after when they are translated is wrong (without text, everything seems to be ok). The reference to...

bug

Thanks for the great project. I perfectly fits the use case I have, with one minor issue. **TL;DR**: Is it possible to fix or ignore non-consecutive header levels? For a...

enhancement

Hi, in the MyST FAQ I saw something about autodoc integration. Maybe you could also write about Napoleon integration: https://sphinxcontrib-https://sphinxcontrib-napoleon.readthedocs.io/en/latest/#.readthedocs.io/en/latest/# I am asking because many ppl. use this kind of...

documentation

### Describe the enhancement you'd like In the wiki world, it is common to use wikilinks (like `[[mylink]]`) for references within and between pages. This is quite similar semantically to...

enhancement
needs: discussion

Hello, I'm currently moving the last bits of our [docs from RST to md using MyST](https://github.com/dib-lab/sourmash/pull/1021) but I couldn't figure out how to link to files in the `_static/` dir....

documentation
more-info-required

### Describe the problem The behaviour of an inline link to an external resource (access through file://///) does not work as expected for an .md input to MyST when generating...

enhancement

This is an informational maybe-bug, I was not able to reproduce it. One of my novice contributors ran into it but resolved it on their own. Perhaps this report will...

bug