-
Notifications
You must be signed in to change notification settings - Fork 368
Closed
Labels
bugSomething isn't workingSomething isn't workingrevealjsIssues with the revealjs formatIssues with the revealjs format
Milestone
Description
In reveal.js presentations, the menu item for the PDF Export tool triggers the overview mode rather than a PDF export.
Looking at what I believe is the respective code, it appears to be a simple oversight and probably straightforward to fix:
quarto-cli/src/format/reveal/format-reveal-plugin.ts
Lines 438 to 442 in 7cc0ced
{ | |
title: "PDF Export Mode", | |
key: "e", | |
handler: "overview", | |
}, |
Weirdly, though, the key binding "e" still works as expected.
ginolhac, egouldo and manuvazquez
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingrevealjsIssues with the revealjs formatIssues with the revealjs format