New Issue: online man page renders double-dash ('--') options using n-dash

17385, "bradcray", "online man page renders double-dash ('--') options using n-dash", "2021-03-09T19:24:11Z"

It seems that the process which converts our man page into an HTML page converts -- options into an n-dash, a la LaTeX. This seems potentially very confusing since it looks to a reader like the flags are single-dash flags. For example:

would be better if it looked more like --baseline (two hyphens or two n-dashes)