We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 506fd48 + ef775fb commit 8d33c87Copy full SHA for 8d33c87
README.md
@@ -48,9 +48,13 @@ ___Strong emphasized text___
48
49
Markup : ___Strong emphasized text___ or ***Strong emphasized text***
50
51
-[Named Link](http://www.google.fr/) and http://www.google.fr/ or <http://example.com/>
+[Named Link](http://www.google.fr/ "Named link title") and http://www.google.fr/ or <http://example.com/>
52
53
- Markup : [Named Link](http://www.google.fr/) and http://www.google.fr/ or <http://example.com/>
+ Markup : [Named Link](http://www.google.fr/ "Named link title") and http://www.google.fr/ or <http://example.com/>
54
+
55
+[heading-1](#heading-1 "Goto heading-1")
56
57
+ Markup: [heading-1](#heading-1 "Goto heading-1")
58
59
Table, like this one :
60
0 commit comments