match other common markdown file extensions

Esse commit está contido em:
Chris Burroughs 2014-07-17 09:44:13 -04:00 commit de Jason A. Donenfeld
commit 62affc0e91
1 arquivos alterados com 1 adições e 1 exclusões

Ver arquivo

@ -19,7 +19,7 @@
cd "$(dirname $0)/html-converters/"
case "$(printf '%s' "$1" | tr '[:upper:]' '[:lower:]')" in
*.md|*.mkd) exec ./md2html; ;;
*.markdown|*.mdown|*.md|*.mkd) exec ./md2html; ;;
*.rst) exec ./rst2html; ;;
*.[1-9]) exec ./man2html; ;;
*.htm|*.html) exec cat; ;;