-
The markers of unordered lists are rendered differently in MREs: ---
title: lists-html
format: html
---
# Lists
* Unordered list
+ sub-item 1
+ sub-item 2
- sub-sub-item ---
title: lists-revealjs
format: revealjs
---
# Lists in revealjs
* Unordered list
+ sub-item 1
+ sub-item 2
- sub-sub-item It is a subtle difference and I am being picky here 😉 . The styles can be changed using |
Beta Was this translation helpful? Give feedback.
Answered by
jjallaire
May 29, 2022
Replies: 1 comment 1 reply
-
I think slides and documents are different enough (and bullets distinctively important enough in slides) that I'd prefer to defer to the underlying themes for now (esp. b/c this is user configurable via CSS) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mcanouil
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think slides and documents are different enough (and bullets distinctively important enough in slides) that I'd prefer to defer to the underlying themes for now (esp. b/c this is user configurable via CSS)