webexercises icon indicating copy to clipboard operation
webexercises copied to clipboard

conflict with rmarkdown::paged_table

Open richardjtelford opened this issue 1 year ago • 1 comments

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)

richardjtelford avatar Sep 08 '23 14:09 richardjtelford