From 213895f033e60707123b42f8a780f1a3a9ef6196 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Thu, 31 Dec 2009 01:14:04 +0000 Subject: Modified templates to respect indentation. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1708 788f1e2b-df1e-0410-8736-df70ead52e1b --- templates/html.template | 56 +++++++++++++++++++++++++------------------------ 1 file changed, 29 insertions(+), 27 deletions(-) (limited to 'templates/html.template') diff --git a/templates/html.template b/templates/html.template index 3a756ee6e..45eb225ef 100644 --- a/templates/html.template +++ b/templates/html.template @@ -1,47 +1,49 @@ - $if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$ + + $if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$ + $if(highlighting)$ $endif$ $if(header-includes)$ - $header-includes$ + $header-includes$ $endif$ $if(latexmathml-script)$ - $latexmathml-script$ + $latexmathml-script$ $endif$ -$if(title)$ + $if(title)$

$title$

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