1. Technical Documentation Snippet
Software DeveloperBackground
A developer needs to explain a specific logic block in a 50-line script.
Problem
The reader needs to easily identify which line the explanation refers to.
How to use
Paste the code, select '1: Line' format, and enable 'Skip Blank Lines'.
format: 'number-colon', skipBlank: trueOutcome
The code is returned with each line prefixed by '1:', '2:', etc., excluding empty lines, making the documentation clear.