From 556c6c2c6ded6da4e8fd28e5f57fb55df8625373 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 31 Oct 2017 10:48:13 -0700 Subject: Markdown reader: make sure fenced div closers work in lists. Previously the following failed: ::: {.class} 1. one 2. two ::: and you needed a blank line before the closing `:::`. --- test/command/3596.md | 1 - 1 file changed, 1 deletion(-) (limited to 'test/command') diff --git a/test/command/3596.md b/test/command/3596.md index 1ae730740..01a871e1b 100644 --- a/test/command/3596.md +++ b/test/command/3596.md @@ -52,7 +52,6 @@ - ::: {#id} bar - ::: - baz -- cgit v1.2.3