File: doc_with_table_bypass.md

package info (click to toggle)
python-html2text 2014.9.25-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 404 kB
  • ctags: 143
  • sloc: python: 1,073; sh: 76; makefile: 14
file content (42 lines) | stat: -rw-r--r-- 351 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
# This is a test document

With some text, `code`, **bolds** and _italics_.

## This is second header

Displaynone text  
  
<table>  
<tr>  
<th>

Header 1

</th>  
<th>

Header 2

</th>  
<th>

Header 3

</th> </tr>  
<tr>  
<td>

Content 1

</td>  
<td>

Content 2

</td>  
<td>

![200](http://lorempixel.com/200/200) Image!

</td> </tr> </table>