mediawiki-to-markdown icon indicating copy to clipboard operation
mediawiki-to-markdown copied to clipboard

Convert MediaWiki pages to GitHub flavored Markdown

Results 16 mediawiki-to-markdown issues
Sort by recently updated
recently updated
newest added

I managed to convert all my mediawiki xml pages into markdown. Thank you for the great tool. I am just hitting a problem with images now. They don't seem to...

Nice job, took me a few tries to get it working under Windows 7. The Pandoc PHP wrapper , Copyright (c) Ryan Kadwell [email protected], appears to be written with *nix...

- each() was deprecated in PHP7.2 - pandoc markdown_github is now gfm

straight mediawiki xml export (see the attached file) showed the message below ``` PHP Fatal error: Uncaught Error: Class 'SimpleXMLElement' not found in /builds/xxx/repo/convert.php:50 Stack trace: #0 {main} ``` [ipm.txt](https://github.com/philipashlock/mediawiki-to-markdown/files/2414791/ipm.txt)

First off, a big thank you for making this tool! I just successfully converted several hundred pages from MediaWiki to Markdown, saving me many days of manual work. The only...

- Add spaces after # marks to support recent GitHub-flavored Markdown change. - Add syntax highlighting tags to code blocks. - Add backticks to get monospace rendering for flags.

Our export has multiple levels of / due to a strange structure we have. This fix allows creation of the required parent directories.