From 1a166987dfc049d03f034b920e4ae679402aa2f5 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Thu, 31 Dec 2009 01:12:25 +0000 Subject: Added rough templates for all writers. These need much fine tuning. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1698 788f1e2b-df1e-0410-8736-df70ead52e1b --- templates/html.template | 75 ++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 65 insertions(+), 10 deletions(-) (limited to 'templates/html.template') diff --git a/templates/html.template b/templates/html.template index d8f6d5a2c..4e5f464f3 100644 --- a/templates/html.template +++ b/templates/html.template @@ -2,19 +2,74 @@ $if(title-prefix)$$title-prefix$ - $endif$$title$title$header-includes$ +

$title$

-$body$ - $before$ +

title

section oen

  1. one
    1. two
      1. three
hi
+

footnote1


  1. with code

    code
    +
$after$ + -- cgit v1.2.3