Sample Post
h1 Heading 8-)
h2 Heading
h3 Heading
h4 Heading
h5 Heading
h6 Heading
Emphasis
This is bold text, This is bold text, This is italic text, This is italic text, Strikethrough
Blockquotes
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
Lists
- Create a list by starting a line with
+,-, or* - Sub-lists are made by indenting 2 spaces:
- Marker character change forces new list start:
- Ac tristique libero volutpat at
- Facilisis in pretium nisl aliquet
- Nulla volutpat aliquam velit
- Marker character change forces new list start:
- Very easy!
- Lorem ipsum dolor sit amet
- Consectetur adipiscing elit
- Integer molestie lorem at massa
Code
var foo = function (bar) {
return bar++;
};
console.log(foo(5));
Tables
Tables can look like this:
| Left-aligned | Center-aligned | Right-aligned |
|---|---|---|
| git status | git status | git status |
| git diff | git diff | git diff |
Links
link text and Autoconverted link https://github.com/nodeca/pica
Images

Footnotes
Footnote 1 link1. Footnote 2 link2.
Math
Inline math equations go in like so: \(\alpha + \beta = \gamma\). Display math should get its own line and be put in in double-dollarsigns:
\[ e^{i\pi}+1=0 \]
That’s it!