From 4489283b03fecce31c49f37809932cebb8b72d46 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 5 Dec 2019 09:17:28 -0800 Subject: Fix makeSections so it doesn't turn column divs into sections. --- test/command/make-section-column-divs.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 test/command/make-section-column-divs.md (limited to 'test/command') diff --git a/test/command/make-section-column-divs.md b/test/command/make-section-column-divs.md new file mode 100644 index 000000000..0e8548233 --- /dev/null +++ b/test/command/make-section-column-divs.md @@ -0,0 +1,28 @@ +For reference see +https://groups.google.com/d/msgid/pandoc-discuss/cef24253-7731-417c-a1ee-48153c4344bf%40googlegroups.com + +``` +% pandoc +::: columns +::: column +# A + +a +::: +::: column +# B + +b +::: +::: +^D +
+
+

A

+

a

+
+

B

+

b

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