bin/mutt-md2html

Mon, 01 Jan 2024 14:42:03 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 01 Jan 2024 14:42:03 -0600
changeset 1143
5c37b939b296
parent 931
55c477df9d1b
permissions
-rwxr-xr-x

skip luasnip/jsregexp build on windows

#!/bin/sh
exec pandoc \
  --quiet \
  --standalone \
  -f markdown-blank_before_blockquote+smart \
  -t html5 \
  --self-contained \
  --template=mail \
  --highlight-style=monochrome \
  --email-obfuscation=none \
  "$@"

mercurial