bin/mutt-md2html

Mon, 09 Oct 2023 18:47:36 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 09 Oct 2023 18:47:36 -0500
changeset 1131
f3044a1658fc
parent 931
55c477df9d1b
permissions
-rwxr-xr-x

nvim: switch to preferring last symver tag / add exceptions

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