mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Fix warning when generating docs
This commit is contained in:
@@ -100,10 +100,12 @@ Can be specified multiple times to setup different previewers for different type
|
|||||||
Note that previewers specified using this option take precedence over the builtin
|
Note that previewers specified using this option take precedence over the builtin
|
||||||
previewers.
|
previewers.
|
||||||
|
|
||||||
The command must output preview data to STDOUT, in JSON format, of the form::
|
The command must output preview data to STDOUT, as a JSON object:
|
||||||
|
|
||||||
|
.. code-block:: json
|
||||||
|
|
||||||
{
|
{
|
||||||
"lines": ["line1", "line2", ...],
|
"lines": ["line1", "line2", "..."],
|
||||||
"image": "absolute path to generated image preview",
|
"image": "absolute path to generated image preview",
|
||||||
"title_extra": "some text to show on the first line",
|
"title_extra": "some text to show on the first line",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user