Files
pandoc/test/command/8508.md
John MacFarlane 3bbca20240 Use the most compatible form for roff escapes.
This affects T.P.RoffChar, T.P.Writers.Roff,
and the Man and Ms writers.

That is, `\(xy` instead of `\[xy]`. This was the original AT&T troff
form and is the most widely supported.  The bracketed form causes
problem for some tools, e.g. `makewhatis` on macOS.

Closes #10716.
2025-03-23 10:29:17 -07:00

21 lines
325 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
```
% 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
```