mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2024-12-24 20:35:28 +00:00
add explicit multiple format example (#2044)
* add explicit multiple format example in reference to https://github.com/vhf/free-programming-books/pull/2023 * .pdf link wasn't html doh
This commit is contained in:
parent
a6c265af42
commit
5974ea2554
@ -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
|
BAD : * [Another Awesome Book](http://example.com/book.pdf)- John Doe
|
||||||
GOOD: * [Another Awesome Book](http://example.com/book.pdf) - John Doe (PDF)
|
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)
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user