Turn lines into a quote block
Input
Alpha Beta Gamma
Output
> Alpha > Beta > Gamma
Add the same text to the start or end of every line in a multiline block.
You can skip blank lines, insert after indentation, add before trailing whitespace, and use `{n}` for numbering.
Use it for quote markers, bullet prefixes, trailing commas, tags, labels, or quick numbering. It gives you control over whether blank lines are skipped, whether the prefix goes before or after indentation, and whether the suffix should stay before trailing spaces.
Input
Alpha Beta Gamma
Output
> Alpha > Beta > Gamma
Input
apple banana orange
Output
apple, banana, orange,
Input
Task A Task B Task C
Output
1. Task A 2. Task B 3. Task C
Text added to the start side of each line.
Text added to the end side of each line.
A setting that leaves blank or whitespace-only lines untouched.
Yes. Skip blank lines is enabled by default. In advanced options, you can also decide whether whitespace-only lines count as blank.
Yes. Change Prefix insertion position to After indentation to keep the original leading spaces or tabs intact.
Turn on Enable numbering and place `{n}` in the prefix or suffix. You can also set the start value, step, and zero-padding.
It tries to format numbering with the current page language instead of plain ASCII digits. If the environment does not support it cleanly, the tool falls back to ASCII digits.
No. The source text and the added strings are not saved and are never sent to a server.