Add a note about non-reflowable content

This commit is contained in:
Kovid Goyal 2019-11-06 06:51:03 +05:30
parent 1c42d7fc3f
commit f6a511e291
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -121,3 +121,16 @@ Copying text and images
You can select text and images by dragging the content with your mouse and then
right clicking and selecting "Copy" to copy to the clipboard. The copied
material can be pasted into another application as plain text and images.
Non re-flowable content
--------------------------
Some books have very wide content that content be broken up at page boundaries.
For example tables or :code:`<pre>` tags. In such cases, you should switch the
viewer to *flow mode* by pressing :kbd:`Ctrl+m` to read this content.
Alternately, you can also add the following CSS to the Styling section of the
viewer preferences to force the viewer to break up lines of text in
:code:`<pre>` tags::
code, pre { white-space: pre-wrap }