Added
- Add
--paginate
flag to paginate the output of mdcat (see GH-152);
with this flag mdcat sends it output toless -R
or any alternative pager set in$MDCAT_PAGER
or$PAGER
.
This flag also disables all terminal-specific formatting as the pager likely won't support it. - Paginate output by default if invoked as
mdless
, that is, ifmdcat
is hard-linked tomdless
.
Fixed
- Render email autolinks (i.e.
<hello@example.com>
) asmailto:
links.