aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-03-16Allow fragments in man: URLsRodrigo Arias Mallo
When linking to an specific section of a manual by using the #<frag> fragment, we need to remove it before passing it to man(1), otherwise it will be interpreted as part of the manual page name.
2024-05-08Remove duplicated line breaks in code blocksRodrigo Arias Mallo
Some code blocks inside <pre> were adding double line breaks with the <br> tag.
2024-05-08Improve CSS styleRodrigo Arias Mallo
Make the header sections a bit smaller as well as code blocks. Also put a light border around code blocks.
2024-05-08Unset MANROFFOPT before running manRodrigo Arias Mallo
Options used for nroff may not be suitable for the HTML postprocessor. See: https://github.com/dillo-browser/dillo-plugin-man/issues/1#issuecomment-2095770618
2024-05-08Remove space in "-T html"Rodrigo Arias Mallo
Fixes: https://github.com/dillo-browser/dillo-plugin-man/issues/1
2024-05-08Remove stray dollar signrodarima
Fixes https://github.com/dillo-browser/dillo-plugin-man/issues/2
2023-12-24Initial commitRodrigo Arias Mallo