From 892a4edeb1c9b9810c8386e639d8e457bbae7e86 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 14 Aug 2017 23:05:09 -0700 Subject: Implement multicolumn support for slide formats. The structure expected is:
contents...
contents...
Support has been added for beamer and all HTML slide formats. Closes #1710. Note: later we could add a more elegant way to create this structure in Markdown than to use raw HTML div elements. This would come for free with a "native div syntax" (#168). Or we could devise something specific to slides --- test/s5-basic.html | 1 + 1 file changed, 1 insertion(+) (limited to 'test/s5-basic.html') diff --git a/test/s5-basic.html b/test/s5-basic.html index b559a9af6..f3ca9bbf8 100644 --- a/test/s5-basic.html +++ b/test/s5-basic.html @@ -14,6 +14,7 @@ code{white-space: pre-wrap;} .smallcaps{font-variant: small-caps;} .line-block{white-space: pre-line;} + .column{display: inline-block;} -- cgit v1.2.3