aboutsummaryrefslogtreecommitdiff
path: root/man/manfilter.lua
AgeCommit message (Collapse)Author
2022-04-27Update manfilter for greater portability.John MacFarlane
The tables in our man pages were not rendering correctly with mandoc, now used by default with macOS. mandoc doesn't allow man formatting inside table cells. For maximal portability, we now render the tables in plain format and include them as code blocks in the man page. Closes #8045.
2022-01-29manfilter.lua: remove extra indent in table cells with code blocks.John MacFarlane
2017-11-18Update man page lua filter to use text module.John MacFarlane
2017-11-11Use lua filter to generate man page from MANUAL.John MacFarlane
Instead of three Haskell filters. This is easier and faster.