Last active
April 3, 2025 11:23
-
-
Save mkweskin/5414303 to your computer and use it in GitHub Desktop.
Convert markdown to mediawiki with pandoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pandoc -f markdown -t mediawiki test.md -o test.wiki | |
# Thanks to @tillmanj for the updated formatting |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for this, @tillmanj, I've updated this gist with this info.