Skip to content

Instantly share code, notes, and snippets.

@asobrien
Last active August 29, 2015 14:00
Show Gist options
  • Save asobrien/5305df0c07932c277f05 to your computer and use it in GitHub Desktop.
Save asobrien/5305df0c07932c277f05 to your computer and use it in GitHub Desktop.
Markdown Syntax Example for Crisp Linen
Below we illustrate the workings of Markdown. And why we made the choices we made.
Markdown H1 headers can look like this
======================================
That's right. Instead of using #, we can use horizontal rules.
An H2 header is like this
-------------------------
It also can be specified with a horizontal rule. So when it's displayed it gets one.
### H3 is like this ###
No rule = no rule. Simple as that.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment