marp-team / marp-vscode

Marp for VS Code: Create slide deck written in Marp Markdown on VS Code
https://marketplace.visualstudio.com/items?itemName=marp-team.marp-vscode
MIT License
1.58k stars 75 forks source link

How do I show all bullet points on a slide at once in generated HTML slide deck? #180

Closed jc-camosun closed 4 years ago

jc-camosun commented 4 years ago

Currently, I have to press the right arrow key to make each bullet point appear on the slide. Is there a directive to alternatively have them all show up on the slide immediately when a slide is shown? In other words, arrow keys scroll through entire slides not just bullet points.

yhatt commented 4 years ago

Duplicate of marp-team/marp-cli#102.

Just replace the bullet * into - in list item

Refer to https://marpit.marp.app/fragmented-list.

jc-camosun commented 4 years ago

Great thanks. Sorry I missed that in the docs.