Update docs

This commit is contained in:
Florian Bruhin 2018-06-11 15:38:01 +02:00
parent 98c82859b5
commit 6e90465cdd
2 changed files with 7 additions and 1 deletions

View File

@ -61,6 +61,8 @@ Changed
element if there's no selection.
- The `--logfilter` argument now can be prepended with an exclamation mark
(e.g. `--logfilter '!init,destroy'`) to invert the filter.
- `:view-source` now has a `--pygments` flag which uses the "old" way of
rendering sources even with QtWebEngine.
Removed
~~~~~~~

View File

@ -1365,12 +1365,16 @@ Show version information.
[[view-source]]
=== view-source
Syntax: +:view-source [*--edit*]+
Syntax: +:view-source [*--edit*] [*--pygments*]+
Show the source of the current page in a new tab.
==== optional arguments
* +*-e*+, +*--edit*+: Edit the source in the editor instead of opening a tab.
* +*-p*+, +*--pygments*+: Use pygments to generate the view. This is always the case for QtWebKit. For QtWebEngine it may display
slightly different source.
Some JavaScript processing may be applied.
[[window-only]]
=== window-only