This task is about the : that are being prepended to each line in the following scenario...
Behavior
- Visit: https://en.wikipedia.beta.wmflabs.org/wiki/Talk:Cats
- Click any "Reply" link to open the tool
- In source mode, enter the following:
Lorem
Ipsum
{{quote|Quoted text}}
More text- Switch to the visual mode
- Switch back to the source mode
Actual
- ❗️Notice : is added to the the line that contains the {{Quote}} template and each line above it:
:Lorem
:Ipsum
:{{quote|Quoted text}}
More text- Switch to the visual mode
Expected
- ✅Notice no : are visible in the comment:
Lorem
Ipsum
{{quote|Quoted text}}
More text``
