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
The entire Markdown document is rendered as a single HTML blob via dangerouslySetInnerHTML. For large files (SRS NFR-11 requires smooth scrolling for 10,000+ line files), this creates a massive DOM that freezes the browser process.
Describe the Bug
The entire Markdown document is rendered as a single HTML blob via
dangerouslySetInnerHTML. For large files (SRS NFR-11 requires smooth scrolling for 10,000+ line files), this creates a massive DOM that freezes the browser process.