outofcontrol / mediawiki-to-gfm

Converts Mediawiki format to Github Flavoured Markdown format
85 stars 21 forks source link

Add more debugging hints when pandoc fails #20

Closed olberger closed 2 years ago

olberger commented 2 years ago

When pandoc fails, the faulty page isn't displayed.

See my proposed change in 5f270a41e2e30440ee6a06c0075bee92c34c403f that handles Pandoc exceptions, to report the name of the faulty page, and also adds an option to skip errors, and thus allow skipping to the next files.

Hope this helps,

outofcontrol commented 2 years ago

Thanks. I've since fixed a small issue in your commit I originally missed, which was causing invalid markdown in some cases.