Next: , Up: Rendering   [Contents][Index]


4.2.1 Filling and whitespace

Text filling aligns left by default with fill column at 78 (see ‘wwe-render-fill-column’). You might want to change ‘wwe-render-fill-justify’ to ’justify if you’d like all lines in paragraphs to end at the fill column.

If you don’t want to fill lines, set ‘wwe-render-fill-lines’ to nil.

There is 1 empty line of whitespace inserted between text. Set ‘wwe-render-linespacing’ if you’d like more.

Whitespace is preserved in <pre>, <textarea>, and <xmp> tags as set in ‘wwe-render-save-whitespace-tag-regexp’. Non-breaking spaces are also preserved, see ‘wwe-render-respect-nbsp’. The text-property on these text elements get set to ‘wwe-nobreak’: t and ‘hard’: t.