aboutsummaryrefslogtreecommitdiff
path: root/test/command/3568.md
blob: a6817f4c6d283af9fb7d55118fb7e52846ac47fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
```
% pandoc -t man
normal *italic **bold in the middle** only italic* normal.

normal **bold `code` more bold** normal.

normal `code` normal.
^D
.PP
normal \f[I]italic \f[BI]bold in the middle\f[I] only italic\f[R]
normal.
.PP
normal \f[B]bold \f[VB]code\f[B] more bold\f[R] normal.
.PP
normal \f[V]code\f[R] normal.
```