I need to scroll to a specific line. And the target line was inside a code block fold.
The code block range is from line 10 to line 20, and the target line was on line 15.
So, should I convert line 10 or line 15 to position then pass it to function scrollIntoView?