Last active
June 28, 2024 14:39
-
-
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 |
pandoc -f markdown -t mediawiki INPUT.md -o OUTPUT.wiki
Thank you for this, @tillmanj, I've updated this gist with this info.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I love a useful 1-line gist