for f in *.md; do pandoc $f --to html > $(basename -s.md $f).html done
for f (*.md) pandoc $f --to html > $f:r.html