-
Notifications
You must be signed in to change notification settings - Fork 389
Parsed HTML table wrapping div needs to be scaffold so that it is removed #9602
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
Conversation
|
This also fixes #8797 |
|
Yes, let's backport it. |
|
Will this also close #6529? |
Especially because powerpoint does not allow Div and Tables in Div
Ensure the figure is not wrap in a block that prevents the alignment to work. This #block was created by the unneeded `Div` that is now a scaffolded one.
Thanks @gordonwoodhull. I commented at #8797 (comment). I think this is fixed by prerelease already for what is reported. Though I added a test for typst here, because parsed HTML table where also an issue leading to aligned table. It seems center align is our default for Typst in 1.5. |
- Use scaffoled Divs for parsed HTML table so that it is removed and not converted in output format - Use make_scaffold as _quarto.ast.scafold_element does not exist in 1.4 - Add a test for powerpoint using XPATH - Add a test for typst table Ensure the figure is not wrap in a block that prevents the alignment to work. This #block was created by the unneeded `Div` that is now a scaffolded one.
- Use scaffolded Divs for parsed HTML table so that it is removed and not converted in output format - Use make_scaffold as _quarto.ast.scafold_element does not exist in 1.4 - Add a test for powerpoint using XPATH - Add a test for typst table Ensure the figure is not wrap in a block that prevents the alignment to work. This #block was created by the unneeded `Div` that is now a scaffolded one.
|
This was backported in 1.4 for next patch release, and changelog added there. Merging this in main now. |
Especially because powerpoint does not allow Div and Tables in DivWelcome to the quarto GitHub repo!
fixes #9365