This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Description
- In Getting Started, Edit > Replace
- Enter
/<([^>]+)>/ as the query and hit enter
- Replace with
[$1]
- Click Yes
Result: Find bar disappears and there's an exception in the console.
Expected: Either we should properly handle the subexpression substitution, or we should just replace with "$1" and continue.