Skip to content
Discussion options

You must be logged in to vote

The option you've set are not passed on to the Reveal.js plugin.

You did not place the options in the proper scope.
The options are for the menu plugin, so you need to tell Quarto that.
See https://quarto.org/docs/presentations/revealjs/presenting.html#navigation-menu for an example of this.

---
title: "Some title"
author: "An author"
jupyter: python3
format: 
  revealjs:
    menu:
      titleSelector: 'h1'
      useTextContentForMissingTitles: false 
      hideMissingTitles: true
    theme: default
    slide-number: true
---

# First section

## Slide with title

##

Slide without a title

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@ellafm
Comment options

@mcanouil
Comment options

mcanouil Aug 7, 2024
Collaborator

@ellafm
Comment options

@mcanouil
Comment options

mcanouil Aug 7, 2024
Collaborator

Answer selected by ellafm
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
revealjs Issues with the revealjs format
2 participants