Quote Text Filter
The Quote Text filter quotes lines in the input text with given start and end strings.
| setting | description |
|---|---|
| Start Quote | The text to use to start the quote |
| End Quote | The text to use to end the quote |
| Quote each line | When set this will quote each individual line, otherwise it'll quote the entire input text |
| input | output | options |
|---|---|---|
| item1
item2 item3 |
<li>item1</li>
<li>item2</li> <li>item3</li> |
Start Quote: <li>
End Quote: </li> Quote each line |
| item1
item2 item3 |
"item1
item2 item3" |
Start Quote: "
End Quote: " |