bin/md2html

Thu, 12 Oct 2023 21:32:02 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 12 Oct 2023 21:32:02 -0400
changeset 1132
532c7964b23f
parent 931
55c477df9d1b
permissions
-rwxr-xr-x

Fix event key typo

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

mercurial