markdown-cheat-sheet-short.md

Paragraphs and Line Breaks

Here is a first paragraph.

I add a blank line before starting a second paragraph.

Headers

You can specify 6 level of headers. They use 1-6 hash characters at the start of the line, corresponding to header levels 1-6. For example:

# This is an H1

This is an H1

## This is an H2, smaller that H1

This is an H2, smaller that H1

... etc

###### This is an H6, smaller that 5
This is an H6, smaller that H5

Emphasis

I  am *italic*

I am italic

I  am **bold**

I am bold

Lists

Ordered list

1. This is our first item
2. This is our second item 
  1. This is our first item
  2. This is our second item

Unordered list

- This is our first item
- This is our second item 
  • This is our first item
  • This is our second item


N.B.: List markers must be followed by one or more spaces or a tab.

Blockquotes

Simple blockquotes

> This a blockquote with two paragraphs.
> 
> The idea is to add the caracter ">" before each lines. Even the empty ones.

This a blockquote with two paragraphs.

The idea is to add the caracter ">" before each lines. Even the empty ones.

or

> This is also a blockquote with two paragraphs.

> But here we just added the caracter ">" at the begining of each paragraph.

This is also a blockquote with two paragraphs.

But here we just added the caracter ">" at the begining of each paragraph.

nested blockquotes

> This is the first lever of quoting.
>
> > This is nested blockquote.
>
> Here we come back to the first level of the quote.

This is the first lever of quoting.

This is nested blockquote.

Here we come back to the first level of the quote.

[text to see](url link)

for example

[Here is the ethertoff of the transational alliance](http://ethertoff.contour9.be)

Here is the ethertoff of the transational alliance

Insert an image

For images that are already online

![](image link)

for example

![](http://www.erg.be/m/images/d/da/2018-01-04_88281856028ecd49256b8fdf83d200f5.jpg)

For image that are not online

Just upload them with the clipboard button on top of this pad's frame.