Markdown cheatsheet

pacome
2019-3-2 13:10

HEADERS “` # This is an h1 tag ## This is an h2 tag ###### This is an

h6 tag “` # This is an h1 tag ## This is an h2 tag ###### This is an h6 tag #

EMPHASIS “` This text will be italic This will also be italic **This

text will be bold** This will also be bold *You can combine them*

”` This text will be italic This will also be italic **This text

will be bold** This will also be bold *You can combine them* #

LIST - unordered * Item 1 * Item 2 * Item 2a * Item 2b * Item

1 * Item 2 * Item 2a * Item 2b # LIST - ordered “` 1. Item 1 2. Item

2 3. Item 3 * Item 3a * Item 3b “” 1. Item 1 2. Item 2 3. Item 3

surrounding it with backticks “Inline code` is indicated by surrounding

it with backticks `Bloc of code is fenced by 3 backticks \

Bloc of code is fenced by 3 backticks # TABLE This is a table:

First Header | Second Header ————- | ————- Content Cell |

Content Cell Content Cell | Content Cell “` First Header | Second Header

————- | ————- Content Cell | Content Cell Content Cell |

Content Cell # IMAGE “` Format: Alt Text ![Blue Sky](

https://www.atelier-cartographique.be/images/solar-800.jpg) “` ![Blue Sky](

https://www.atelier-cartographique.be/images/solar-800.jpg) # LINKS “`

http://atelier-cartographique.be - will turn as a clickable link

automaticaly! format: label [a.-c.](

http://atelier-cartographique.be) “` http://atelier-cartographique.be -

will turn as a clickable link automaticaly! [a.-c.](

http://atelier-cartographique.be) # BLOCQUOTE “` The Woman Said To The

King : > Turn The Cake, > So That They Do Not Burn. “` The Woman Said To

The King : > Turn The Cake, > So That They Do Not Burn. # BACKSLASH

ESCAPES Markdown allows you to use backslash escapes to generate literal

characters which would otherwise have special meaning in Markdown’s

formating syntax. \*literal asterisks\* *literal asterisks*