Add backticks to docs.

This commit is contained in:
Florian Bruhin 2015-10-08 10:47:36 +02:00
parent 2c8aa26c93
commit 749d7bfc3c
2 changed files with 5 additions and 4 deletions

View File

@ -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.

View File

@ -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.