From 2a67b7aea9e9d70e67c0def21da78abf4ec590a1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 7 Jan 2020 10:11:46 -0800 Subject: Reveal.js writer: restore old behavior for 2D nesting. The fix to #6030 actually changed behavior, so that the 2D nesting occurred at slide level N-1 and N, instead of at the top-level section. This commit restores the 2.7.3 behavior. If there are more than 2 levels, the top level is horizontal and the rest are collapsed to vertical. Closes #6032. --- test/command/6030.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'test/command') diff --git a/test/command/6030.md b/test/command/6030.md index 44a934a6a..e05bf6e7f 100644 --- a/test/command/6030.md +++ b/test/command/6030.md @@ -15,12 +15,20 @@ Three #### Four Four + +# New sec + +New sec + +## New sub + +New sub ^D +

One

One

-

Two

Two

@@ -32,6 +40,16 @@ Four

Four

+
+
+

New sec

+

New sec

+
+
+

New sub

+

New sub

+
+
``` ``` -- cgit v1.2.3