-
Notifications
You must be signed in to change notification settings - Fork 323
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
Quarto fails to render figure layout with subcaptions #6993
Comments
Thank you! We'll fix ASAP. |
Another immediate workaround, if you're looking for one, is to not use |
Oh that's just for the sake of the reprex—IRL it's a more complex multipanel layout like |
Oh, and idk if it's related to this issue or if I should open a new one, but |
Probably a new one. (I ripped out all of the old crossref to support #4944 and we're going through a bit of regression churn. I apologize!!) |
Hi @cscheid, I'm not sure if this is the case for opening new issue...
Thank you! |
Ok, we do need to fix that error, but I'm not sure what output you're expecting to get if the code cell itself has |
Thanks @cscheid ! |
@radovan-miletic Have you considered using project profiles and conditional contents? |
Thanks @mcanouil , it's certainly worth exploring! |
Ok. But what I meant is that your code cell has labels, captions, and layout options, but with |
I should have been more explicit. |
@cscheid @radovan-miletic I opened a new issue at #7118 to continue discussion there in its proper thread. It seems there are some changes to discuss. |
Bug description
(This might be related to #6912.)
When using subcaptions with the layout option for custom figure layouts, Quarto gives an error.
Steps to reproduce
This works (no image-specific captions):
This works (image-specific captions):
This doesn't work (image-specific subcaptions):
Expected behavior
There should be subcaptions with images.
Actual behavior
Nothing renders :)
Your environment
Quarto check output
The text was updated successfully, but these errors were encountered: