1. Creating Markdown Blockquotes
Technical WriterBackground
A writer needs to convert a series of paragraphs into a blockquote format for documentation.
Problem
Manually typing '>' at the start of every paragraph is tedious and prone to errors.
How to use
Paste the paragraphs into the input, set the prefix to '> ', and select 'All Lines'.
prefix: '> ', targetLines: 'all'Outcome
Every line in the document is automatically prefixed with a blockquote marker, ready for Markdown rendering.