Tested tool guide
Text and writing tools
Checked August 16, 2026
What Paragraph Numbering Tool does, with a checked example
Give this tool a block of plain text and it prepends a marker to each paragraph: sequential numbers, bullets, or a prefix of your own, with formatting controls for the separator and related details. A paragraph means everything between blank lines, and the marker attaches to the whole block, so text that wraps across several lines is numbered once, not once per line. The surprise most users hit is the reverse: items separated only by single line breaks are seen as one paragraph, so a pasted list can come out with a single number.
Worked example
A concrete input and expected output from the current implementation.
Input
First paragraph. It can span multiple lines of text.
Second paragraph.
Third paragraph.
->
Expected output
1. First paragraph. It can span multiple lines of text.
2. Second paragraph.
3. Third paragraph.
Numbering applies to paragraphs, not lines: the two-line first paragraph gets one marker, and each blank-line-separated paragraph advances the counter. If the input were three short lines with no blank lines between them, they would receive a single number.