From 43d5e3d27936725cff712c000cc38b4194523d68 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Thu, 31 Dec 2009 01:13:26 +0000 Subject: HTML writer changes for templates. Note: now a single meta tag is used for multiple authors. Previously one tag per author was used. Fixed title in HTML template to avoid excess blank space. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1703 788f1e2b-df1e-0410-8736-df70ead52e1b --- templates/html.template | 126 ++++++++++++++++++------------------------------ 1 file changed, 46 insertions(+), 80 deletions(-) (limited to 'templates/html.template') diff --git a/templates/html.template b/templates/html.template index 9a5f3ce95..3a756ee6e 100644 --- a/templates/html.template +++ b/templates/html.template @@ -1,81 +1,47 @@ -title - $if(latexmathml-script)$ - $latexmathml-script$ - $endif$ - $if(header-includes)$ - $header-includes$ - $endif$ - -

title

section oen

  1. one
    1. two
      1. three
hi
-

footnote1


  1. with code

    code
    -
- - + + + $if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$ + + + + + $if(highlighting)$ + + $endif$ + $if(header-includes)$ + $header-includes$ + $endif$ + $if(latexmathml-script)$ + $latexmathml-script$ + $endif$ + + +$if(title)$ +

$title$

+$endif$ +$if(toc)$ +$toc$ +$endif$ +$body$ + + -- cgit v1.2.3