pandoc/src/Text/Pandoc/Readers
fiddlosopher f11360f50e Added new rule for enhanced markdown ordered lists: if the list marker
is a capital letter followed by a period (including a single-letter
capital roman numeral), then it must be followed by at least two spaces.
The point of this is to avoid accidentally treating people's initials as
list markers: a paragraph may begin:

    B. Russell was an English philosopher.

and this shouldn't be treated as a list.

Modified Markdown reader and README documentation.
Added a test case.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@880 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-08-23 04:25:09 +00:00
..
HTML.hs Added a necessary "try" in definition of "para" 2007-08-19 00:06:03 +00:00
LaTeX.hs Bug fixes in readers: 2007-08-18 23:44:26 +00:00
Markdown.hs Added new rule for enhanced markdown ordered lists: if the list marker 2007-08-23 04:25:09 +00:00
RST.hs Refactor RST and Markdown readers using parseFromString. 2007-08-19 00:18:46 +00:00