mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-12 00:36:35 -04:00
11 lines
280 B
HTML
11 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>
|