From 33dbd4561c0b5a04c6857e1fcdbb446734d6bf08 Mon Sep 17 00:00:00 2001 From: Shahar Naveh <50263213+ShaharNaveh@users.noreply.github.com> Date: Fri, 28 Jun 2024 15:39:34 +0300 Subject: [PATCH] Escape PDF shortcode examples --- exampleSite/content/docs/guide/shortcodes/pdf.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/content/docs/guide/shortcodes/pdf.md b/exampleSite/content/docs/guide/shortcodes/pdf.md index ff0b76c..cbc046b 100644 --- a/exampleSite/content/docs/guide/shortcodes/pdf.md +++ b/exampleSite/content/docs/guide/shortcodes/pdf.md @@ -8,10 +8,10 @@ title: Pdf ## Usage ### With URL ```markdown -{{< pdf "https://dagrs.berkeley.edu/sites/default/files/2020-01/sample.pdf" >}} +{{}} ``` ### With Path ```markdown -{{< pdf "path/to/your/pdf/file.pdf" >}} +{{}} ```