Now that we have pandoc on amd64, would it be OK to add a preformatted
manual for shellcheck? The diff adds a simple hash check to remind about
(though not enforce) updating it if the source file changes.
lowdown can build this decently and it's a bit smaller than pandoc:
% sed 1d shellcheck.1.md | \
lowdown --out-no-smarty -sTman -m 'section=1' -m 'title=shellcheck'
But that weird escaped whitespaces:
% sed -e 1d -e 's!\\ ! !g' shellcheck.1.md ...
The need for --out-no-smarty is to preserve the "--" and "..." in the
options.