1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-09-11 06:35:24 +03:00
mdx-deck/examples/steps/deck.mdx
2020-02-02 12:45:23 -05:00

26 lines
167 B
Plaintext

# Hello!
---
<ul>
<li>One</li>
<Steps>
<li>Two</li>
<li>Three</li>
<li>Four</li>
</Steps>
</ul>
---
## One
<Steps>
## Two
## Three
</Steps>