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

Avoid empty "raw" directive #621

Merged
merged 1 commit into from
Jan 5, 2022

Conversation

mgeier
Copy link
Member

@mgeier mgeier commented Jan 2, 2022

Closes #620.

If the cell output is empty (or contains only whitespace), the raw directive complains:

WARNING: Content block expected for the "raw" directive; none found.

This has been introduced in #615.

@jdknight Please check if my proposed solution makes sense. If you know a better solution, please let me know!

jdswinbank added a commit to jdswinbank/stingray that referenced this pull request Jan 4, 2022
Work around for spatialaudio/nbsphinx#620

Should be fixed in the next release of nbspinx
(spatialaudio/nbsphinx#621).
@mgeier mgeier force-pushed the protect-from-empty-text branch from 3c6c6b9 to 28184d2 Compare January 5, 2022 19:11
@mgeier mgeier merged commit 28184d2 into spatialaudio:master Jan 5, 2022
@mgeier mgeier deleted the protect-from-empty-text branch January 5, 2022 19:24
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

Successfully merging this pull request may close these issues.

WARNING: Content block expected for the "raw" directive; none found.
1 participant