mirror of
https://github.com/imfing/hextra.git
synced 2025-05-15 17:48:25 -04:00
Merge ff565f207773c8f2803a6552c657af51f7e9ab30 into 2863a3a02908326d0ddd5612fded2b3e66f55b7f
This commit is contained in:
commit
391621e54b
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