From b3feaba6af38d621d331afb83a266e2a2ccf6ea4 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Wed, 17 Oct 2018 18:29:07 +0300 Subject: Man writer: use \f[R] instead of \f[] to reset font Fixes #4973 --- test/command/3568.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'test/command') 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. ``` -- cgit v1.2.3