<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/src/headers/ConTeXtHeader, 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>2007-11-29T02:02:34Z</updated>
<entry>
<title>Moved everything from src into the top-level directory.</title>
<updated>2007-11-29T02:02:34Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2007-11-29T02:02:34Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=9a67a486c2dc98d14d9687ceb4b01befa09114df'/>
<id>urn:sha1:9a67a486c2dc98d14d9687ceb4b01befa09114df</id>
<content type='text'>
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1104 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>+ Changed \useurl to \useURL in ConTeXt output.</title>
<updated>2007-11-22T17:33:12Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2007-11-22T17:33:12Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=fb07803be6af1d6e6faf9792d0b9667a20727715'/>
<id>urn:sha1:fb07803be6af1d6e6faf9792d0b9667a20727715</id>
<content type='text'>
+ Changed links from red to blue in ConTeXt output.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1087 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>More improvements to ConTeXt writer:</title>
<updated>2007-11-18T01:24:43Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2007-11-18T01:24:43Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=f4a1fa4b8db8299080bc65e6bebdc149480221c0'/>
<id>urn:sha1:f4a1fa4b8db8299080bc65e6bebdc149480221c0</id>
<content type='text'>
+ writer options are now in state, so they don't have to be passed as
  a parameter
+ state also keeps track of ordered list level, so the right default
  numbering scheme can be used
+ extra blank line after \stopitemize
+ removed definitions of ltxenum and ltxitem from the preamble
+ both kinds of lists are now generated using \start-stopitemize, with
  appropriate options
+ in the case of bulleted lists, no options need be specified, because
  defaults are given in the preamble
+ test suite updated accordingly


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1084 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>New, "official" definition of blockquote environment in ConTeXt header.</title>
<updated>2007-11-16T04:04:53Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2007-11-16T04:04:53Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=13d8a75060b8528ee2a2e2d6cace9ff0590bcff2'/>
<id>urn:sha1:13d8a75060b8528ee2a2e2d6cace9ff0590bcff2</id>
<content type='text'>
Also, use blank line after \startblockquote to balance blank line at the end.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1078 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Reverted back to state as of r1062.  The template haskell changes</title>
<updated>2007-11-03T23:27:58Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2007-11-03T23:27:58Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=fe684764e68e7eda281192f1fdd637a5bdb50e43'/>
<id>urn:sha1:fe684764e68e7eda281192f1fdd637a5bdb50e43</id>
<content type='text'>
are more trouble than they're worth.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1064 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Use template haskell to avoid the need for templates:</title>
<updated>2007-11-03T22:14:03Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2007-11-03T22:14:03Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=4a841bfc5464907adea4cdd655485565565b40ae'/>
<id>urn:sha1:4a841bfc5464907adea4cdd655485565565b40ae</id>
<content type='text'>
+ Added library Text.Pandoc.Include, with a template haskell
  function $(includeStrFrom fname) to include a file as a string
  constant at compile time.
+ This removes the need for the 'templates' directory or Makefile
  target.  These have been removed.
+ The base source directory has been changed from src to .
+ A new 'data' directory has been added, containing the ASCIIMathML.js
  script, writer headers, and S5 files.
+ The src/wrappers directory has been moved to 'wrappers'.
+ The Text.Pandoc.ASCIIMathML library is no longer needed, since
  Text.Pandoc.Writers.HTML can use includeStrFrom to include the
  ASCIIMathML.js code directly.  It has been removed.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1063 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Use 11pt font by default in ConTeXt header.</title>
<updated>2007-07-28T18:12:54Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2007-07-28T18:12:54Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=ab6be44b21ba5157ffc6513c95af309698975194'/>
<id>urn:sha1:ab6be44b21ba5157ffc6513c95af309698975194</id>
<content type='text'>
git-svn-id: https://pandoc.googlecode.com/svn/trunk@823 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>ConTeXt writer changes:</title>
<updated>2007-07-15T15:08:27Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2007-07-15T15:08:27Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=2f928d4c9ddd897bd5780fdc613bb81310b4538f'/>
<id>urn:sha1:2f928d4c9ddd897bd5780fdc613bb81310b4538f</id>
<content type='text'>
+ Use defined blockquote environment for block quotes (smaller
  font, no indent, narrower text)
+ Changed default font to 12pt
+ Changed default page layout


git-svn-id: https://pandoc.googlecode.com/svn/trunk@725 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Merged branches/context:  addition of a ConTeXt writer</title>
<updated>2007-07-15T02:56:34Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2007-07-15T02:56:34Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=465b2d791ef5c7b7a7ef9b53e2a4b8bb09a8c1f9'/>
<id>urn:sha1:465b2d791ef5c7b7a7ef9b53e2a4b8bb09a8c1f9</id>
<content type='text'>
&lt;http://www.pragma-ade.nl/&gt;.
+ Text.Pandoc.Writers.ConTeXt added.
+ Text.Pandoc modified to export the basic ConTeXt writer.
+ Main.hs modified to recognize 'context' as a writer.
+ ConTeXtHeader added to headers
+ DefaultHeaders.hs template modified to include ConTeXt header
+ Tests added (writer.context, tables.context), and runtests.pl
  modified to run them
+ pandoc.cabal updated to include Text.Pandoc.Writers.ConTeXt. 


git-svn-id: https://pandoc.googlecode.com/svn/trunk@716 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
</feed>
