The Paragraph Mark
The pilcrow — ¶ — is the oldest editorial mark still in common use. Scribes employed it in medi-eval manuscripts to signal the start of a new thought, long before the blank line became theparagraph separator we reach for without thinking. It marks a pause, a breath, a turn.
It began as a letter. Greek copyists drew a short stroke, the paragraphos, in the margin beside a linewhere the sense changed. Latin scribes kept the habit and gave the new section a capital C, forcapitulum — a little head. Rubricators, working through a finished manuscript with red ink, ran avertical stroke or two through the C so that it would not be read as a letter, and the C with its barsthickened over the centuries into the mark we still have. The red ink is the point. The pilcrow was madeafter the text, by a second hand, whose only job was to make the page readable.
Then print. Early printers set the text and left a gap where the rubricator’s pilcrow would go, expectingthe red ink to follow by hand. Often it never came — the rubricator was slow, or the buyer was cheap —and the gap stayed empty. Readers learned to read the empty space as the mark. That is where the para-graph break we know comes from: not a decision, but an absence that hardened into a convention. Fivecenturies on, the blank line between paragraphs is the one piece of medieval rubrication every webpage still carries.
What the mark meant, then, was that someone had been through the text after it was written, in adifferent colour of ink, deciding where the reader would be allowed to breathe. That is also, nearenough, a description of typesetting. The compositor does not write; he decides — where the line ends,how the column holds, whether the last word of a paragraph may sit on a line by itself. The decisionstravel under the words, and a reader who never notices them has been served well.1
The web dispensed with the second hand. A page is written, styled, and sent, and where its lines end issettled by whichever browser opens it, at the moment it is opened, by a reflow routine with no memoryof the previous line and no opinion about the next. There is no rubricator. Nobody goes through the textafterwards.
Pilcrow puts the second hand back. At build time it measures each paragraph at the width it willactually occupy and decides where every line ends — using pretext as the line-breaking primitive, theway a compositor used a composing stick.2 What the reader receives has already been read once, bysomething that cared where the breaks fell. The browser has nothing left to decide.
The mark is the right name for that. Not because the glyph appears on the page — it mostly does not —but because of what it always meant: that the page was finished by someone whose only job was tomake it read well.
Footnotes
-
The browser’s reflow engine is not careless — it handles bidirectional text, wrapping, and dictionary hyphen-ation reasonably well. What it lacks is any notion of the paragraph as a unit, or of the relationship betweenthe length of a line and the rhythm of reading it. That is the compositor’s notion, and it is the one Pilcrowkeeps. ↩
-
pretext is Cheng Lou’s line-breaking library. Pilcrow uses it as a dependency and sends fixes upstreamrather than forking it. ↩