diff --git a/exampleSite/content/docs/guide/shortcodes/pdf.md b/exampleSite/content/docs/guide/shortcodes/pdf.md index 9c5762f..ff0b76c 100644 --- a/exampleSite/content/docs/guide/shortcodes/pdf.md +++ b/exampleSite/content/docs/guide/shortcodes/pdf.md @@ -1,18 +1,17 @@ --- -title: PDF +title: Pdf --- ## Example {{< pdf "https://dagrs.berkeley.edu/sites/default/files/2020-01/sample.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" >}} ```