Skip to content
Discussion options

You must be logged in to vote

You can change the CSS to suit your needs. In this case, add this to you slide and use the normal fragmented list:

# Hidden bullets

<style scoped>li { list-style-type: none}</style>

* These bullets
* are hidden
* to the viewer

More complex example, personalizing the CSS for each item individually: https://juanvvc.github.io/markdown-slides/marp/marp-tutorial.html#20 Code: https://github.com/Juanvvc/markdown-slides/blob/master/marp/marp-tutorial.md?plain=1#L372

You can also create CSS classes:

<style>.hidden-bullets li { list-style-type: none}</style>

# Normal slide

- Normal
* Fragmented
* List

# Hidden bullets
<!-- _class: hidden-bullets -->

- These bullets
* are hidden
* to the vie…

Replies: 2 comments 12 replies

Comment options

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

@sbibauw
Comment options

@yhatt
Comment options

@Juanvvc
Comment options

@sbibauw
Comment options

Comment options

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

@bilogic
Comment options

@yhatt
Comment options

@bilogic
Comment options

@yhatt
Comment options

Answer selected by sbibauw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
4 participants