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