feat: add custom img shortcode (#71)
This commit is contained in:
parent
d9daf73afb
commit
1cf78cea4f
13 changed files with 222 additions and 2 deletions
|
@ -85,6 +85,10 @@ enableGitInfo = true
|
|||
|
||||
# (Optional, default true) Copy anchor url to clipboard on click.
|
||||
geekdocAnchorCopy = true
|
||||
|
||||
# (Optional, default true) Enable or disable image lazy loading for images rendered
|
||||
# by the 'img' shortcode.
|
||||
geekdocImageLazyLoading = true
|
||||
```
|
||||
|
||||
{{< /tab >}}
|
||||
|
@ -164,6 +168,10 @@ params:
|
|||
|
||||
# (Optional, default true) Copy anchor url to clipboard on click.
|
||||
geekdocAnchorCopy: true
|
||||
|
||||
# (Optional, default true) Enable or disable image lazy loading for images rendered
|
||||
# by the 'img' shortcode.
|
||||
geekdocImageLazyLoading: true
|
||||
```
|
||||
|
||||
{{< /tab >}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue