Add an <OL>
git-svn-id: svn://10.0.0.236/trunk@43075 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -68,6 +68,14 @@ There are 4 br tags on either side of this sentence.
|
||||
|
||||
This text has two spaces between every word
|
||||
<u>Underlined text with space at end </u><b> and bold text with a space at front</b>
|
||||
|
||||
<p>A random list of things to do</p>
|
||||
<ul>
|
||||
<li>Status report</li>
|
||||
<li>Fix bugs</li>
|
||||
<li>Call home</li>
|
||||
</ul>
|
||||
|
||||
<pre>
|
||||
Here is some
|
||||
preformatted text.
|
||||
|
||||
@@ -68,6 +68,14 @@ There are 4 br tags on either side of this sentence.
|
||||
|
||||
This text has two spaces between every word
|
||||
<u>Underlined text with space at end </u><b> and bold text with a space at front</b>
|
||||
|
||||
<p>A random list of things to do</p>
|
||||
<ul>
|
||||
<li>Status report</li>
|
||||
<li>Fix bugs</li>
|
||||
<li>Call home</li>
|
||||
</ul>
|
||||
|
||||
<pre>
|
||||
Here is some
|
||||
preformatted text.
|
||||
|
||||
Reference in New Issue
Block a user