jrblevin / markdown-mode

Emacs Markdown Mode
http://jblevins.org/projects/markdown-mode/
GNU General Public License v3.0
875 stars 160 forks source link

Performance issue on lists of links #797

Open jasonm23 opened 9 months ago

jasonm23 commented 9 months ago

I have a page of approx 118 links / list items, and markdown-mode becomes grindingly slow when I go to edit the page.

Expected Behavior

Snappy, responsive edits on markdown pages.

Actual Behavior

approx ≥ 500ms lag on MOST edits.

Note: Except inserting a newline. Cursor movement and other read-only ops seem unaffected.

Steps to Reproduce

- [Name](https://example.com)
# copy the above 118 times, and edit the page, observe performance lag.

Backtrace

n/a

Software Versions