hub.darcs.net :: simon -> pandoc-otl -> annotate -> hsmarkdown

text markup conversion tool, my vim outline reader branch (http://johnmacfarlane.net/pandoc/)

pandoc git master branch 2010/07/16 Simon Michael <simon@joyful.com> Fri Jul 16 18:56:31 UTC 2010
1
2
3
4
5
#!/bin/sh
# hsmarkdown - intended as a drop-in replacement for Markdown.pl.
# Uses pandoc to convert from markdown to HTML, using --strict mode
# for maximum compatibility with official markdown syntax.
exec pandoc --from markdown --to html --strict -- "$@"