Show Menu
Cheatography

Marksdown Cheat Sheet (DRAFT) by

marksdown cheat sheet BCIT

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Headers

Header 1
#
Header 2
##
Header 3
###
Header 4
####
Header 5
#####
Header 6
######
Header's size are from level 1 to 6 , 1 being the largest size and 6 being smallest. To implement simply place your required size at the beginning of header.
 

Formatting

Italic style
_text_
Bold
**text**
You can also use both formats at the same time such as **_text_** , this will apply italic and bold at the same time.
 

Links

Inline Link
[Googl­e]{­(ht­tps­://­www.go­ogl­e.com)}
Reference Link
[Googl­e][1]
 
Directly embeds a link within the text. The URL is included in parent­heses after the link text. Uses a reference label instead of the URL directly. The URL is defined elsewhere in the document.
 

Images

Inline image link
![Google] {(http­s:/­/im­age.png)}
Reference image link
![Goog­le]­[Go­ogl­eImage]
 
We have two types of images as wel. Inline and refrence which the ! needs be added before the desired Links format.