17564, 17871, 17883, 18249, 13753,

18012, 16800, maybe 17565 and 13278:
Integrate contributions from Ben Bucksch (mozilla@bucksch.org)
and Daniel Brattell (bratell@lysator.liu.se) to improve formatted
plaintext output, including adding text style indicators, improving
table output and wrapping, and fixing several wrapping/whitespace bugs.
Also update the auto tests to reflect some of the bugs recently fixed.
  r=myself,mozilla@bucksch.org,bratell@lysator.liu.se


git-svn-id: svn://10.0.0.236/trunk@53104 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
akkana%netscape.com
1999-11-10 23:50:45 +00:00
parent 5d1e46267a
commit 6f4b49e030
24 changed files with 584 additions and 270 deletions

View File

@@ -37,5 +37,22 @@ followed by a line break.
Plaintext output should contain only one space (and no line breaks) between "space" and "followed".
</p>
<p>
Here is a <em>list</em>:
</p>
<ul>
<li>An item</li>
<li>A nested ordered list:</li>
<li><ol>
<li>item one</li>
<li>item two</li>
</ol>
</li>
<li>last item</li>
</ul>
<p>Here is a paragraph after the list.</p>
</body>
</html>