Remove markdown syntax highlight

This commit is contained in:
Shahar Naveh
2024-06-28 15:45:00 +03:00
committed by GitHub
parent 33dbd4561c
commit ff565f2077

View File

@ -7,11 +7,11 @@ title: Pdf
## Usage
### With URL
```markdown
```
{{</* pdf "https://dagrs.berkeley.edu/sites/default/files/2020-01/sample.pdf" */>}}
```
### With Path
```markdown
```
{{</* pdf "path/to/your/pdf/file.pdf" */>}}
```