Fix ascii formatting problem with <header> start and end tags not being

on the same line.
Submitted by:	Ollivier Robert <roberto@keltia.freenix.fr>

Add vertical spacing between items in <itemize> and <enum> lists.
This commit is contained in:
John Fieber 1995-10-07 22:37:20 +00:00
parent 5a288d129a
commit 27df7c0af8
2 changed files with 8 additions and 8 deletions

View File

@ -108,17 +108,17 @@
<p> "<p>" <p> "<p>"
</p> "</p>" + </p> "</p>" +
<itemize> + "<ul>" + <itemize> + "<p> </p><ul>" +
</itemize> + "</ul>" + </itemize> + "</ul>" +
<enum> + "<ol>" + <enum> + "<p> </p><ol>" +
</enum> + "</ol>" + </enum> + "</ol>" +
<descrip> + "<dl>" + <descrip> + "<p> </p><dl>" +
</descrip> + "</dl>" + </descrip> + "</dl>" +
<item> + "<li>" <item> + "<li>"
</item> "</li>" + </item> "<p> </p></li>" +
<tag> "<dt><b>" <tag> "<dt><b>"
</tag> "</b><dd>" </tag> "</b><dd>"

View File

@ -284,12 +284,12 @@
<sect4> + ".NH 5+\\n(il" + <sect4> + ".NH 5+\\n(il" +
</sect4> </sect4>
<heading> ".ds h " <heading> + ".ds h " +
</heading> + "\\*h\n" </heading> "\\*h\n"
".XS \\n%\n" ".XS \\n%\n"
"\\*(SN \\*h\n" "\\*(SN \\*h\n"
".XE\n" ".XE\n"
".nr h 1\n" % set heading flag to true ".nr h 1\n" % set heading flag to true
<p> + ".Pp" + <p> + ".Pp" +
</p> </p>
@ -366,7 +366,7 @@
<cparam> "\\fI<" <cparam> "\\fI<"
</cparam> ">\\fR" </cparam> ">\\fR"
<url> "[NAME] <\\fC[URL]\\fR>" <url> "[NAME] <URL:\\fC[URL]\\fR>"
</url> </url>
<htmlurl> "[NAME]" <htmlurl> "[NAME]"