-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
The current parsedown engine deals with the whole code block, processing it at once when the page loads. However, if the code blocks contains a large amount of lines, the page will freeze with "no response alert" by the browser.
Hope that a lazy loading machanism will be added, which deals with the current visible part (or a bit above or under) only, while load other parts when scrolled to.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels