File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3030You can use the shortcode immediately in a Quarto project that has the extension installed by typing into the document:
Original file line number Diff line number Diff 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
3436You can use the shortcode immediately in a Quarto project that has the extension installed by typing into the document:
3537
You can’t perform that action at this time.
0 commit comments