Skip to content
Discussion options

You must be logged in to vote

You can open your slide deck in your favourite browser, inspect the slide around the footnotes, then target the (S)CSS class and add the appropriate elements to add a line above the footnotes "section".

Note that "section" in Reveal.js does not have the same meaning as in standard HTML document.
Section means first level headings, so it is normal to have footnotes count increasing between two level 2 header slides.
What were you expected this to be doing in the context of Reveal.js exactly? There might be something to be done.

Edit:

---
title: test
format:
  revealjs:
    center: true
include-in-header:
  text: |
    <style type="text/css">
      .reveal .slide aside {
        border-top:…

Replies: 1 comment 4 replies

Comment options

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

@mcanouil
Comment options

mcanouil Feb 1, 2024
Collaborator

@cderv
Comment options

cderv Feb 1, 2024
Maintainer

@mcanouil
Comment options

mcanouil Feb 1, 2024
Collaborator

Answer selected by jkub6
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 themes Related to HTML theming or any other style related issue (like highlight-style)
3 participants