From 642d603666521157d386e2a87bfdcca11d479b87 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 2 Nov 2017 20:55:29 -0700 Subject: Improved support for columns in HTML. * Move as much as possible to the CSS in the template. * Ensure that all the HTML-based templates (including epub) contain the CSS for columns. * Columns default to 50% width unless they are given a width attribute. Closes #4028. --- test/command/1710.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/command') diff --git a/test/command/1710.md b/test/command/1710.md index 8a8b05889..d14f1217f 100644 --- a/test/command/1710.md +++ b/test/command/1710.md @@ -19,17 +19,17 @@ ok

Slide one

-
+
  • a
  • b
-
+
  • c
  • d
-
+

ok

-- cgit v1.2.3