Skip to content

Commit

Permalink
Emphasize that inception with webR should be avoided.
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Nov 17, 2023
1 parent 5ff32c2 commit 59afc17
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions examples/revealjs/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -94,24 +94,9 @@ You can embed the slide deck inside of a Quarto Website or Book by using:
</div>
````

## Embedded Slides: Demo

Nested slides

<style>
.slide-deck {
border: 3px solid #dee2e6;
width: 100%;
height: 475px;
}
</style>

<div>
```{=html}
<iframe class="slide-deck" src="index.html"></iframe>
```
</div>

:::{.callout-note}
Avoid having multiple instances of webR running.
:::

## Fin

Expand Down

0 comments on commit 59afc17

Please sign in to comment.