r-wasm / quarto-live

WebAssembly powered code blocks and exercises for both the R and Python languages in Quarto documents
https://r-wasm.github.io/quarto-live/
MIT License
128 stars 9 forks source link

Missing folder in include path #39

Closed DrDeception closed 3 months ago

DrDeception commented 3 months ago

In the example documentation of GradeThis being used with quarto-live (here - https://r-wasm.github.io/quarto-live/exercises/gradethis.html#setup) the example include statements are shown as: {{< include ./_extensions/live/_knitr.qmd >}} {{< include ./_extensions/live/_gradethis.qmd >}}

in short, they are missing the `r-wasm' folder that is included in the extension folder on creation.

I think that they should be as follows: {{< include ./_extensions/r-wasm/live/_knitr.qmd >}} {{< include ./_extensions/r-wasm/live/_gradethis.qmd >}}

Loving the extension!