From a1f80331f4724076210b08781604f9011580752e Mon Sep 17 00:00:00 2001 From: Brent Jackson Date: Sat, 16 Mar 2019 13:06:40 -0400 Subject: [PATCH] Edit migration doc --- MIGRATION.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ```