Skip to content

Instantly share code, notes, and snippets.

@atomoil
Created January 27, 2022 09:34
Show Gist options
  • Save atomoil/00a3fa779e976f5921ef42062a7dbeef to your computer and use it in GitHub Desktop.
Save atomoil/00a3fa779e976f5921ef42062a7dbeef to your computer and use it in GitHub Desktop.
FILES="./*.md"
for f in $FILES
do
#echo "Processing $f file to '${f/\.md/.mediawiki}'"
pandoc -f markdown_mmd "$f" -t mediawiki -o "${f/\.md/.mediawiki}"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment