Skip to content
Discussion options

You must be logged in to vote

Here is the whole hack:

---
format:
  revealjs:
    include-in-header:
      - text: |
          <style>
            /* Hide original markers by default */
            .reveal ul li::marker,
            .reveal ol li::marker {
              color: transparent;
              transition: color 0.3s ease;
            }

            /* Show markers when list item or its fragments are visible */
            .reveal li.visible::marker,
            .reveal li.fragment.visible::marker,
            .reveal li:has(.fragment.visible)::marker {
              color: inherit;
            }
          </style>
---

## slide

::: {layout-ncol="2"}

- [Technique spectroscopique permettant d'analyser :]{.fr…

Replies: 1 comment 4 replies

Comment options

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

Answer selected by ValentinGilet
@ValentinGilet
Comment options

@mcanouil
Comment options

@ValentinGilet
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
2 participants