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