From da0aae9c8fb7cf03e9577b8ae8dce1f2d23c25e9 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 23 Mar 2017 11:48:01 +0100 Subject: Ms writer: fixed strong/emph combination. Perhaps something similar is needed in the man writer. --- test/writer.ms | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/writer.ms') diff --git a/test/writer.ms b/test/writer.ms index 14be570e1..63bf359b6 100644 --- a/test/writer.ms +++ b/test/writer.ms @@ -563,13 +563,13 @@ An \f[I]emphasized link\**\f[]. /url .FE .LP -\f[B]\f[I]This is strong and em.\f[]\f[] +\f[B]\f[BI]This is strong and em.\f[B]\f[] .LP -So is \f[B]\f[I]this\f[]\f[] word. +So is \f[B]\f[BI]this\f[B]\f[] word. .LP -\f[B]\f[I]This is strong and em.\f[]\f[] +\f[B]\f[BI]This is strong and em.\f[B]\f[] .LP -So is \f[B]\f[I]this\f[]\f[] word. +So is \f[B]\f[BI]this\f[B]\f[] word. .LP This is code: \f[C]>\f[], \f[C]$\f[], \f[C]\\\f[], \f[C]\\$\f[], \f[C]\f[]. -- cgit v1.2.3