We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following input fails to convert:
.. sidebar:: _`Some label` ABC
The error is:
test.rst -> test.md FAILED: error: block-level target has children
No response
rst2myst convert test.rst with the document above
rst2myst convert test.rst
3.8
GNU/Linux (Mint)
$ rst2myst --version rst2myst, version 0.3.2 $ python3 --version Python 3.8.10 $ sphinx-build --version sphinx-build 3.5.4 $ pip show myst_parser | grep Version Version: 0.15.1
This is the corresponding pseudoXML:
<document source="test.rst"> <sidebar> <title> <target ids="some-label" names="some\ label"> Some label <paragraph> ABC
The text was updated successfully, but these errors were encountered:
Hmm, thats a weird one, thanks I'll try to have a look at some point.
Sorry, something went wrong.
No branches or pull requests
Describe the problem
The following input fails to convert:
The error is:
Link to your repository or website
No response
Steps to reproduce
rst2myst convert test.rst
with the document aboveThe version of Python you're using
3.8
Your operating system
GNU/Linux (Mint)
Versions of your packages
Additional context
This is the corresponding pseudoXML:
The text was updated successfully, but these errors were encountered: