mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 06:50:46 -08:00
10 lines
280 B
HTML
10 lines
280 B
HTML
<ul>
|
|
<li>
|
|
<div>
|
|
<p >This is the first paragraph of a list item.</div>
|
|
<p >This is the second paragraph of a list item.</li>
|
|
<li>
|
|
<div>This is the first paragraph of a list item.</div>
|
|
<div>This is the second paragraph of a list item.</div>
|
|
</li>
|
|
</ul>
|