Compare commits

...

5 Commits

Author SHA1 Message Date
Shahar Naveh
f2086da050
Merge ff565f207773c8f2803a6552c657af51f7e9ab30 into e3b582676e5db64078053db99e3636e5b6311874 2024-07-09 20:38:26 -05:00
Shahar Naveh
ff565f2077
Remove markdown syntax highlight 2024-06-28 15:45:00 +03:00
Shahar Naveh
33dbd4561c
Escape PDF shortcode examples 2024-06-28 15:39:34 +03:00
Shahar Naveh
2355432542
Update pdf.md 2024-06-28 15:36:43 +03:00
Shahar Naveh
24a2734ee5
Create pdf.md 2024-06-28 14:40:22 +03:00

View File

@ -0,0 +1,17 @@
---
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" */>}}
```