aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-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
-----