pandoc/Text/Pandoc/Readers
fiddlosopher 943c2f353d Changed list parser so that only the starting list marker matters:
1. one
  -  two
  (b) three

produces an ordered list with 1., 2., 3.  This is the behavior of
Markdown.pl.

Modified README to document the new behavior.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1438 788f1e2b-df1e-0410-8736-df70ead52e1b
2008-09-12 00:05:32 +00:00
..
HTML.hs Use Data.List's 'intercalate' instead of custom 'joinWithSep'. 2008-09-08 06:36:28 +00:00
LaTeX.hs LaTeX reader: Refactored math parsers, limited support for eqnarray. 2008-09-06 21:24:33 +00:00
Markdown.hs Changed list parser so that only the starting list marker matters: 2008-09-12 00:05:32 +00:00
RST.hs Use Data.List's 'intercalate' instead of custom 'joinWithSep'. 2008-09-08 06:36:28 +00:00
TeXMath.hs Code cleanup in TexMath reader. 2008-07-13 23:58:35 +00:00