Include all in page headings in the sidebar ToC

The furo theme tries to make this impossible, fortunately,
this being python, we dont care what it wants
This commit is contained in:
Kovid Goyal
2021-07-21 10:35:58 +05:30
parent 8dfef58f29
commit 329d95fd3a
11 changed files with 33 additions and 21 deletions

View File

@@ -1,11 +1,14 @@
Mark text on screen
========================
---------------------
kitty has the ability to mark text on the screen based on regular expressions.
This can be useful to highlight words or phrases when browsing output from long
running programs or similar. Lets start with a few examples:
Examples
----------
Suppose we want to be able to highlight the word ERROR in the current window.
Add the following to :file:`kitty.conf`::