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

This is a start to addressing #155

token.info is always a `str` so we can do this

**Describe the bug** If you have content like this: ```` ```{admonition} Example Content ``` ```{admonition} Example Content ``` ```` You get no warning when building in the source language. However,...

bug
topic/extension

**Describe the bug** When trying build a document via sphinx that ends with a heading, I see the following warning: ``` foo.md:0: WARNING: Document or section may not begin with...

documentation

It appears to me that "Target" is block level token, not inline (as currently documented), and does block token like things, e.g. splitting a paragraph in two. Is it intentional...

documentation

**Describe the bug** I am trying to use MyST-parser as a reader for Pelican static site generator. I would like to use citation and bibliography rendering capabilities. If I understood...

bug

Here are some issues I noticed with the MyST documentation as a new user: - [ ] The docs don't mention anywhere how to do a table of contents. Since...

documentation

There is a picture of htop showing parallel CPU utilization at the rst and MyST versions of the wealth dynamics examples page, but it seems to be in the wrong...

documentation

**Description** Using ```` ```{eval-rst} .. contents:: ``` ```` Inside of a markdown file throws the following exception: ``` Exception occurred: File "/home/tomas/tmp/venv/lib/python3.8/site-packages/sphinx/writers/html5.py", line 790, in unknown_visit raise NotImplementedError('Unknown node: '...

bug