<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/src/Tests, 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>2012-07-26T15:37:36Z</updated>
<entry>
<title>Moved tests to tests/, modified cabal file so lib isn't recompiled.</title>
<updated>2012-07-26T15:37:36Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2012-07-26T15:37:36Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=45e4c123a45b83d666088967c25b91cf9bb5db72'/>
<id>urn:sha1:45e4c123a45b83d666088967c25b91cf9bb5db72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changed reader parameters from ParserState to ReaderOptions.</title>
<updated>2012-07-26T05:35:41Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2012-07-26T05:35:41Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=acde1e82d2f070ceab8d0fd01ad3677c6c9e078c'/>
<id>urn:sha1:acde1e82d2f070ceab8d0fd01ad3677c6c9e078c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Moved stateLiterateHaskell to readerLiterateHaskell in Options.</title>
<updated>2012-07-26T05:05:06Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2012-07-26T03:20:03Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=856aa8c244b86a51d4229bf7c5f3799d231570f7'/>
<id>urn:sha1:856aa8c244b86a51d4229bf7c5f3799d231570f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Got rid of stateStandalone, which was hardly used anyway.</title>
<updated>2012-07-26T03:08:42Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2012-07-26T03:08:42Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=1dba82f25ee17590bf03b00659662240460b7824'/>
<id>urn:sha1:1dba82f25ee17590bf03b00659662240460b7824</id>
<content type='text'>
The only possible effect will be with rst fragments that
begin with an rst title block, which will now cause the
header transform.
</content>
</entry>
<entry>
<title>Options -&gt; ReaderOptions.</title>
<updated>2012-07-25T18:08:06Z</updated>
<author>
<name>John MacFarlane</name>
<email>fiddlosopher@gmail.com</email>
</author>
<published>2012-07-25T18:08:06Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=dfa19061abc24a3e95b9b37e4f9484d902110899'/>
<id>urn:sha1:dfa19061abc24a3e95b9b37e4f9484d902110899</id>
<content type='text'>
Better to keep reader and writer options separate.
</content>
</entry>
<entry>
<title>Put smart, strict in separate options field in state.</title>
<updated>2012-07-25T17:45:45Z</updated>
<author>
<name>John MacFarlane</name>
<email>fiddlosopher@gmail.com</email>
</author>
<published>2012-07-25T17:45:45Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=da3702357dc9a310b460c82411fe5b8c870416d5'/>
<id>urn:sha1:da3702357dc9a310b460c82411fe5b8c870416d5</id>
<content type='text'>
This is the beginning of a larger transition that will make
Options, not ParserState, the parameter of the read functions.
(Options will also be used in writers, in place of WriterOptions.)

Next step is to remove strict, replacing it with granular
tests for different extensions.
</content>
</entry>
<entry>
<title>Revised code for pipe tables.</title>
<updated>2012-07-23T05:09:15Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2012-07-23T05:09:15Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=d2cc56a46a5a3c657429e8df5b93c82f3f9ed9fb'/>
<id>urn:sha1:d2cc56a46a5a3c657429e8df5b93c82f3f9ed9fb</id>
<content type='text'>
* All tables now require at least one body row.
* Renamed from 'extra' to 'pipe' tables.
* Moved functions from Parsing to Readers.Markdown.
* Cleaned up code; revised to parse in one pass rather than
  parsing a raw string, splitting it, and parsing the components.
* Allow pipe tables without pipes on the ends (as PHP Markdown Extra
  does).
</content>
</entry>
<entry>
<title>Renamed tests/markdown-tables -&gt; tests/extra-tables.</title>
<updated>2012-07-23T02:28:56Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2012-07-23T02:27:15Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=5a704ecc6e18543853f0cf75d59e929d7330cd5e'/>
<id>urn:sha1:5a704ecc6e18543853f0cf75d59e929d7330cd5e</id>
<content type='text'>
Added to cabal file.
</content>
</entry>
<entry>
<title>Merge pull request #510 from mytskine/markdown-extra</title>
<updated>2012-07-23T01:40:18Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2012-07-23T01:40:18Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=511f5e891dcba126bf6159bb1f816a3d25895f00'/>
<id>urn:sha1:511f5e891dcba126bf6159bb1f816a3d25895f00</id>
<content type='text'>
Markdown extra tables [part of the multi-markdown syntax for tables]</content>
</entry>
<entry>
<title>Removed fb2.math-webtex.fb2 tests.</title>
<updated>2012-07-22T18:15:59Z</updated>
<author>
<name>John MacFarlane</name>
<email>fiddlosopher@gmail.com</email>
</author>
<published>2012-04-25T00:45:29Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=1d194005721bd6fba1586abe6bdd2c5510a96eed'/>
<id>urn:sha1:1d194005721bd6fba1586abe6bdd2c5510a96eed</id>
<content type='text'>
Test suite should not require net access to run.
</content>
</entry>
</feed>
