bin/mutt-md2html

Mon, 03 Feb 2025 15:43:25 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 03 Feb 2025 15:43:25 -0600
changeset 1186
ab57e995af63
parent 931
55c477df9d1b
permissions
-rwxr-xr-x

Add zig / codelldb DAP config

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