Skip to content

renderthis::to_pdf() is unable to capture footnotes from Quarto presentation #67

Open
@JauntyJJS

Description

Hi,

I am using renderthis_0.2.0 and Quarto version 1.2.269

I have created a Quarto script called index.qmd that has the one title slide followed by one content slide. I tried to add an aside and footer on the content slide

---
title: "Title"
author: "Name"
format: 
  revealjs:
    navigation-mode: linear
---

## Quarto

Quarto enables you to weave together content and executable code into a finished presentation. To learn more about Quarto presentations see <https://quarto.org/docs/presentations/>.

::: aside
Some additional commentary of more peripheral interest.
:::

::: footer
My footer
:::

I have rendered the file to index.html and tried to convert it to pdf using the command

renderthis::to_pdf("index.html")

When I take a look at the pdf file, the content slide seems to have lost the footer but the aside can be seen.

For reference, this is how it looks like in html

image

and in pdf

image

Hope this is reproducible from your end.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions