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
Links
[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

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';