about summary refs log tree commit diff stats
path: root/md2manpreproc
Commit message (Collapse)AuthorAgeFilesLines
* config: resolve download-dir as path, update docsbptato2024-11-131-2/+3
| | | | | | | Turns out it's more useful to have env vars in the variable than to allow incomplete path names. Also, fix the disappearing backslash issue in docs.
* md2manpreproc: fix non-portable behaviorbptato2024-01-221-6/+6
| | | | Turns out \? for BRE is not in POSIX. Accordingly, it fails on FreeBSD.
* Fix for sourcehut markdown parsing, small doc improvementsbptato2023-12-151-2/+5
| | | | hopefully this works
* slightly refactor md to man preprocessing, update manpagebptato2023-10-131-0/+47