Skip to content

Commit 5974ea2

Browse files
eshellmanvhf
authored andcommitted
add explicit multiple format example (EbookFoundation#2044)
* add explicit multiple format example in reference to EbookFoundation#2023 * .pdf link wasn't html doh
1 parent a6c265a commit 5974ea2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: CONTRIBUTING.md

+8
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,11 @@ GOOD: * [Another Awesome Book](http://example.com/book.pdf) (PDF)
8888
BAD : * [Another Awesome Book](http://example.com/book.pdf)- John Doe
8989
GOOD: * [Another Awesome Book](http://example.com/book.pdf) - John Doe (PDF)
9090
```
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

Comments
 (0)