From 072df3f5dd51589262467ba2d68bd3974b0f9277 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 2 Oct 2011 11:49:56 -0700 Subject: Simplified slide creation in HTML writer. A horizontal rule now gets transformed into an empty H1 header before 'hierarchicalize' is called. If the document that does not begin with an H1 header, an empty one is provided. This avoids the need for kludgy raw HTML. Also, the 'titleslide' class is added to any section containing just a title: ---- ---- --- tests/s5.fancy.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/s5.fancy.html') diff --git a/tests/s5.fancy.html b/tests/s5.fancy.html index 39188bb1e..0e10ae0b0 100644 --- a/tests/s5.fancy.html +++ b/tests/s5.fancy.html @@ -235,14 +235,14 @@

Sam Smith
Jen Jones

July 15, 2006

-
+

First slide

  • first bullet
  • second bullet
-
+

Math

  • $\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$
  • -- cgit v1.2.3