claremacrae / markdown_to_dokuwiki.py

Python script to convert a Markdown file to Dokuwiki
25 stars 9 forks source link

Incorrect headings output from pandoc 1.10.1 and newer #1

Closed claremacrae closed 11 years ago

claremacrae commented 11 years ago

The testsuite output is supposed to begin:

====== Heading 1a ======

====== Heading 1b ======

===== Heading 2a =====

With pandoc 1.10.1 and newer, the actual output begins:

====== unknownheading-1a ======

====== unknownheading-1b ======

===== unknownheading-2a =====