Update pdf.md

This commit is contained in:
Shahar Naveh 2024-06-28 15:36:43 +03:00 committed by GitHub
parent 24a2734ee5
commit 2355432542
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,18 +1,17 @@
--- ---
title: PDF title: Pdf
--- ---
## Example ## Example
{{< pdf "https://dagrs.berkeley.edu/sites/default/files/2020-01/sample.pdf" >}} {{< pdf "https://dagrs.berkeley.edu/sites/default/files/2020-01/sample.pdf" >}}
## Usage ## Usage
### With URL ### With URL
``` ```markdown
{{< pdf "https://dagrs.berkeley.edu/sites/default/files/2020-01/sample.pdf" >}} {{< pdf "https://dagrs.berkeley.edu/sites/default/files/2020-01/sample.pdf" >}}
``` ```
### With Path ### With Path
``` ```markdown
{{< pdf "path/to/your/pdf/file.pdf" >}} {{< pdf "path/to/your/pdf/file.pdf" >}}
``` ```