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

### What version of `myst-parser` are you using? 2.0.0 ### What version dependencies are you using? ``` docutils 0.20.1 sphinx 7.2.6 ``` ### What operating system are you using? Linux...

bug

### Describe the feature you'd like to request The GitLab slugger’s source is [here](https://gitlab.com/gitlab-org/gitlab/-/tree/master/lib/gitlab/slug), it would be great if MyST provided that function to use as a drop-in replacement for...

enhancement

Say I am writing *foo.md* and I want to reference *bar.md.* I can reference that file with `[](bar.md)` or `[](bar)`. If I now however want to reference the heading *heading*...

### Describe the feature you'd like to request I'd like for fenced code blocks to support the `caption` attribute. Right now if I want captions on code blocks, I have...

enhancement

### Describe the feature you'd like to request I would like to be able to create a link that, when clicked, opens in a new tab. I found that [in...

enhancement

It'd be very convenient if shortcut reference lines were able to perform reference resolution. For reference, a shortcut reference link is this: ``` [foo] [`foo`] ``` See https://spec.commonmark.org/0.30/#shortcut-reference-link As far...

### What version of `myst-parser` are you using? 2.0.0 ### What version dependencies are you using? `sphinx` ### What operating system are you using? Linux ### Describe the Bug The...

bug

In the [list table options](https://myst-parser.readthedocs.io/en/latest/syntax/tables.html#list-tables), “image” should be [replaced by “table”](https://github.com/executablebooks/MyST-Parser/blob/ebf989fdae10c68dfbd3dcdfec4b86259b810cd9/docs/syntax/tables.md?plain=1#L124).

The "left" and "right" cell alignment options are handled by assigning `text-left` or `text-right` classes to the cell. I think this approach was relying on the styling of these classes...

documentation

### Describe the feature you'd like to request For MyST to enter into my academic writing workflow, I really would like to see a MyST Markdown extension for quick-to-type non-breaking...

enhancement