From a47fe9f9d5cdaf37e348a8c35b1cd1157ad2f1c0 Mon Sep 17 00:00:00 2001 From: Vasilij Schneidermann Date: Sat, 9 Sep 2017 23:13:10 +0200 Subject: Briefly explain rendering customizables --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 ----- -- cgit v1.2.3