f48960b75f
(unexported module). These are used in both the man and ms writers. Moved groffEscape out of Text.Pandoc.Writers.Shared [cancels earlier API change from adding it, which was after last release]. This fixes strong/code combination on man (should be `\f[CB]` not `\f[BC]`), mentioned in #4973. Updated tests. Closes #4975.
7 lines
98 B
Markdown
7 lines
98 B
Markdown
```
|
||
% pandoc -f markdown-smart -t ms
|
||
A ‘simple’ example
|
||
^D
|
||
.LP
|
||
A \[oq]simple\[cq] example
|
||
```
|