Add backticks to docs.
This commit is contained in:
parent
2c8aa26c93
commit
749d7bfc3c
@ -949,8 +949,8 @@ class CommandDispatcher:
|
|||||||
|
|
||||||
Args:
|
Args:
|
||||||
userscript: Run the command as a userscript. Either store the
|
userscript: Run the command as a userscript. Either store the
|
||||||
userscript in ~/.local/share/qutebrowser/userscripts
|
userscript in `~/.local/share/qutebrowser/userscripts`
|
||||||
(or $XDG_DATA_DIR), or use an absolute path.
|
(or `$XDG_DATA_DIR`), or use an absolute path.
|
||||||
verbose: Show notifications when the command started/exited.
|
verbose: Show notifications when the command started/exited.
|
||||||
detach: Whether the command should be detached from qutebrowser.
|
detach: Whether the command should be detached from qutebrowser.
|
||||||
cmdline: The commandline to execute.
|
cmdline: The commandline to execute.
|
||||||
|
@ -751,8 +751,9 @@ class HintManager(QObject):
|
|||||||
URL.
|
URL.
|
||||||
- With `userscript`: The userscript to execute. Either store
|
- With `userscript`: The userscript to execute. Either store
|
||||||
the userscript in
|
the userscript in
|
||||||
~/.local/share/qutebrowser/userscripts (or
|
`~/.local/share/qutebrowser/userscripts`
|
||||||
$XDG_DATA_DIR), or use an absolute path.
|
(or `$XDG_DATA_DIR`), or use an absolute
|
||||||
|
path.
|
||||||
- With `fill`: The command to fill the statusbar with.
|
- With `fill`: The command to fill the statusbar with.
|
||||||
`{hint-url}` will get replaced by the selected
|
`{hint-url}` will get replaced by the selected
|
||||||
URL.
|
URL.
|
||||||
|
Loading…
Reference in New Issue
Block a user