pull down to refresh

all headings are h6

this is a horizontal line


Emphasis

This is bold text This is italic text Strikethrough

Blockquotes

Blockquotes can also be nested...
...by using additional greater-than signs right next to each other...
...or with spaces between arrows.

Lists

Unordered
  • 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
  • Very easy!
Ordered
  1. Lorem ipsum dolor sit amet
  2. Consectetur adipiscing elit
  3. Integer molestie lorem at massa

Code

Inline code
Syntax highlighting
var foo = function (bar) {
  return bar++;
};

console.log(foo(5));

Tables

TagUse
pParagraph
tableTable
emEmphasis

Hard breaks

Yeah, hard breaks
can be useful too.

HTML entities

Some characters, like æ, & and similar should be handled properly.
This is GitHub flavored markdown FYI. I should probably add a formatting link though on text areas where it’s supported.
reply