Skip to content

Commit

Permalink
Ensure example works.
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Apr 22, 2024
1 parent 916c076 commit cc64d65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/qembedio-embed-pdf.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ title: "Embed PDF"
The `pdf` short code generates an embedded PDF object for HTML websites. You can use it with:

```markdown
{{{< pdf file="assets/test.pdf" >}}}
{{{< pdf file="assets/test.pdf" height="700px">}}}
```

For example, we can show the `test.pdf` with:
For example, we can show the `my-pdf-file.pdf` with:

{{< pdf file="assets/test.pdf" >}}
{{< pdf file="assets/my-pdf-file.pdf" height="700px">}}

## Options

Expand Down
6 changes: 3 additions & 3 deletions docs/qembedio-embed-revealjs.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ title: "Embed RevealJS Slides"
The `revealjs` short code generates an embedded `<iframe>` area for HTML websites. You can use it with:

```markdown
{{{< revealjs file="assets/slides-reveal.html" >}}}
{{{< revealjs file="assets/my-revealjs-slides.html" height="500px">}}}
```

For example, we can show the `slides-reveal.html` with:
For example, we can show the `my-revealjs-slides.html` with:

{{< revealjs file="assets/slides-reveal.html" >}}
{{< revealjs file="assets/my-revealjs-slides.html" height="500px">}}

## Options

Expand Down

0 comments on commit cc64d65

Please sign in to comment.