Export paragraphs. This offers two forms of export of paragraph format:
- as prose: if this option is selected, paragraph breaks (carriage returns) in text are exported as paragraph markers
in HTML. This is standard HTML for most applications. On most web browsers, this separates paragraphs of text with a bit of extra white space. This option is selected by default.
- as poetry (default): if this option is selected, paragraph breaks (carriage returns) in text are exported as break markers <br> in HTML. This can be useful if you are using line breaks to separate lines—as in poetry, or lists of data—that should not be separated by extra white space when converted to web format.