From e48f046aa024fea9f806368796eaaaed1f09ceaf Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 18 Aug 2007 15:26:29 +0000 Subject: + Fixed bug in markdown ordered list parsing. The problem was that anyOrderedListStart did not check for a space following the ordered list marker. So, 'A.B. 2007' would be parsed as a list item, then fail because of the lack of space after 'A.' (required by orderedListStart). Resolves Issue #22. + Fixed a similar problem in RST reader. + Added regression test. git-svn-id: https://pandoc.googlecode.com/svn/trunk@861 788f1e2b-df1e-0410-8736-df70ead52e1b --- tests/writer.context | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/writer.context') diff --git a/tests/writer.context b/tests/writer.context index fe7c58851..c0b633117 100644 --- a/tests/writer.context +++ b/tests/writer.context @@ -399,6 +399,10 @@ Autonumbering: \item Nested. \stopltxenum \stopltxenum +Should not be a list item: + +M.A. 2007 + \thinrule \section{Definition Lists} -- cgit v1.2.3