You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title suggests, I would like to offer a little improvement to the man page. On lines 75 - 78, it isn't mentioned that one has to use : in order to assign value to an option on the configuration file.
I was trying to understand why my configuration file is not read with $HTML_TIDY and after looking at some closed issues here on GitHub I realised I'm missing a : before a configuration value. I think it should be noted on the man page.
I didn't make a PR because I'm not sure I know good enough how to write with a man page format.