Skip to content

Commit ca8725f

Browse files
committed
Add redirect over to official WASM backend
1 parent 4225172 commit ca8725f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# webR Extension for Quarto
22

3+
> [!IMPORTANT]
4+
>
5+
> Looking for the official Quarto WebAssembly backend? Check out [`quarto-live`](https://github.com/r-wasm/quarto-live)!
6+
37
This community developed Quarto extension enables the [webR](https://docs.r-wasm.org/webr/latest/) code cell within various [Quarto](https://quarto.org/) formats, including [HTML](https://quarto.org/docs/output-formats/html-basics.html), [RevealJS](https://quarto.org/docs/presentations/revealjs/), [Websites](https://quarto.org/docs/websites/), [Blogs](https://quarto.org/docs/websites/website-blog.html), and [Books](https://quarto.org/docs/books).
48

59
![`quarto-webr` Filter in Action](https://i.imgur.com/JIQZIZ8.gif)

docs/_quarto.yml

+4
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ website:
6969
text: Extension Website Notes
7070
- href: https://quarto-webr.thecoatlessprofessor.com/tests/
7171
text: Test Suite
72+
body-header: |
73+
:::{.callout-important}
74+
Looking for the official Quarto WebAssembly backend? Check out [`quarto-live`](https://github.com/r-wasm/quarto-live)!
75+
:::
7276
body-footer: |
7377
:::{.callout-important}
7478
This Quarto extension is open source software and is **not affiliated with** Posit, Quarto, or webR. The extension is at best a community effort to simplify the integration of webR inside of Quarto generated documents.

0 commit comments

Comments
 (0)