Skip to content

Commit

Permalink
add explicit multiple format example (EbookFoundation#2044)
Browse files Browse the repository at this point in the history
* add explicit multiple format example

in reference to EbookFoundation#2023

* .pdf link wasn't html doh
  • Loading branch information
eshellman authored and vhf committed Aug 18, 2016
1 parent a6c265a commit 5974ea2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```

0 comments on commit 5974ea2

Please sign in to comment.