From 47566817c559557f5bc6c9c503afa1a37bf7df90 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 28 Oct 2019 21:14:01 -0700 Subject: Shared: improve isTight. If a list has an empty item, this should not count against its being a tight list. Closes #5857. --- test/command/5857.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/command/5857.md (limited to 'test/command') diff --git a/test/command/5857.md b/test/command/5857.md new file mode 100644 index 000000000..31320cd12 --- /dev/null +++ b/test/command/5857.md @@ -0,0 +1,11 @@ +``` +% pandoc -f native -t markdown +[BulletList + [[Plain [Str "a"]] + ,[] + ,[Plain [Str "b"]]]] +^D +- a +- +- b +``` -- cgit v1.2.3