mirror of
https://github.com/imfing/hextra.git
synced 2025-05-16 16:58:27 -04:00
Escape PDF shortcode examples
This commit is contained in:
parent
2355432542
commit
33dbd4561c
@ -8,10 +8,10 @@ title: Pdf
|
||||
## Usage
|
||||
### 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
|
||||
```markdown
|
||||
{{< pdf "path/to/your/pdf/file.pdf" >}}
|
||||
{{</* pdf "path/to/your/pdf/file.pdf" */>}}
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user