<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/Text/Pandoc, 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>2009-01-24T20:00:26Z</updated>
<entry>
<title>Moved all haskell source to src subdirectory.</title>
<updated>2009-01-24T20:00:26Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2009-01-24T20:00:26Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=42aca57dee8d88afa5fac512aeb1198102908865'/>
<id>urn:sha1:42aca57dee8d88afa5fac512aeb1198102908865</id>
<content type='text'>
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1528 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Allow " as well as '' to end a latex double-quote.</title>
<updated>2009-01-24T19:59:24Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2009-01-24T19:59:24Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=39e8d8486693029abfef84c45e85416f7c775280'/>
<id>urn:sha1:39e8d8486693029abfef84c45e85416f7c775280</id>
<content type='text'>
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1527 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Fixed bug in mediawiki writer:  improper closing tags in tables.</title>
<updated>2009-01-24T19:59:00Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2009-01-24T19:59:00Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=ed588464971fd0f13c241e4176731711019f369b'/>
<id>urn:sha1:ed588464971fd0f13c241e4176731711019f369b</id>
<content type='text'>
&lt;th&gt; instead of &lt;/th&gt;, &lt;td&gt; instead of &lt;/td&gt;.
Thanks to Benct Philip Jonsson for reporting the bug.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1524 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Added --email-obfuscation option.</title>
<updated>2009-01-24T19:58:48Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2009-01-24T19:58:48Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=2806aee9b210c338037176bff467b76a394b120f'/>
<id>urn:sha1:2806aee9b210c338037176bff467b76a394b120f</id>
<content type='text'>
+ Added writer option for email obfuscation.
+ Implemented email obfuscation options in HTML writer.
+ Added option to option parser.
+ Documented in README and pandoc man page.
+ Resolves Issue #97.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1523 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Renamed processIn -&gt; processWith, queryIn -&gt; queryWith.</title>
<updated>2009-01-24T19:58:26Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2009-01-24T19:58:26Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=720e9ce3a5c822dc800adc862c20f098ab602902'/>
<id>urn:sha1:720e9ce3a5c822dc800adc862c20f098ab602902</id>
<content type='text'>
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1521 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Added a plugin system, based on hint.</title>
<updated>2009-01-24T19:58:06Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2009-01-24T19:58:06Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=874c3e0deabab154548a3e91e271e86e94ba8502'/>
<id>urn:sha1:874c3e0deabab154548a3e91e271e86e94ba8502</id>
<content type='text'>
+ In Text.Pandoc.Definition, added processIn, processInM,
  and queryIn, and deprecated processPandoc and queryPandoc
  for these more general functions, which are useful in writing
  plugins.

+ Added module Text.Pandoc.Plugins.

+ Added a --plugins option to Main, and code to run the parsed pandoc
  document through all the plugins.

+ Provided five sample plugin files in the plugins/ directory.

+ Documented --plugin in the pandoc man page and README.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1519 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>More fixes to get markdown writer working with pretty-1.0.1.0.</title>
<updated>2008-12-29T00:32:09Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2008-12-29T00:32:09Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=df4d5b96c7594f59c519a3b46a8172aae28da963'/>
<id>urn:sha1:df4d5b96c7594f59c519a3b46a8172aae28da963</id>
<content type='text'>
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1517 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Fixed problems in RST and markdown output due to bug in pretty-1.0.1.0</title>
<updated>2008-12-17T15:34:25Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2008-12-17T15:34:25Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=751aa15abcf945a40f4169a9e6a8640c36a801a5'/>
<id>urn:sha1:751aa15abcf945a40f4169a9e6a8640c36a801a5</id>
<content type='text'>
+ Added hang' function to Text.Pandoc.Shared; this will be used instead
  of hang, which doesn't work properly in pretty-1.0.1.0.  When pretty
  is upgraded, we can go back to hang.
  See  http://article.gmane.org/gmane.comp.lang.haskell.general/16687
+ Use hang' (and some different techniques) in RST and markdown writers.
  Some output is now a bit different.
+ Modify test suites accordingly.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1515 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>LaTeX reader: parse |inline lhs| if source is lhs.</title>
<updated>2008-12-02T22:43:49Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2008-12-02T22:43:49Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=f8ab1c78906fdbe1513c9df0345eca592fa0fc0a'/>
<id>urn:sha1:f8ab1c78906fdbe1513c9df0345eca592fa0fc0a</id>
<content type='text'>
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1511 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>LaTeX and Markdown readers: Add sourceCode class to haskell code.</title>
<updated>2008-12-02T22:43:42Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2008-12-02T22:43:42Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=d4b9307ce4a5fdc112b5bbb689cb98dcdd72e8e3'/>
<id>urn:sha1:d4b9307ce4a5fdc112b5bbb689cb98dcdd72e8e3</id>
<content type='text'>
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1510 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
</feed>
