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

Typo: Match output to example #50

Closed cwickham closed 2 months ago

cwickham commented 2 months ago

Example code is given as:

```{ojs}
foo + bar

But `echo` of output looks like:
```{ojs}
d3.sum(foo) + d3.max(bar)
cwickham commented 2 months ago

Oh yeah, OJS noob and I should have actually rendered...Fixed.