File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -59,15 +59,21 @@ Example:
59
59
60
60
- Don't put spaces between ` ] ` and ` ( `
61
61
62
- BAD : * [ IllumOS Dynamic Tracing Guide] (http://dtrace.org/guide/preface.html)(PDF)
63
- GOOD: * [ IllumOS Dynamic Tracing Guide] ( http://dtrace.org/guide/preface.html ) (PDF)
62
+ ```
63
+ BAD : * [IllumOS Dynamic Tracing Guide] (http://dtrace.org/guide/preface.html)(PDF)
64
+ GOOD: * [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html) (PDF)
65
+ ```
64
66
65
67
- Put a single space between the link and its format
66
68
67
- BAD : * [ IllumOS Dynamic Tracing Guide] ( http://dtrace.org/guide/preface.html ) (PDF)
68
- GOOD: * [ IllumOS Dynamic Tracing Guide] ( http://dtrace.org/guide/preface.html ) (PDF)
69
+ ```
70
+ BAD : * [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html)(PDF)
71
+ GOOD: * [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html) (PDF)
72
+ ```
69
73
70
74
- If you wish to mention the author, use ` - ` (a dash surrounded by single spaces)
71
75
72
- BAD : * [ IllumOS Dynamic Tracing Guide] ( http://dtrace.org/guide/preface.html ) - Robert
73
- GOOD: * [ IllumOS Dynamic Tracing Guide] ( http://dtrace.org/guide/preface.html ) - Robert
76
+ ```
77
+ BAD : * [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html)- Robert
78
+ GOOD: * [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html) - Robert
79
+ ```
You can’t perform that action at this time.
0 commit comments