aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasilij Schneidermann <mail@vasilij.de>2017-09-09 23:13:10 +0200
committerVasilij Schneidermann <mail@vasilij.de>2017-09-09 23:13:10 +0200
commita47fe9f9d5cdaf37e348a8c35b1cd1157ad2f1c0 (patch)
tree141cee8bd46a8769bfc8da9b555f193c3f6f0f0d
parent7668b4f52352742a1677da9a4bdd66856f353b5e (diff)
Briefly explain rendering customizables
-rw-r--r--README.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index ae74075..0a38d7f 100644
--- a/README.rst
+++ b/README.rst
@@ -91,6 +91,16 @@ such as ``visual-fill-column`` to implement more flexible filling:
(add-hook 'nov-mode-hook 'visual-line-mode)
(add-hook 'nov-mode-hook 'visual-fill-column-mode)
+Rendering
+.........
+
+In case you're not happy with the rendering at all, you can either use
+``nov-pre-html-render-hook`` and ``nov-post-html-render-hook`` to
+adjust the HTML before and after rendering or use your own rendering
+function by customizing ``nov-render-html-function`` to one that
+replaces HTML in a buffer with something nicer than the default
+output.
+
Usage
-----