From 14ccb2fb681efb1f164fb07516cc258bf34459c2 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 8 Nov 2016 16:29:44 +0000 Subject: [PATCH] tag leading .Dv, .Li, and .No in .It; written on the TGV Paris-Strassbourg --- mdoc_term.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mdoc_term.c b/mdoc_term.c index 429dca6a..e41d9cb5 100644 --- a/mdoc_term.c +++ b/mdoc_term.c @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.334 2016/11/08 16:23:58 schwarze Exp $ */ +/* $Id: mdoc_term.c,v 1.335 2016/11/08 16:29:44 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2012-2016 Ingo Schwarze @@ -2122,6 +2122,7 @@ static int termp_li_pre(DECL_ARGS) { + termp_tag_pre(p, pair, meta, n); term_fontpush(p, TERMFONT_NONE); return 1; } -- 2.47.1