We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c265a commit 5974ea2Copy full SHA for 5974ea2
CONTRIBUTING.md
@@ -88,3 +88,11 @@ GOOD: * [Another Awesome Book](http://example.com/book.pdf) (PDF)
88
BAD : * [Another Awesome Book](http://example.com/book.pdf)- John Doe
89
GOOD: * [Another Awesome Book](http://example.com/book.pdf) - John Doe (PDF)
90
```
91
+
92
+- Multiple formats:
93
94
+```
95
+BAD : * [Another Awesome Book](http://example.com/)- John Doe (HTML)
96
+BAD : * [Another Awesome Book](https://downloads.example.org/book.html)- John Doe (download site)
97
+GOOD: * [Another Awesome Book](http://example.com/) - John Doe (HTML) [(PDF, EPUB)](https://downloads.example.org/book.html)
98
0 commit comments