Posted on Aug 18, 2007 by
Grumpy Dog
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.
Comment #1
Posted on Aug 18, 2007 by Grumpy DogFixed in r861.
Status: Fixed
Labels:
Type-Defect
Priority-Critical