From ba05e1ea02d5227796f12dea2404285300021de6 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 23 Feb 2019 15:40:06 -0700 Subject: Shared.compactify: Avoid mixed lists. This improves on the original fix to #5285 by preventing other mixed lists (lists with a mix of Plain and Para elements) that were allowed given the original fix. --- test/writer.html5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/writer.html5') diff --git a/test/writer.html5 b/test/writer.html5 index 39b5344dd..e0b30f4af 100644 --- a/test/writer.html5 +++ b/test/writer.html5 @@ -199,7 +199,7 @@ These should not be escaped: \$ \\ \> \[ \{

Fancy list markers

    -
  1. begins with 2
  2. +
  3. begins with 2

  4. and now 3

    with a continuation

      -- cgit v1.2.3