bin/md2html

Mon, 01 Jan 2024 14:47:38 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 01 Jan 2024 14:47:38 -0600
changeset 1144
dc1def95331f
parent 931
55c477df9d1b
permissions
-rwxr-xr-x

skip luasnip/jsregexp build on windows (oops)

#!/bin/sh
exec pandoc \
  --quiet \
  --standalone \
  -f markdown+smart \
  -t html5 \
  --toc \
  --toc-depth=5 \
  --self-contained \
  --template=md2html \
  "$@"

mercurial