pull down to refresh

all headings are h6all headings are h6

this is a horizontal linethis is a horizontal line


EmphasisEmphasis

This is bold text
This is italic text
Strikethrough

BlockquotesBlockquotes

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

ListsLists

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

CodeCode

Inline code

Syntax highlighting

var foo = function (bar) {
  return bar++;
};

console.log(foo(5));

TablesTables

TagUse
pParagraph
tableTable
emEmphasis

stacker news

Autoconverted link https://github.com/remarkjs/react-markdown

[Link references][React]

[React]: https://reactjs.org "React, A JavaScript library for building user interfaces"

Hard breaksHard breaks

Yeah, hard breaks
can be useful too.

HTML entitiesHTML 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