Files
John MacFarlane ddabd85eb8 Man writer: Fix some spacing issues around links.
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-05 09:38:45 -07:00

327 B
Raw Permalink Blame History

% pandoc -t man
SEE ALSO
========

* [Milk](https://en.wikipedia.org/wiki/Milk)
* [EBNF](https://en.wikipedia.org/wiki/Extended_BackusNaur_form)
^D
.SH SEE ALSO
.IP \[bu] 2
\c
.UR https://en.wikipedia.org/wiki/Milk
Milk
.UE \c
.IP \[bu] 2
\c
.UR https://en.wikipedia.org/wiki/Extended_BackusNaur_form
EBNF
.UE \c