File: not_quite_a_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 (25 lines) | stat: -rw-r--r-- 393 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
<ul>
<li>This</li>
<li>is</li>
<li>a list.</li>
</ul>

<p>And:</p>

<ul>
<li><em>This</em> is</li>
<li>a list</li>
<li>too.</li>
</ul>

<p>However, because ASCII art can have long dash/asterisk lines let ensure that:</p>

<p>- - - - - - - This isn't a list.</p>

<p>* * Nor is this a list.</p>

<p>-   -   - Or this.</p>

<p>- - - - - - - - - - +
 hi there ascii art
- - - - - - - - - - +</p>