mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2025-08-31 19:32:06 +02:00
Fix examples
This commit is contained in:
@@ -60,8 +60,8 @@ Example:
|
|||||||
- Don't put spaces between `]` and `(`
|
- Don't put spaces between `]` and `(`
|
||||||
|
|
||||||
```
|
```
|
||||||
BAD : * [IllumOS Dynamic Tracing Guide] (http://dtrace.org/guide/preface.html)(PDF)
|
BAD : * [IllumOS Dynamic Tracing Guide] (http://dtrace.org/guide/preface.html)
|
||||||
GOOD: * [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html) (PDF)
|
GOOD: * [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html)
|
||||||
```
|
```
|
||||||
|
|
||||||
- Put a single space between the link and its format
|
- Put a single space between the link and its format
|
||||||
|
Reference in New Issue
Block a user