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

  1. Lorem ipsum dolor sit amet
  2. Consectetur adipiscing elit
  3. 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

link text and Autoconverted link https://github.com/nodeca/pica

Images

example

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!

  1. Footnote text goes here. 

  2. Another footnote text goes here.