Skip to content

Commit af5805c

Browse files
author
tchap
committed
Update README.md
1 parent aea1cd1 commit af5805c

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

README.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,52 @@ __Strong text__
3535
___Strong emphasized text___
3636

3737
Markup : ___Strong emphasized text___ or ***Strong emphasized text***
38+
39+
[Named Link](http://www.google.fr/) and http://www.google.fr/ or <http://example.com/>
40+
41+
Markup : [Named Link](http://www.google.fr/) and http://www.google.fr/ or <http://example.com/>
42+
43+
`code()`
44+
45+
Markup : `code()`
46+
47+
* Bullet list
48+
* Nested bullet
49+
* Sub-nested bullet etc
50+
* Bullet list item 2
51+
52+
~~~
53+
Markup : * Bullet list
54+
* Nested bullet
55+
* Sub-nested bullet etc
56+
* Bullet list item 2
57+
~~~
58+
59+
1. A numbered list
60+
1. A nested numbered list
61+
2. Which is numbered
62+
2. Which is numbered
63+
64+
~~~
65+
Markup : 1. A numbered list
66+
1. A nested numbered list
67+
2. Which is numbered
68+
2. Which is numbered
69+
~~~
70+
71+
> Blockquote
72+
>> Nested blockquote
73+
74+
Markup : > Blockquote
75+
>> Nested Blockquote
76+
77+
_Horizontal line :_
78+
- - - -
79+
80+
Markup : - - - -
81+
82+
_Image with alt :_
83+
84+
![picture alt](http://www.brightlightpictures.com/assets/images/portfolio/thethaw_header.jpg "Title is optional")
85+
86+
Markup : ![picture alt](http://www.brightlightpictures.com/assets/images/portfolio/thethaw_header.jpg "Title is optional")

0 commit comments

Comments
 (0)