diff --git a/exampleSite/content/docs/guide/shortcodes/pdf.md b/exampleSite/content/docs/guide/shortcodes/pdf.md new file mode 100644 index 0000000..9c5762f --- /dev/null +++ b/exampleSite/content/docs/guide/shortcodes/pdf.md @@ -0,0 +1,18 @@ +--- +title: PDF +--- + +## Example +{{< pdf "https://dagrs.berkeley.edu/sites/default/files/2020-01/sample.pdf" >}} + +## Usage + +### With URL +``` +{{< pdf "https://dagrs.berkeley.edu/sites/default/files/2020-01/sample.pdf" >}} +``` + +### With Path +``` +{{< pdf "path/to/your/pdf/file.pdf" >}} +```