bin/mutt-md2html

Fri, 10 Nov 2023 01:31:38 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 10 Nov 2023 01:31:38 -0600
changeset 1134
fe6ccd1afb11
parent 931
55c477df9d1b
permissions
-rwxr-xr-x

Version-gate tmux popup (>= 3.2)

#!/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