Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tchap committed Oct 10, 2012
1 parent aea1cd1 commit af5805c
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,52 @@ __Strong text__
___Strong emphasized text___

Markup : ___Strong emphasized text___ or ***Strong emphasized text***

[Named Link](http://www.google.fr/) and http://www.google.fr/ or <http://example.com/>

Markup : [Named Link](http://www.google.fr/) and http://www.google.fr/ or <http://example.com/>

`code()`

Markup : `code()`

* Bullet list
* Nested bullet
* Sub-nested bullet etc
* Bullet list item 2

~~~
Markup : * Bullet list
* Nested bullet
* Sub-nested bullet etc
* Bullet list item 2
~~~

1. A numbered list
1. A nested numbered list
2. Which is numbered
2. Which is numbered

~~~
Markup : 1. A numbered list
1. A nested numbered list
2. Which is numbered
2. Which is numbered
~~~

> Blockquote
>> Nested blockquote
Markup : > Blockquote
>> Nested Blockquote

_Horizontal line :_
- - - -

Markup : - - - -

_Image with alt :_

![picture alt](http://www.brightlightpictures.com/assets/images/portfolio/thethaw_header.jpg "Title is optional")

Markup : ![picture alt](http://www.brightlightpictures.com/assets/images/portfolio/thethaw_header.jpg "Title is optional")

0 comments on commit af5805c

Please sign in to comment.