pandoc/src/wrappers/markdown2html.in
2006-12-12 07:04:09 +00:00

12 lines
143 B
Bash

#!/bin/sh -e
# converts markdown to HTML
### common.sh
### getopts.sh
### postopts.sh
### checkin.sh
to_utf8 "$@" | runpandoc | from_utf8