Skip to content

Instantly share code, notes, and snippets.

View premkumar-masilamani's full-sized avatar

Premkumar Masilamani premkumar-masilamani

View GitHub Profile
@mkweskin
mkweskin / gist:5414303
Last active September 3, 2025 13:35
Convert markdown to mediawiki with pandoc
pandoc -f markdown -t mediawiki test.md -o test.wiki
# Thanks to @tillmanj for the updated formatting