|
|
@@ -88,3 +88,11 @@ GOOD: * [Another Awesome Book](http://example.com/book.pdf) (PDF)
|
|
|
BAD : * [Another Awesome Book](http://example.com/book.pdf)- John Doe
|
|
|
GOOD: * [Another Awesome Book](http://example.com/book.pdf) - John Doe (PDF)
|
|
|
```
|
|
|
+
|
|
|
+- Multiple formats:
|
|
|
+
|
|
|
+```
|
|
|
+BAD : * [Another Awesome Book](http://example.com/)- John Doe (HTML)
|
|
|
+BAD : * [Another Awesome Book](https://downloads.example.org/book.html)- John Doe (download site)
|
|
|
+GOOD: * [Another Awesome Book](http://example.com/) - John Doe (HTML) [(PDF, EPUB)](https://downloads.example.org/book.html)
|
|
|
+```
|