Skip to content

Footnote in Revealjs on top of text #4044

@reuning

Description

@reuning

Bug description

Using Revealjs, the footnote is appearing on top of the text no matter how little text I have on the slide. See the below example.

---
title: "Footnote"
format: revealjs
---

# Test

This needs a footnote^[Footnote]

Renders as:
Screenshot 2023-01-21 at 1 05 41 PM

The settings:

kevinreuning@Kevins-MacBook-Pro-4 R Bootcamp % quarto preview "/Users/kevinreuning/Dropbox/Teaching_Kevin/Spring_2023/R Bootcamp/
tmp.qmd" --no-browser --no-watch-inputs
pandoc 
  to: revealjs
  output-file: tmp.html
  standalone: true
  title-prefix: Presentations
  wrap: none
  default-image-extension: png
  html-math-method:
    method: mathjax
    url: >-
      https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS_HTML-full
  slide-level: 2
  
metadata
  link-citations: true
  width: 1050
  height: 700
  margin: 0.1
  center: false
  navigationMode: linear
  controlsLayout: edges
  controlsTutorial: false
  hash: true
  history: true
  hashOneBasedIndex: false
  fragmentInURL: false
  transition: none
  backgroundTransition: none
  pdfSeparateFragments: false
  lang: en
  auto-stretch: true
  author: Kevin Reuning
  theme:
    - default
  title: Footnote
  
Output created: _site/tmp.html

Quarto version: 1.2.280
System Version: macOS 13.1 (22C65)

Checklist

  • Please include a minimal, fully reproducible example in a single .qmd file? Please provide the whole file rather than the snippet you believe is causing the issue.
  • Please format your issue so it is easier for us to read the bug report.
  • Please document the RStudio IDE version you're running (if applicable), by providing the value displayed in the "About RStudio" main menu dialog?
  • Please document the operating system you're running. If on Linux, please provide the specific distribution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions