From 31a36cf186353dd7c18533b42a88424145b12dcc Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 12 Apr 2017 12:22:25 +0200 Subject: Man writer: Fix handling of nested font commands. Previously pandoc emitted incorrect markup for bold + italic, for example, or bold + code. Closes #3568. --- test/writer.man | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/writer.man') diff --git a/test/writer.man b/test/writer.man index b0aece96b..907fb4878 100644 --- a/test/writer.man +++ b/test/writer.man @@ -517,13 +517,13 @@ This is \f[B]strong\f[], and so \f[B]is this\f[]. .PP An \f[I]emphasized link (/url)\f[]. .PP -\f[B]\f[I]This is strong and em.\f[]\f[] +\f[B]\f[BI]This is strong and em.\f[B]\f[] .PP -So is \f[B]\f[I]this\f[]\f[] word. +So is \f[B]\f[BI]this\f[B]\f[] word. .PP -\f[B]\f[I]This is strong and em.\f[]\f[] +\f[B]\f[BI]This is strong and em.\f[B]\f[] .PP -So is \f[B]\f[I]this\f[]\f[] word. +So is \f[B]\f[BI]this\f[B]\f[] word. .PP This is code: \f[C]>\f[], \f[C]$\f[], \f[C]\\\f[], \f[C]\\$\f[], \f[C]\f[]. -- cgit v1.2.3