demydd / pandoc

Automatically exported from code.google.com/p/pandoc
0 stars 0 forks source link

Markdown reader interprets "A." in "A.B." as ordered list start #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

pandoc
A.B.
^D

What is the expected output?

<p
>A.B.</p
>

What do you see instead?

pandoc: 
Error:
"source" (line 7, column 3):
unexpected "B"

This is due to the fact that anyOrderedListStart doesn't require a
space after the marker.

Original issue reported on code.google.com by fiddloso...@gmail.com on 18 Aug 2007 at 3:14

GoogleCodeExporter commented 8 years ago
Fixed in r861.

Original comment by fiddloso...@gmail.com on 18 Aug 2007 at 3:26