From 90f0dd15b6a986e1aa04b455b27601f3a7ca58a1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 14 Feb 2013 19:35:58 -0800 Subject: HTML writer: Support header attributes. Note: The attributes go on the enclosing section or div if `--section-divs` is specified. Also fixed a regression (only now noticed) in html+lhs output. Previously the bird tracks were being omitted. --- tests/s5.basic.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/s5.basic.html') diff --git a/tests/s5.basic.html b/tests/s5.basic.html index f4e93eb6d..ceb896b8e 100644 --- a/tests/s5.basic.html +++ b/tests/s5.basic.html @@ -36,14 +36,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