aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorAlexander Krotov <ilabdsf@gmail.com>2018-10-17 18:29:07 +0300
committerAlexander Krotov <ilabdsf@gmail.com>2018-10-17 18:29:07 +0300
commitb3feaba6af38d621d331afb83a266e2a2ccf6ea4 (patch)
treefef2897dfae112e7bf497ca6faadebf08ccd02e1 /test/command
parent6fc812485e26f169bfe560b5f78c572378cbc53a (diff)
downloadpandoc-b3feaba6af38d621d331afb83a266e2a2ccf6ea4.tar.gz
Man writer: use \f[R] instead of \f[] to reset font
Fixes #4973
Diffstat (limited to 'test/command')
-rw-r--r--test/command/3568.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/command/3568.md b/test/command/3568.md
index e77c27b78..919972ed3 100644
--- a/test/command/3568.md
+++ b/test/command/3568.md
@@ -7,9 +7,10 @@ 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[] normal.
+normal \f[I]italic \f[BI]bold in the middle\f[I] only italic\f[R]
+normal.
.PP
-normal \f[B]bold \f[BC]code\f[B] more bold\f[] normal.
+normal \f[B]bold \f[BC]code\f[B] more bold\f[R] normal.
.PP
-normal \f[C]code\f[] normal.
+normal \f[C]code\f[R] normal.
```