(received by the IMAP FETCH ENVELOPE command) by the null sender address
<>.
- Ensure the lower bound of UID ranges is at least 1.
- - Fix manpage generation with pandoc >=1.18.
+ - Fix manpage generation with pandoc >=2.1.
-- Guilhem Moulin <guilhem@guilhem.org> Tue, 06 Dec 2016 17:37:01 +0100
# upper case the headers and remove the links
%.1: %.md
- @pandoc -S -f markdown -t json "$<" | \
+ @pandoc -f markdown -t json "$<" | \
jq " \
def fixheaders: \
if .t == \"Header\" then \
, meta \
, blocks: .blocks | map(fixheaders) | map(fixlinks) \
}" | \
- pandoc -sS -f json -t man -o "$@"
+ pandoc -s -f json -t man+smart -o "$@"
install: