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