Closed GoogleCodeExporter closed 9 years ago
Also, my input file looks like this:
% My Title
Content goes here.
Etc.
Original comment by jmg3...@gmail.com
on 29 May 2010 at 11:45
If you do
pandoc --print-default-template html
you'll see why this happens. You can change the behavior by changing the
template
(and saving the result in ~/.pandoc/html.template).
I can't remember now whether there was a good reason for putting the -B contents
after the title. It may have been for consistency with older versions of
pandoc.
But I agree with you that it probably makes sense to change the default
template to
put the -B contents right after the <body> tag.
Original comment by fiddloso...@gmail.com
on 30 May 2010 at 12:31
Fixed in a59a14190686ceab44e8dd2ccb7d061f281f929f
Original comment by fiddloso...@gmail.com
on 14 Jul 2010 at 2:31
Original issue reported on code.google.com by
jmg3...@gmail.com
on 29 May 2010 at 11:41