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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user