File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change @@ -35,3 +35,52 @@ __Strong text__
35
35
___ Strong emphasized text___
36
36
37
37
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 : 
You can’t perform that action at this time.
0 commit comments