1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-09-17 09:57:23 +03:00
mdx-deck/examples/steps/deck.mdx

26 lines
167 B
Plaintext
Raw Normal View History

2019-04-22 03:07:57 +03:00
# Hello!
---
<ul>
<li>One</li>
2020-02-02 20:45:23 +03:00
<Steps>
2019-04-22 03:07:57 +03:00
<li>Two</li>
<li>Three</li>
<li>Four</li>
2020-02-02 20:45:23 +03:00
</Steps>
2019-04-22 03:07:57 +03:00
</ul>
---
## One
2020-02-02 20:45:23 +03:00
<Steps>
2019-04-22 03:07:57 +03:00
## Two
## Three
2020-02-02 20:45:23 +03:00
</Steps>
2019-04-22 03:07:57 +03:00