<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/templates/org.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>Added new prettyprinting module.</title>
<updated>2010-12-17T21:39:17Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2010-12-13T04:09:14Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=543aa28c3895d4dc7d3d659b652237efb41661b0'/>
<id>urn:sha1:543aa28c3895d4dc7d3d659b652237efb41661b0</id>
<content type='text'>
* Added Text.Pandoc.Pretty.
  This is better suited for pandoc than the 'pretty' package.
  One advantage is that we now get proper wrapping; Emph [Inline]
  is no longer treated as a big unwrappable unit. Previously
  we only got breaks for spaces at the "outer level." We can also
  more easily avoid doubled blank lines.  Performance is
  significantly better as well.

* Removed Text.Pandoc.Blocks.
  Text.Pandoc.Pretty allows you to define blocks and concatenate
  them.

* Modified markdown, RST, org readers to use Text.Pandoc.Pretty
  instead of Text.PrettyPrint.HughesPJ.

* Text.Pandoc.Shared:  Added writerColumns to WriterOptions.

* Markdown, RST, Org writers now break text at writerColumns.

* Added --columns command-line option, which sets stColumns
  and writerColumns.

* Table parsing:  If the size of the header &gt; stColumns,
  use the header size as 100% for purposes of calculating
  relative widths of columns.
</content>
</entry>
<entry>
<title>Added tests.</title>
<updated>2010-12-04T18:19:53Z</updated>
<author>
<name>Puneeth Chaganti</name>
<email>punchagan@gmail.com</email>
</author>
<published>2010-12-04T18:19:53Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=4d48abcb12f11e05091669c462c2ac8248f4c7aa'/>
<id>urn:sha1:4d48abcb12f11e05091669c462c2ac8248f4c7aa</id>
<content type='text'>
    + Added tables.org and writer.org to tests.
    + Added org.template to templates.
    + Changed RunTests.hs as required.
    + Minor changes to Org writer.
</content>
</entry>
</feed>
