ref: 45fb395c2b29a2a0828253b25494368a5c69995d
parent: 252d48d33112d1ff0463e8eeaee4de6cba510fc5
author: stanley lieber <stanley.lieber@gmail.com>
date: Sun Oct 2 15:59:49 EDT 2011
mothra: render <p> tag with no ident, offset with blank lines
--- a/sys/src/cmd/mothra/rdhtml.c
+++ b/sys/src/cmd/mothra/rdhtml.c
@@ -864,7 +864,8 @@
}
break;
case Tag_p:
- g.para=1;
+ pl_linespace(&g);
+ g.linebrk=1;
g.spacc=0;
break;
case Tag_listing:
--
⑨