805b9f8a12
Added test.
27 lines
285 B
Markdown
27 lines
285 B
Markdown
```
|
|
% pandoc -f man -t plain
|
|
.ds foo bar
|
|
.ds bar baz
|
|
\*[\*[foo]]
|
|
^D
|
|
baz
|
|
```
|
|
|
|
```
|
|
% pandoc -f man -t plain
|
|
.ds foo [bar]
|
|
.ds bar baz
|
|
\*\*[foo]
|
|
^D
|
|
baz
|
|
```
|
|
|
|
```
|
|
% pandoc -f man -t html
|
|
.ds B-Font B
|
|
.ds I-Font I
|
|
.ds R-Font R
|
|
\f\*[B-Font]certtool\fP
|
|
^D
|
|
<p><strong>certtool</strong></p>
|
|
```
|