1. Markdown Bold Formatting
Technical WriterBackground
A writer needs to emphasize every word in a list of key features for a technical manual.
Problem
Manually typing double asterisks around dozens of words is tedious and error-prone.
How to use
Paste the feature list into the input and set the symbol pattern to '**'.
symbol: '**', preserveSpaces: trueOutcome
Every word is instantly converted to bold format, such as **Feature** **One** **Feature** **Two**.