diff --git a/docs/_docs/posts.md b/docs/_docs/posts.md index f678c7d8..d55537a6 100644 --- a/docs/_docs/posts.md +++ b/docs/_docs/posts.md @@ -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