Markdown Test Page

א

## Links to Markdown
[The Markdown Basics][Fireball Markdown]
[A Markdown Cheatsheet][Neils Cheatsheet]
[The WikiPedia Entry][Wiki]

an h1 follows
# this should be H1

an h2 follows
## this should be H2

### link test
[Someday Somewhere][1]
[Elsewhere][1]

### code test
a coding sample follows – with break after the code due to a trailing blank on the line
`Code for the masses`
This should be a new line

an h3 follows
### and deeper yet an H3

Now an image – alt-text is first part, url is second (in parentheses) with title in quotes in the url
We have this ![borts](http://www.us-squash.org/images/USSRA-medium-1.gif “An Icon of Squash”)

another h2 follows
## more middle

A link test – text on the page followed by the URL.
[US Squash Rocks](http://www.us-squash.org “US Squash Rocks”)

[1]: http://someplace.com “This is a web page”
[Fireball Markdown]: http://daringfireball.net/projects/markdown/basics “Markdown Basics”
[Neils Cheatsheet]: http://www.neilturner.me.uk/help/markdown.html
[Wiki]: http://en.wikipedia.org/wiki/Markdown