Describe the bug
The generated man pages have an extra .PP appearing at the start of each bullet point. The rendered page looks like:
Description
By default Nix reads settings from the following places:
• .PP The system-wide configuration file sysconfdir/nix/nix.conf (i.e. /etc/nix/nix.conf on most systems), or $NIX_CONF_DIR/nix.conf if NIX_CONF_DIR is set. Values loaded in this file are not
forwarded to the Nix daemon. The client assumes that the daemon has already loaded them.
• .PP If NIX_USER_CONF_FILES is set, then each path separated by : will be loaded in reverse order.
Steps To Reproduce
make install && MANPATH=./outputs/share/man man nix.conf
Additional context
This is likely due to kristapsdz/lowdown#35, so updating to the latest lowdown version will probably fix it
Describe the bug
The generated man pages have an extra
.PPappearing at the start of each bullet point. The rendered page looks like:Steps To Reproduce
make install && MANPATH=./outputs/share/man man nix.confAdditional context
This is likely due to kristapsdz/lowdown#35, so updating to the latest lowdown version will probably fix it