yzhang-gh / vscode-markdown

Markdown All in One
https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one
MIT License
2.9k stars 324 forks source link

Cursor jumps to next line while writing in markdown file #1448

Open xkeshav opened 1 month ago

xkeshav commented 1 month ago

What's the problem

when I write in a markdown file; ( .md and sometimes .mdx ) and pause then cursor automatically goes to new line and when again add on end of previous line ; it goes again ; facing tgis issue since long and I thought there is some issue in VS code but Today when I installed again then it again happening.

What's the expected result

Currsor will not move ( jump ) while writing ( edit text focus state );

How to reproduce

  1. Enable the extension
  2. Try editing any markdown file and pause for sometime and then start writing
  3. cursor automatcally jump to next line ( might create new line )

Other information

Mac OS Apple M1 Pro Sonoma 14.5 Vs Code V 1.91.1 Markdown All in One v 3.6.0/3.6.1 (2024.01.08) Note: MDX file

Other markwodn related extensions which are enabled

xkeshav commented 4 weeks ago

any update over this?