Skip to content

Commit ef2fc6d

Browse files
committed
Width/height documentation
1 parent 7084d33 commit ef2fc6d

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ We presently support the following shortcodes:
2424
|------------|-----------------------------------------------------------------|
2525
| `audio` | Embeds an audio player with optional caption and download link. |
2626
| `pdf` | Embeds a PDF file with customizable width and height. |
27-
| `revealjs` | Embeds a Reveal.js slide deck with optional height. |
27+
| `revealjs` | Embeds a Reveal.js slide deck with optional width and height. |
2828
| `html` | Embeds an HTML webpage with customizable width and height. |
2929

3030
You can use the shortcode immediately in a Quarto project that has the extension installed by typing into the document:

docs/index.qmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ We presently support the following shortcodes:
2929
|------------|-----------------------------------------------------------------|
3030
| [`audio`](qembedio-embed-audio.qmd) | Embeds an audio player with optional caption and download link. |
3131
| [`pdf`](qembedio-embed-pdf.qmd) | Embeds a PDF file with customizable width and height. |
32-
| [`revealjs`](qembedio-embed-revealjs.qmd) | Embeds a Reveal.js slide deck with optional height. |
32+
| [`revealjs`](qembedio-embed-revealjs.qmd) | Embeds a Reveal.js slide deck with optional width and height. |
33+
| [`html`](qembedio-embed-html.qmd) | Embeds an HTML file with customizable width and height. |
34+
3335

3436
You can use the shortcode immediately in a Quarto project that has the extension installed by typing into the document:
3537

0 commit comments

Comments
 (0)