You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because markdown-syntax-propertize-pre-blocks is implemented recursively although there is no reason to assume that the number of loop iterations will be bounded by a reasonable constant.
Expected Behavior
markdown-mode should have no problem with documents that have many code blocks.
Actual Behavior
When viewing a file that has enough code blocks (on the order of 1000), the following error occurs:
This is because
markdown-syntax-propertize-pre-blocks
is implemented recursively although there is no reason to assume that the number of loop iterations will be bounded by a reasonable constant.markdown-mode/markdown-mode.el
Lines 1234 to 1235 in 399df42
Steps to Reproduce
Open this file. The error occurs.
Backtrace
Backtrace
Software Versions
The text was updated successfully, but these errors were encountered: