File: cuddled_para_and_list.html

package info (click to toggle)
python-markdown2 2.3.7-2%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,952 kB
  • sloc: python: 2,790; makefile: 35
file content (50 lines) | stat: -rw-r--r-- 640 bytes parent folder | download | duplicates (5)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<p>I did these things:</p>

<ul>
<li>bullet1</li>
<li>bullet2</li>
<li>bullet3</li>
</ul>

<p>I did these too:</p>

<ul>
<li>bullet1</li>
<li>bullet2</li>
<li>bullet3 this is
a longer one.</li>
</ul>

<p>And these in order:</p>

<ol>
<li>bullet1</li>
<li>bullet2</li>
<li>bullet3</li>
</ol>

<p>Here is an asterisk,
    * What do you think
about it?</p>

<p>I suggest using version
    8. Oops, now this line is treated
as a sub-list.</p>

<p>List with single item:</p>

<ul>
<li>bullet1</li>
</ul>

<p>Another list with single item:</p>

<ul>
<li>bullet1</li>
</ul>

<p>Yet, another list with single item:</p>

<ul>
<li>bullet1</li>
</ul>