summaryrefslogtreecommitdiff
path: root/test/command/8508.md
AgeCommit message (Collapse)Author
2023-10-05Man writer: Fix some spacing issues around links.John MacFarlane
See #9120. We need to use `\c` before a `.UR` or `.MT`, to avoid an extra space, and also after. To ensure that a space at the beginning of the following line doesn't get swallowed up, we escape it with `\`.
2023-10-04Man writer: use UR, MT macros for URLs, emails.John MacFarlane
Closes #9120.
2023-01-05isURI: don't require non-ASCII characters to be escaped.John MacFarlane
Closes #8508.