@@ -58,10 +58,10 @@ To create an unordered list, add dashes (`-`), asterisks (`*`), or plus signs (`
5858 <td>
5959 <code class="highlighter-rouge">
6060 <ul><br>
61- <li>First item</li><br/>
62- <li>Second item</li><br/>
63- <li>Third item</li><br/>
64- <li>Fourth item</li><br/>
61+ & lt;li>First item</li><br/>
62+ & lt;li>Second item</li><br/>
63+ & lt;li>Third item</li><br/>
64+ & lt;li>Fourth item</li><br/>
6565 </ul>
6666 </code>
6767 </td>
@@ -86,10 +86,10 @@ To create an unordered list, add dashes (`-`), asterisks (`*`), or plus signs (`
8686 <td>
8787 <code class="highlighter-rouge">
8888 <ul><br>
89- <li>First item</li><br/>
90- <li>Second item</li><br/>
91- <li>Third item</li><br/>
92- <li>Fourth item</li><br/>
89+ & lt;li>First item</li><br/>
90+ & lt;li>Second item</li><br/>
91+ & lt;li>Third item</li><br/>
92+ & lt;li>Fourth item</li><br/>
9393 </ul>
9494 </code>
9595 </td>
@@ -114,10 +114,10 @@ To create an unordered list, add dashes (`-`), asterisks (`*`), or plus signs (`
114114 <td>
115115 <code class="highlighter-rouge">
116116 <ul><br>
117- <li>First item</li><br/>
118- <li>Second item</li><br/>
119- <li>Third item</li><br/>
120- <li>Fourth item</li><br/>
117+ & lt;li>First item</li><br/>
118+ & lt;li>Second item</li><br/>
119+ & lt;li>Third item</li><br/>
120+ & lt;li>Fourth item</li><br/>
121121 </ul>
122122 </code>
123123 </td>
@@ -144,15 +144,15 @@ To create an unordered list, add dashes (`-`), asterisks (`*`), or plus signs (`
144144 <td>
145145 <code class="highlighter-rouge">
146146 <ul><br/>
147- <li>First item</li><br/>
148- <li>Second item</li><br/>
149- <li>Third item<br/>
150- <ul><br/>
151- <li>Indented item</li><br/>
152- <li>Indented item</li><br/>
153- </ul><br/>
154- </li><br/>
155- <li>Fourth item</li><br/>
147+ & lt;li>First item</li><br/>
148+ & lt;li>Second item</li><br/>
149+ & lt;li>Third item<br/>
150+ & lt;ul><br/>
151+ & lt;li>Indented item</li><br/>
152+ & lt;li>Indented item</li><br/>
153+ & lt;/ul><br/>
154+ & lt;/li><br/>
155+ & lt;li>Fourth item</li><br/>
156156 </ul>
157157 </code>
158158 </td>
@@ -196,8 +196,8 @@ If you need to start an unordered list item with a number followed by a period,
196196 <td>
197197 <code class="highlighter-rouge">
198198 <ul><br>
199- <li>1968. A great year!</li><br/>
200- <li>I think 1969 was second best.</li><br/>
199+ & lt;li>1968. A great year!</li><br/>
200+ & lt;li>I think 1969 was second best.</li><br/>
201201 </ul>
202202 </code>
203203 </td>
0 commit comments