Skip to content
Pavels Gurskis edited this page Aug 24, 2016 · 2 revisions
Table of Contents

Level 1

Text.

Level 2

Text.

Level 3

Text.

Level 4

Text.

Optional Title
# *Source* block
# Use: highlight code listings
# (require `source-highlight` or `pygmentize`)
use DBI;
my $dbh = DBI->connect('...',$u,$p)
    or die "connect: $dbh->errstr";
Table 1. An example table
Col 1 Col 2 Col 3

1

Item 1

a

2

Item 2

b

3

Item 3

c

6

Three items

d

Clone this wiki locally