Skip to content
Discussion options

You must be logged in to vote

Use the ID of the slide: (which is either derived from the slide heading or whatever you called it)

---
format: revealjs
---

## Slide 1

A slide.

## Slide 2

Another slide.

1. Without margin
2. Without margin

## Slide 3

A third slide.

1. With margin
2. With margin

<style>
#slide-2 ol li  {
     margin-top:0;
}
</style>

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ced75
Comment options

Answer selected by ced75
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