Skip to content

HTML bespoke output: Skip the progressive list item slides #215

Answered by yhatt
ymollard asked this question in Q&A
Discussion options

You must be logged in to vote

Marp recognizes the list with * marker as the fragmented list.

* Step 1
* Step 2
* Step 3

To show list at once, use - marker instead.

- Step 1
- Step 2
- Step 3

See also: https://marpit.marp.app/fragmented-list?id=for-bullet-list

Advanced: You also can make a fragment group by using <div data-marpit-fragment>. It requires to enable HTML tags by --html option. marp-team/marpit#195

<div data-marpit-fragment>

- Step 1
- Step 2
- Step 3

</div>

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ymollard
Comment options

@testsmith-io
Comment options

Answer selected by ymollard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants