diff --git a/MIGRATION.md b/MIGRATION.md index c3c8ff2..9efdb44 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -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 + +Hello +--- Not another slide ```