Skip to content
New issue

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

Change non-fatal directive parsing errors to warnings #45

Open
rowanc1 opened this issue Jan 12, 2023 · 0 comments
Open

Change non-fatal directive parsing errors to warnings #45

rowanc1 opened this issue Jan 12, 2023 · 0 comments

Comments

@rowanc1
Copy link
Member

rowanc1 commented Jan 12, 2023

From executablebooks/MyST-Parser#682

For non-fatal errors, such as;
faulty options syntax, unknown option keys, and invalid option values,
a warning is raised, but the directive is still run (without the erroneous options).
The warning is given the myst.directive_parse type, which can be suppressed.

We should adopt a similar approach here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant