removes quotes from markdown for assets (#7223)
Merge pull request 7223
This commit is contained in:
parent
56dd010c82
commit
e56bf80bfc
|
@ -84,13 +84,13 @@ Including an image asset in a post:
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
... which is shown in the screenshot below:
|
... which is shown in the screenshot below:
|
||||||

|

|
||||||
```
|
```
|
||||||
|
|
||||||
Linking to a PDF for readers to download:
|
Linking to a PDF for readers to download:
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
... you can [get the PDF]("/assets/mydoc.pdf") directly.
|
... you can [get the PDF](/assets/mydoc.pdf) directly.
|
||||||
```
|
```
|
||||||
|
|
||||||
## Displaying an index of posts
|
## Displaying an index of posts
|
||||||
|
|
Loading…
Reference in New Issue