From 6e2cfd6c97b1b8657f1f3e2b66090a2c3ba8d887 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 6 Sep 2019 08:44:36 -0700 Subject: Improve detection of headings in Divs by hierarchicalize. The structure ```

one

two

``` should create two coordinate sections, not a section with a subsection. Now it does. Extends #3057. --- test/command/3057.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'test') diff --git a/test/command/3057.md b/test/command/3057.md index b1f3a8c2e..0db5e7969 100644 --- a/test/command/3057.md +++ b/test/command/3057.md @@ -45,10 +45,12 @@ ^D
one -
- two - - -
+ + +
+
+ two + +
``` -- cgit v1.2.3