I have a quarto book that has a table using rmarkdown::paged_table(). This worked fine until I add webexercises with add_to_quarto(). I think there is some sort of conflict in the javascript, but I don't know how to diagnose that.
Example table:
```{r}
rmarkdown::paged_table(palmerpenguins::penguins)
I have a quarto book that has a table using
rmarkdown::paged_table(). This worked fine until I add webexercises withadd_to_quarto(). I think there is some sort of conflict in the javascript, but I don't know how to diagnose that.Example table: