From 6d00e6e8c3d483cc36afe2c065cdfdd4ef811f85 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 2 Nov 2017 10:23:04 -0700 Subject: Fixed revealjs slide column width issues. * Remove "width" attribute which is not allowed on div. * Remove space between `
` elements, since this prevents columns whose widths sum to 100% (the space takes up space). Closes #4028. --- test/command/1710.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'test/command') diff --git a/test/command/1710.md b/test/command/1710.md index be96678bd..8a8b05889 100644 --- a/test/command/1710.md +++ b/test/command/1710.md @@ -19,19 +19,17 @@ ok

Slide one

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

ok

-- cgit v1.2.3