You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
|
|
|
#lang pollen
|
|
|
|
|
|
|
|
|
|
◊(define-meta title "space between paragraphs")
|
|
|
|
|
◊hanging-topic[(topic-from-metas metas)]{Use 4–10 points}
|
|
|
|
|
|
|
|
|
|
◊em{Space between paragraphs} is an alternative to a ◊xref{first-line indent} for signaling the start of a new paragraph.
|
|
|
|
|
|
|
|
|
|
The worst way to put space between paragraphs is to insert an extra carriage return. (See ◊xref{carriage returns} for why.)
|
|
|
|
|
|
|
|
|
|
As with first-line indents, you want the space to be large enough to be easily noticed but not so large that the paragraphs seem disconnected. Four to ten points of space will usually suffice.
|