mirror of
https://github.com/imfing/hextra.git
synced 2025-05-17 05:08:26 -04:00
Compare commits
5 Commits
2318af782f
...
f2086da050
Author | SHA1 | Date | |
---|---|---|---|
![]() |
f2086da050 | ||
![]() |
ff565f2077 | ||
![]() |
33dbd4561c | ||
![]() |
2355432542 | ||
![]() |
24a2734ee5 |
17
exampleSite/content/docs/guide/shortcodes/pdf.md
Normal file
17
exampleSite/content/docs/guide/shortcodes/pdf.md
Normal 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" */>}}
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user