Compare commits

...

5 Commits

Author SHA1 Message Date
391621e54b Merge ff565f2077 into 2863a3a029 2024-08-18 14:52:21 +01:00
ff565f2077 Remove markdown syntax highlight 2024-06-28 15:45:00 +03:00
33dbd4561c Escape PDF shortcode examples 2024-06-28 15:39:34 +03:00
2355432542 Update pdf.md 2024-06-28 15:36:43 +03:00
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" */>}}
```