2017-04-12 12:22:25 +02:00
|
|
|
```
|
|
|
|
% pandoc -t man
|
|
|
|
normal *italic **bold in the middle** only italic* normal.
|
|
|
|
|
|
|
|
normal **bold `code` more bold** normal.
|
|
|
|
|
|
|
|
normal `code` normal.
|
|
|
|
^D
|
|
|
|
.PP
|
2018-10-17 17:29:07 +02:00
|
|
|
normal \f[I]italic \f[BI]bold in the middle\f[I] only italic\f[R]
|
|
|
|
normal.
|
2017-04-12 12:22:25 +02:00
|
|
|
.PP
|
2021-09-03 18:20:28 +02:00
|
|
|
normal \f[B]bold \f[VB]code\f[B] more bold\f[R] normal.
|
2017-04-12 12:22:25 +02:00
|
|
|
.PP
|
2021-09-03 18:20:28 +02:00
|
|
|
normal \f[V]code\f[R] normal.
|
2017-04-12 12:22:25 +02:00
|
|
|
```
|