From e56bf80bfc450a5a572ccfec75c950386dd82e7e Mon Sep 17 00:00:00 2001 From: Justin Vallelonga Date: Thu, 6 Sep 2018 14:16:19 +0800 Subject: [PATCH] removes quotes from markdown for assets (#7223) Merge pull request 7223 --- docs/_docs/posts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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