removes quotes from markdown for assets (#7223)

Merge pull request 7223
This commit is contained in:
Justin Vallelonga 2018-09-06 14:16:19 +08:00 committed by jekyllbot
parent 56dd010c82
commit e56bf80bfc
1 changed files with 2 additions and 2 deletions

View File

@ -84,13 +84,13 @@ Including an image asset in a post:
```markdown
... which is shown in the screenshot below:
![My helpful screenshot]("/assets/screenshot.jpg")
![My helpful screenshot](/assets/screenshot.jpg)
```
Linking to a PDF for readers to download:
```markdown
... you can [get the PDF]("/assets/mydoc.pdf") directly.
... you can [get the PDF](/assets/mydoc.pdf) directly.
```
## Displaying an index of posts