Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blank presentation #3

Open
drfurtado opened this issue Aug 27, 2021 · 0 comments
Open

Blank presentation #3

drfurtado opened this issue Aug 27, 2021 · 0 comments

Comments

@drfurtado
Copy link

drfurtado commented Aug 27, 2021

Update
I can confirm that the problem is related to pandoc. The behavior described below started when I upgraded pandoc from 2.9 to 2.14

Hi @SamGuay,
It was working fine until today. Now, I get a blank page when rendered, even when trying to preview in browser. Any help would be greatly appreciated.

files:

test.Rmd

---
title: "Untitled"
---

## R Markdown

This is an R Markdown presentation. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see <http://rmarkdown.rstudio.com>.

_output.yaml

revealjs::revealjs_presentation:
  self_contained: false
  reveal_plugins: ["chalkboard", "search", "zoom", "notes", "menu"]
  reveal_options:
      chalkboard:
        theme: whiteboard
  theme: sky
  highlight: pygments
  transition: slide
  center: false
  controls: true
  controlsTutorial: true
  disableLayout: true
  incremental: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant