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

2 by Richard Sellam
Initial release (closes: #703046)
1
- This is a list item
2
  with several paragraphs.
3
4
  This is the second paragraph
5
  of the first list item.
6
- This is the second item
7
  in the list.
8
  - This is a sublist.
9
- This is the third item in the list.
10
11
~~~~~~~~~~
12
<ul class="remarkup-list">
13
<li class="remarkup-list-item">This is a list item with several paragraphs.
14
<br /><br />
15
This is the second paragraph of the first list item.</li>
16
<li class="remarkup-list-item">This is the second item in the list.<ul class="remarkup-list">
17
<li class="remarkup-list-item">This is a sublist.</li>
18
</ul></li>
19
<li class="remarkup-list-item">This is the third item in the list.</li>
20
</ul>
21
~~~~~~~~~~
22
- This is a list item with several paragraphs.
23
24
  This is the second paragraph of the first list item.
25
- This is the second item in the list.
26
  - This is a sublist.
27
- This is the third item in the list.