summaryrefslogtreecommitdiffstats
path: root/term.c
diff options
context:
space:
mode:
Diffstat (limited to 'term.c')
-rw-r--r--term.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/term.c b/term.c
index b54db3dd..c1bbf8ea 100644
--- a/term.c
+++ b/term.c
@@ -1469,8 +1469,12 @@ termp_ss_pre(DECL_ARGS)
{
switch (node->type) {
+ case (MDOC_BLOCK):
+ newln(p);
+ if (node->prev)
+ vspace(p);
+ break;
case (MDOC_HEAD):
- vspace(p);
TERMPAIR_SETFLAG(p, pair, ttypes[TTYPE_SSECTION]);
p->offset = INDENT / 2;
break;