Paragraph divider inserter
Put a divider line — ***, ---, or your own — between every paragraph of a text.
Related tools
Paragraph divider inserter
A wall of paragraphs reads better with visible seams. Fiction writers drop a *** scene break between scenes, Markdown authors use --- for a horizontal rule, newsletters like a centred · · ·, and technical docs mark section boundaries however the style guide dictates. This tool does the tedious part: paste text with blank-line-separated paragraphs, choose the divider, and it lands between every pair of paragraphs, uniformly.
The divider is free text — asterisks, dashes, dots, a row of ~ characters, even a short label like [ SECTION ]. By default it sits on its own line with a blank line above and below, the shape both Markdown and human eyes expect; switch the padding off and the divider glues directly to the paragraphs for compact formats. Because splitting happens on runs of blank lines, ragged spacing — two blank lines here, four there — comes out normalized: exactly one divider between each pair of paragraphs, no doubles.
Single line breaks inside a paragraph are respected and stay where they are, so poetry stanzas, address blocks and soft-wrapped prose survive. The tally shows how many paragraphs were found and how many dividers went in, updating live as you type or adjust the divider string.
Typical uses: preparing a manuscript with scene breaks, adding horizontal rules to a Markdown draft, splitting a changelog into visually distinct entries, or making a pasted transcript scannable. Everything runs locally in your browser — your draft never leaves your device.