-
Notifications
You must be signed in to change notification settings - Fork 78
Learn markdown in 3 minutes
karthikram edited this page Feb 15, 2013
·
7 revisions
Markdown syntax is extremely simple and you can learn all you need to know within a few minutes.
# First level
## Second Level
### Third level
#### Fourth level
##### Fifth level
###### Sixth level
Bold: **some text**
Italics: _some other text_
[link text](link)
example: [click here for a web page](http://google.com)
Figures are formatted the same as links but just add a ! before the square bracked.

***
That's most of the formatting you'll need to get by. I'll get into citation and table formatting on a separate page.