diff options
author | Vasilij Schneidermann <mail@vasilij.de> | 2017-09-09 23:13:10 +0200 |
---|---|---|
committer | Vasilij Schneidermann <mail@vasilij.de> | 2017-09-09 23:13:10 +0200 |
commit | a47fe9f9d5cdaf37e348a8c35b1cd1157ad2f1c0 (patch) | |
tree | 141cee8bd46a8769bfc8da9b555f193c3f6f0f0d | |
parent | 7668b4f52352742a1677da9a4bdd66856f353b5e (diff) |
Briefly explain rendering customizables
-rw-r--r-- | README.rst | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 ----- |