Skip to content
Discussion options

You must be logged in to vote

From quarto-dev/quarto-cli/src/resources/formats/revealjs/pandoc/template.revealjs, I added a div with a "banner" css class:

File template.revealjs
<!DOCTYPE html>
<html$if(lang)$ lang="$lang$"$endif$$if(dir)$ dir="$dir$"$endif$>
<head>
  <meta charset="utf-8">
$if(quarto-version)$
  <meta name="generator" content="quarto-$quarto-version$" />
$else$
  <meta name="generator" content="quarto" />
$endif$

$for(author-meta)$
  <meta name="author" content="$author-meta$">
$endfor$
$if(date-meta)$
  <meta name="dcterms.date" content="$date-meta$">
$endif$
$if(keywords)$
  <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$">
$endif$
  <title>$if(title-prefix)$$title-prefix$ …

Replies: 4 comments 18 replies

Comment options

You must be logged in to vote
6 replies
@mcanouil
Comment options

@cathblatter
Comment options

@mcanouil
Comment options

@cathblatter
Comment options

@mcanouil
Comment options

Comment options

You must be logged in to vote
7 replies
@mcanouil
Comment options

mcanouil Sep 5, 2022
Collaborator

@cderv
Comment options

cderv Sep 5, 2022
Maintainer

@mcanouil
Comment options

mcanouil Sep 5, 2022
Collaborator

@cathblatter
Comment options

@cderv
Comment options

cderv Sep 5, 2022
Maintainer

Answer selected by cathblatter
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@cathblatter
Comment options

@mcanouil
Comment options

mcanouil Sep 6, 2022
Collaborator

@cathblatter
Comment options

@mcanouil
Comment options

mcanouil Sep 6, 2022
Collaborator

@cathblatter
Comment options

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
3 participants