Line Number Adder
Add line numbers to your text with customizable formatting options.
Lines: 0
Characters: 0
ℹ️ Line Numbering Guide
Formatting Examples:
- Plain: "1 Hello"
- Leading Zero: "01 Hello"
- Brackets: "[1] Hello"
- Parentheses: "(1) Hello"
- Dot: "1. Hello"
Input | Format | Output |
---|---|---|
First line Second line |
Plain, Start=1 | 1 First line 2 Second line |
Apple Banana |
Leading Zero, Start=10 | 10 Apple 11 Banana |
Item 1 Item 2 |
Dot, Right-aligned | 1. Item 1 2. Item 2 |
Note: Empty lines will also be numbered. The separator appears between the number and text.