426cbadfef
[in trunk] svn merge -r105:HEAD \ https://pandoc.googlecode.com/svn/branches/wrappers git-svn-id: https://pandoc.googlecode.com/svn/trunk@177 788f1e2b-df1e-0410-8736-df70ead52e1b
12 lines
143 B
Bash
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
|