Description
We're using pandoc to convert markdown to man pages, but pandoc is a sledgehammer of a tool for this kind of job and is a really painful build dependency to have (because of its own build dependencies). We should look at alternatives - there's at least
Compared to pandoc, both of which have the distinct benefit of not being written in Haskell...
Also, maybe markdown isn't the best source format for man pages to begin with. It has the alleged benefit of having unified documentation format for everything, but for man pages the source doesn't look that much like markdown, and the output isn't that great a manpage. There might be better options.
Edit: and obviously we're not the only ones with this need and disliking the options:
https://drewdevault.com/2018/05/13/scdoc.html - this fits our case perfectly.
Metadata
Assignees
Labels
Type
Projects
Status
Backlog
Activity