How to configure milkdown-codemirror to lazily render code blocks? #2276
yswang0927
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When a Markdown document contains a large number of code blocks, CodeMirror renders all of them upfront — even those outside the viewport. This eager rendering approach can lead to performance issues; adopting lazy rendering may further improve the overall Markdown rendering performance.
Beta Was this translation helpful? Give feedback.
All reactions