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
docutils has the concept of a system_message node, which can be inserted into the AST at points of failure.
system_message
As an example, in unified-myst, this is what is currently output for an error in the table directive:
table
```{table} This is a caption :name: test :class: a Hallo ```
type: root children: - type: mystDirective name: table args: - This is a caption options: name: test class: - a value: Hallo bodyOffset: 4 children: - type: log message: >- Error parsing content block for the "table" directive: exactly one table expected. level: error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
docutils has the concept of a
system_message
node, which can be inserted into the AST at points of failure.As an example, in unified-myst, this is what is currently output for an error in the
table
directive:The text was updated successfully, but these errors were encountered: