forked from tchapi/markdown-cheatsheet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
tchap
committed
Oct 10, 2012
1 parent
34e4d55
commit aea1cd1
Showing
1 changed file
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,37 @@ | ||
markdown-cheatsheet | ||
Markdown Cheatsheet | ||
=================== | ||
|
||
Markdown Cheatsheet for Github Readme.md | ||
- - - - | ||
|
||
# Heading 1 # | ||
|
||
Markup : # Heading 1 # | ||
|
||
## Heading 2 ## | ||
|
||
Markup : ## Heading 2 ## | ||
|
||
### Heading 3 ### | ||
|
||
Markup : ### Heading 3 ### | ||
|
||
#### Heading 4 #### | ||
|
||
Markup : #### Heading 4 #### | ||
|
||
|
||
Common text | ||
|
||
Markup : Common text | ||
|
||
_Emphasized text_ | ||
|
||
Markup : _Emphasized text_ or *Emphasized text* | ||
|
||
__Strong text__ | ||
|
||
Markup : __Strong text__ or **Strong text** | ||
|
||
___Strong emphasized text___ | ||
|
||
Markup : ___Strong emphasized text___ or ***Strong emphasized text*** |