Headers

# Header 1
thru
###### Header 6

alternate for 1 & 2

Header 1
========

Header 2
--------

Lists

* Item 1
    * SubItem 1
    * Subitem 2
1. Item 1
    2. Subitem 1
- [x] This is a complete item
- [ ] This is an incomplete item
  • test
  • test 2

[I'm an inline-style link with title](https://www.google.com "Google's Homepage")

Jekyll Specific [Link Text](\{\% post_url 2010-09-08-welcome-to-jekyll \%\})

Images

![alt text](https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo Title Text 1")

File Download

[get the PDF](/assets/mydoc.pdf)

Code Snippets

var s = "JavaScript syntax highlighting";
alert(s);
s = "Python syntax highlighting"
print s
#!/usr/bin/perl

my $cat='test';