File: wiki_tables.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 (37 lines) | stat: -rw-r--r-- 743 bytes parent folder | download
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
<table>
<tbody>
<tr><td><em>Year</em></td><td><em>Temperature (low)</em></td><td><em>Temperature (high)</em></td></tr>
<tr><td>1900</td><td>-10</td><td>25</td></tr>
<tr><td>1910</td><td>-15</td><td>30</td></tr>
<tr><td>1920</td><td>-10</td><td>32</td></tr>
</tbody>
</table>

<h1>just one line</h1>

<table>
<tbody>
<tr><td>foo</td><td>bar</td><td>baz</td></tr>
</tbody>
</table>

<h1>blockquote</h1>

<blockquote>
  <table>
  <tbody>
  <tr><td>grinch</td><td>stole</td><td>xmas</td></tr>
  <tr><td>green</td><td><strong>eggs</strong></td><td>ham</td></tr>
  </tbody>
  </table>
  
  <p>-- Dr. Seuss</p>
</blockquote>

<h1>end of file</h1>

<table>
<tbody>
<tr><td>ResourceNotFound</td><td>If :login does not exist</td></tr>
</tbody>
</table>