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
24 lines
555 B
Plaintext
24 lines
555 B
Plaintext
Simple html page
|
|
|
|
Here is a link to the mozilla.org <URL:"http://www.mozilla.org"> page.
|
|
Here is some _underlined and *bold*ened_ified text plus some <angle
|
|
bracket entities>.
|
|
|
|
Here is a line ending with a space followed by a line break. Plaintext
|
|
output should contain only one space (and no line breaks) between
|
|
"space" and "followed".
|
|
|
|
Here is a /list/:
|
|
|
|
* An item
|
|
* A nested ordered list:
|
|
*
|
|
|
|
1. item one
|
|
2. item two
|
|
|
|
* last item
|
|
|
|
Here is a paragraph after the list.
|
|
|