<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/templates/docbook.template, branch master</title>
<subtitle>Conversion between markup formats</subtitle>
<id>https://git.pashev.ru/pandoc/atom?h=master</id>
<link rel='self' href='https://git.pashev.ru/pandoc/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/'/>
<updated>2011-07-19T23:24:35Z</updated>
<entry>
<title>Added templates as a git submodule.</title>
<updated>2011-07-19T23:24:35Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2011-07-19T23:24:35Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=b43873a9ea07afc698d15559717550f8b46e365c'/>
<id>urn:sha1:b43873a9ea07afc698d15559717550f8b46e365c</id>
<content type='text'>
This should make it easier for people to track updates to their
custom templates.
</content>
</entry>
<entry>
<title>Removed deprecated -C/--custom-header option.</title>
<updated>2010-12-11T08:22:34Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2010-12-11T08:22:34Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=c6b79d794eb25cb11777d2b720ce01595c780de1'/>
<id>urn:sha1:c6b79d794eb25cb11777d2b720ce01595c780de1</id>
<content type='text'>
Use --template instead.
</content>
</entry>
<entry>
<title>Made spacing at end of output more consistent.</title>
<updated>2010-07-20T19:42:12Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2010-07-20T19:42:12Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=feb70b6e93151682d0560ea30318d5c23ecae8e9'/>
<id>urn:sha1:feb70b6e93151682d0560ea30318d5c23ecae8e9</id>
<content type='text'>
Previously some of the writers added spurious whitespace.
This has been removed, resolving Issue #232.

NOTE: If your application combines pandoc's output with other
text, for example in a template, you may need to add spacing.
For example, a pandoc-generated markdown file will not have
a blank line after the final block element.  If you are inserting
it into another markdown file, you will need to make sure there
is a blank line between it and the next block element.
</content>
</entry>
<entry>
<title>Use template variables for include-before/after.</title>
<updated>2010-03-13T04:11:24Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2010-03-13T04:11:24Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=3b9be92492cca7573f9ce79dff099b4d2fa3c56c'/>
<id>urn:sha1:3b9be92492cca7573f9ce79dff099b4d2fa3c56c</id>
<content type='text'>
* These options now imply -s; previously they worked also
  in fragment mode.
* Users can now adjust position of include-before and
  include-after text in the templates.
* Default position of include-before moved back (as it
  originally was) before table of contents.
* Resolves Issue #217.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1883 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Updated docbook writer to use new templates.</title>
<updated>2009-12-31T01:16:44Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2009-12-31T01:16:44Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=7dc43d3684045d5e83c2440a75040f22de4efcf4'/>
<id>urn:sha1:7dc43d3684045d5e83c2440a75040f22de4efcf4</id>
<content type='text'>
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1728 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Added docbook template.</title>
<updated>2009-12-31T01:15:03Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2009-12-31T01:15:03Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=44db4b3295fb86f6df28e42736ed8ac419eaff69'/>
<id>urn:sha1:44db4b3295fb86f6df28e42736ed8ac419eaff69</id>
<content type='text'>
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1716 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Restored writerIncludeBefore, writerIncludeAfter.</title>
<updated>2009-12-31T01:12:59Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2009-12-31T01:12:59Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=1f580fb70189f91894ec757dd00cd4286d0da8a6'/>
<id>urn:sha1:1f580fb70189f91894ec757dd00cd4286d0da8a6</id>
<content type='text'>
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1700 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Added rough templates for all writers.  These need much fine tuning.</title>
<updated>2009-12-31T01:12:25Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2009-12-31T01:12:25Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=1a166987dfc049d03f034b920e4ae679402aa2f5'/>
<id>urn:sha1:1a166987dfc049d03f034b920e4ae679402aa2f5</id>
<content type='text'>
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1698 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Added templates/ directory.</title>
<updated>2009-12-31T01:10:42Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2009-12-31T01:10:42Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=8c74cebbfc52e0441d2632470e367e3edb99f20b'/>
<id>urn:sha1:8c74cebbfc52e0441d2632470e367e3edb99f20b</id>
<content type='text'>
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1687 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
</feed>
