Incremental list table #14918
pitrou
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Description
I'm currently drafting a presentation using Quarto and one of my slides has a long comparison table between two items A and B, so I would like to reveal each table line one by one.
I've tried applying the incremental markup to the table list: as such:
but the resulting table is not incremental.
If conversely I try to put the incremental tag inside the list-table tag:
::: {.list-table} ::: {.incremental} - - A - B - - Comparison item 1 for A - Comparison item 1 for B - - Comparison item 2 for A - Comparison item 2 for B ::: :::I then get this error:
This was filed as a regular discussion in https://github.com/orgs/quarto-dev/discussions/13226, but it was pointed out there that no corresponding feature request had been opened, so there it is. I hope that is the right process.
All reactions