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
myst-parser
2.0.0
docutils 0.20.1 sphinx 7.4.7
0.20.1
7.4.7
Linux
When using this syntax:
::::{outer-directive} :key: value :::{inner-directive} ::: ::::
This warning message is displayed: WARNING: 'outer-directive': Invalid options format (bad YAML) [myst.directive_parse]
WARNING: 'outer-directive': Invalid options format (bad YAML) [myst.directive_parse]
This is because the directives.py file from MyST parser determines the end of the YAML block solely by looking at which lines begin with a colon.
directives.py
I have a proposed fix which I will open a PR for momentarily.
No response
The text was updated successfully, but these errors were encountered:
Improve detection of YAML option block (fixes executablebooks#963)
bb7e1a5
No branches or pull requests
What version of
myst-parser
are you using?2.0.0
What version dependencies are you using?
docutils
0.20.1
sphinx
7.4.7
What operating system are you using?
Linux
Describe the Bug
When using this syntax:
This warning message is displayed:
WARNING: 'outer-directive': Invalid options format (bad YAML) [myst.directive_parse]
This is because the
directives.py
file from MyST parser determines the end of the YAML block solely by looking at which lines begin with a colon.I have a proposed fix which I will open a PR for momentarily.
Expected Behavior
No response
To Reproduce
No response
The text was updated successfully, but these errors were encountered: