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
Currently if you e.g. render https://github.com/multimeric/Fwrappe/blob/main/examples/figure_div.qmd to PDF, it will fail to wrap. This is because the figure classes get thrown out and only the image classes remain by the post-render phase that the filter runs.
Some possible solutions:
Image
quarto
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently if you e.g. render https://github.com/multimeric/Fwrappe/blob/main/examples/figure_div.qmd to PDF, it will fail to wrap. This is because the figure classes get thrown out and only the image classes remain by the post-render phase that the filter runs.
Some possible solutions:
Image
element, and then copy this to the parent figure. This would be a hack but user friendly enough.quarto
. Unfortunately due to YAML Validation fails for specifying filter process positions in extensions outside of formats quarto-dev/quarto-cli#11560 (comment), this would have to live in another repo and the user would have to add both.The text was updated successfully, but these errors were encountered: