This tool converts list items into quoted text. It provides flexible options so you can format your list items in different quoted styles. You can choose to wrap each item in double quotes, prefix each item with a Markdown blockquote marker, or use custom opening and closing quotes. Simply enter your list (one item per line) and select the formatting option that best suits your needs.
Examples:
Double Quotes
Converts each item into a line wrapped in double quotes.
Before:
apple banana cherry
After:
"apple" "banana" "cherry"
Markdown Blockquote
Converts each item into a Markdown blockquote line.
Before:
apple banana cherry
After:
> apple > banana > cherry
Custom Quote Wrapping
Uses custom quotes to wrap each item.
Before:
apple banana cherry
After (using « and »):
«apple» «banana» «cherry»