Document: ``` aaa ``` Replace from `a` to `\\\n`, get 4 blank lines instead of the expected: ``` \ \ \ ``` Result is correct if replacing to `\n\\` or using regexp mode.
Document:
Replace from
ato\\\n, get 4 blank lines instead of the expected:Result is correct if replacing to
\n\\or using regexp mode.