mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
chore(build): auto-generate docs
This commit is contained in:
parent
004050c435
commit
5b481ead14
2 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
*snacks.nvim.txt* For Neovim Last change: 2025 February 17
|
||||
*snacks.nvim.txt* For Neovim Last change: 2025 February 18
|
||||
|
||||
==============================================================================
|
||||
Table of Contents *snacks.nvim-table-of-contents*
|
||||
|
|
|
@ -72,6 +72,7 @@ In case of issues, make sure to run `:checkhealth snacks`.
|
|||
--- Return the absolute path or url to the image.
|
||||
--- When `nil`, the path is resolved relative to the file.
|
||||
---@field resolve? fun(file: string, src: string): string?
|
||||
---@field magick? table<string, (string|number)[]>
|
||||
{
|
||||
formats = {
|
||||
"png",
|
||||
|
@ -127,6 +128,11 @@ In case of issues, make sure to run `:checkhealth snacks`.
|
|||
placement = false,
|
||||
},
|
||||
env = {},
|
||||
magick = {
|
||||
default = { "{src}[0]", "-scale", "1920x1080>" },
|
||||
math = { "-density", 600, "{src}[0]", "-trim" },
|
||||
pdf = { "-density", 300, "{src}[0]", "-background", "white", "-alpha", "remove", "-trim" },
|
||||
},
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue