~ubuntu-branches/ubuntu/vivid/phabricator/vivid-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
- This is a list item
  with several paragraphs.

  This is the second paragraph
  of the first list item.
- This is the second item
  in the list.
  - This is a sublist.
- This is the third item in the list.

~~~~~~~~~~
<ul class="remarkup-list">
<li class="remarkup-list-item">This is a list item with several paragraphs.
<br /><br />
This is the second paragraph of the first list item.</li>
<li class="remarkup-list-item">This is the second item in the list.<ul class="remarkup-list">
<li class="remarkup-list-item">This is a sublist.</li>
</ul></li>
<li class="remarkup-list-item">This is the third item in the list.</li>
</ul>
~~~~~~~~~~
- This is a list item with several paragraphs.

  This is the second paragraph of the first list item.
- This is the second item in the list.
  - This is a sublist.
- This is the third item in the list.