Markdown bullets
apple banana
- apple - banana
Wrap every line with matching prefix and suffix text—quote CSV fields, add markdown bullets, or bracket list items in seconds.
Add Prefix and Suffix
Set prefix/suffix or pick a preset — output updates instantly.
Wrapping non-empty lines with prefix ‘- ’ and no suffix.
Your text stays in your browser — nothing is uploaded.
apple banana
- apple - banana
apple banana
"apple" "banana"
apple banana
<li>apple</li> <li>banana</li>
apple banana
('apple')
('banana')
Use either field alone — bullets, paths, or file extensions.
Default: apply prefix and suffix to every non-empty row.
Blank rows pass through unwrapped to preserve spacing.
Wrap the entire textarea once instead of line by line.
Insert line numbers before or after the prefix.
Strip matching prefix/suffix before re-wrapping.
Bullet or numbered list items for docs.
Double-quote values before import.
('value') tuples for INSERT lists.
<li> tags for quick prototypes.
Prepend / to slug segments.
Suffix .txt or .csv on filenames.
| Mode | Before | After |
|---|---|---|
| Markdown | apple | - apple |
| Quotes | apple | "apple" |
| HTML li | apple | <li>apple</li> |
| SQL value | apple | ('apple') |
| URL path | about | /about |
| Numbered | apple | 1. apple |
Wrap log lines, HTML tags, or test fixtures.
Quote CSV columns before import.
Format value lists for INSERT and IN clauses.
Build markdown bullets and outline lists.
Prefix URL paths and slug lists.
Format notes, citations, and study lists.
Non-empty mode skips blank rows; whole-block wraps all.
Accented and international characters are preserved.
Emoji lines wrap exactly as typed.
Tab characters stay in place unless trim is on.
Leading/trailing spaces removed when trim is enabled.
Use whole-block mode to wrap once, not per line.
Prefix - for markdown lists.
Wrap in " for CSV/JSON.
Use [ ] or ( ) grouping.
<li>…</li> list items.
('value') for IN clauses.
Prefix / on route segments.
Yes. Set each field independently — for example prefix <li> and suffix </li> for HTML list items.
Yes. Leave the suffix field empty and only the prefix is prepended to each line.
Yes. Leave the prefix field empty — useful for file extensions like .txt or closing punctuation.
Blank lines pass through without prefix or suffix so spacing between paragraphs is preserved.
Yes. Use the Quotes preset or set prefix and suffix to " for double-quoted CSV-style values.
Yes. Click the Markdown bullets preset or set prefix to - with a trailing space.
Yes. Use the HTML list item preset or set prefix <li> and suffix </li>.
Yes. Enable number lines before or after prefix, set a start number, or use the Numbered list preset.
By default wrapping is per line. Enable whole-block mode to wrap the entire textarea content once.
No. All prefix and suffix processing runs locally in your browser — your text never leaves your device.