Export to GitHub

pandoc - issue #22

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


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 Dog

Fixed in r861.

Status: Fixed

Labels:
Type-Defect Priority-Critical