mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-02 21:55:44 +00:00
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.
8 lines
96 B
Markdown
8 lines
96 B
Markdown
```
|
||
% pandoc -f markdown-smart -t ms
|
||
A ‘simple’ example
|
||
^D
|
||
.LP
|
||
A \(oqsimple\(cq example
|
||
```
|