all headings are h6all headings are h6
this is a horizontal linethis is a horizontal line
EmphasisEmphasis
This is bold text
This is italic textStrikethrough
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
- Marker character change forces new list start:
- Very easy!
Ordered
- Lorem ipsum dolor sit amet
- Consectetur adipiscing elit
- Integer molestie lorem at massa
CodeCode
Inline code
Syntax highlighting
var foo = function (bar) {
return bar++;
};
console.log(foo(5));TablesTables
| Tag | Use |
| p | Paragraph |
| table | Table |
| em | Emphasis |
LinksLinks
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.