Skip to content

Fragmented list with no bullet/numbering #270

Answered by Juanvvc
sbibauw asked this question in Ideas
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 8 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
2 replies
@yhatt
Comment options

@sbibauw
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
3 participants