1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-11-25 15:50:39 +03:00

Edit migration doc

This commit is contained in:
Brent Jackson 2019-03-16 13:06:40 -04:00
parent 175673950b
commit a1f80331f4

View File

@ -11,7 +11,9 @@ With v2, MDX Deck now splits slides based on the Remark AST's `thematicBreak` no
For example, the following **will not** be split into a new slide, but instead will be treated as a Setext-style heading:
```md
## Hello
<!-- prettier-ignore -->
Hello
---
Not another slide
```